Bug 162356 - [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.7
Summary: [maintainer] ports-mgmt/p5-FreeBSD-Portindex update to 2.7
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: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-07 21:00 UTC by Matthew Seaman
Modified: 2011-11-09 02:10 UTC (History)
0 users

See Also:


Attachments
p5-FreeBSD-Portindex.diff (1.32 KB, patch)
2011-11-07 21:00 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-11-07 21:00:22 UTC
Routine bug-fix update to new version.

ChangeLog:

        - Fixup plain input to cache-update so now it should cope
          with any file or directory in the ports tree, and
          directories need not have trailing '/' appended.  Assumes
          two level ports heirarchy.

        - 'use warnings' means '-w' is redundant

        - Documentation improvements

        - Match WWW: tags in pkg-descr even if they have leading
          whitespace

        - Fix dependency accumulation /again!/

        - Don't bail-out when encountering 'dependency on something
          not a port' -- instead, carry on recursing for all other
          dependencies of that port.

        - Docco improvements suggested by bartsch (at) dssgmbh.de

        - Make the %Config array a package global in
          FreeBSD::Portindex::Config, and export it from there as
          required.  No need to say '$::Config{FooBar}' in
          .portindexrc (although that still worlks).  Plain
          $Config{FooBar} now preferred.

        - Improved handling of some port errors.  Setting
          eg. JAVA_VENDOR in the make environment will result in
          certain ports producing bogus dependency data.  Detect this
          and emit warning messages at cache-{init,update} time.

        - Regularize paths in the pkg-descr (5th) field of the
          generated INDEX.  No more '../..'
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-07 21:00:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-09 02:05:27 UTC
clsung      2011-11-09 02:05:20 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/p5-FreeBSD-Portindex Makefile distinfo 
  Log:
  - Update to 2.7
  
  PR:             ports/162356
  Submitted by:   maintainer (Matthew Seaman)
  
  Revision  Changes    Path
  1.22      +2 -2      ports/ports-mgmt/p5-FreeBSD-Portindex/Makefile
  1.17      +2 -2      ports/ports-mgmt/p5-FreeBSD-Portindex/distinfo
_______________________________________________
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 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2011-11-09 02:06:55 UTC
State Changed
From-To: open->closed

Committed. Thank You.