Bug 161396 - [maintainer] ports-mgmt/p5-FreeBSD-Portindex -- update to 2.5
Summary: [maintainer] ports-mgmt/p5-FreeBSD-Portindex -- update to 2.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Doug Barton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-08 13:10 UTC by Matthew Seaman
Modified: 2011-10-26 22:20 UTC (History)
0 users

See Also:


Attachments
p5-FreeBSD-Portindex.diff (2.34 KB, patch)
2011-10-08 13:10 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2011-10-08 13:10:01 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-08 13:10:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Doug Barton freebsd_committer freebsd_triage 2011-10-26 07:36:19 UTC
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. 



Comment 3 Doug Barton freebsd_committer freebsd_triage 2011-10-26 07:36:19 UTC
Responsible Changed
From-To: perl->dougb


I use this, so I'll handle getting the update done.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-10-26 22:16:42 UTC
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"
Comment 5 Doug Barton freebsd_committer freebsd_triage 2011-10-26 22:17:01 UTC
State Changed
From-To: analyzed->closed


Committed version 2.6 with the appropriate fixes. Thanks!