Update to version 2.5. This adds GraphViz compatible output to portdepends, plus some routine bug fixing.. - Accessor methods for array valued items now mostly return arrays rather than array references. This makes quite a lot of code a lot clearer. - Add GraphViz output mode to portdepends(1). Pretty pictures of port dependency trees. - Remove TODO file as (a) most of the items were done and (b) most recent changes weren't listed in there. - Minor docco tweak to portindex reflecting currently supported FreeBSD major versions. - Bump VERSION and CACHE_VERSION to 2.5
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->analyzed I took a look at this, and I'm getting an error running portindex (after a new cache-init): Can't call method "PKGNAME" on an undefined value at /usr/local/lib/perl5/site_perl/5.12.4/FreeBSD/Portindex/Port.pm line 527.
Responsible Changed From-To: perl->dougb I use this, so I'll handle getting the update done.
dougb 2011-10-26 21:16:25 UTC FreeBSD ports repository Modified files: ports-mgmt/p5-FreeBSD-Portindex Makefile distinfo pkg-plist Log: Update to version 2.6. This adds GraphViz compatible output to portdepends, plus some routine bug fixing. - Accessor methods for array valued items now mostly return arrays rather than array references. This makes quite a lot of code a lot clearer. - Add GraphViz output mode to portdepends(1). Pretty pictures of port dependency trees. - Remove TODO file as (a) most of the items were done and (b) most recent changes weren't listed in there. - Minor docco tweak to portindex reflecting currently supported FreeBSD major versions. - Bump VERSION to 2.6 and CACHE_VERSION to 2.5 PR: ports/161396 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Revision Changes Path 1.21 +12 -1 ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile 1.16 +2 -2 ports/ports-mgmt/p5-FreeBSD-Portindex/distinfo 1.6 +1 -0 ports/ports-mgmt/p5-FreeBSD-Portindex/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: analyzed->closed Committed version 2.6 with the appropriate fixes. Thanks!