CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/04/05 06:50:47
Modified files:
misc/portroach : Makefile distinfo
misc/portroach/pkg: PLIST
Log message:
- update to portroach-2.0.0
* Switch to using sqlports as the primary datasource. This greatly
improves performance as we don't have to walk the entire ports tree
ourselves anymore, executing make(1) 10000s of times.
* Add new subcommand to remove any removed ports from the database.
* Add new sitehandler for PyPI
* Lots of cleanups and removal of unused code/features