Bug 124295 - [PATCH] ports-mgmt/p5-FreeBSD-Ports-INDEXhash: bug fix
Summary: [PATCH] ports-mgmt/p5-FreeBSD-Ports-INDEXhash: bug fix
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: Yen-Ming Lee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-05 09:20 UTC by Yen-Ming Lee
Modified: 2008-06-05 21:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-FreeBSD-Ports-INDEXhash-1.0.4_1.patch (3.33 KB, patch)
2008-06-05 09:20 UTC, Yen-Ming Lee
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yen-Ming Lee freebsd_committer freebsd_triage 2008-06-05 09:20:02 UTC
- fix bug about newline in Fdeps, and also missing Rdeps and Edeps
- add WWW in pkg-desc
- bump PORTREVISION

Added file(s):
- files/patch-lib__FreeBSD__Ports__INDEXhash.pm

Port maintainer (vvelox@vvelox.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-05 09:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->leeym

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-05 09:20:14 UTC
Maintainer of ports-mgmt/p5-FreeBSD-Ports-INDEXhash,

Please note that PR ports/124295 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124295

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-05 09:20:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Zane C. Bowers-Hadley 2008-06-05 20:31:13 UTC
Howdy!

	I have fixed the issue with Fdeps, but I can't replicate any
issue with Rdeps, Edeps, Pdeps, Bdeps, or categories. I have released
version 1.0.5 to CPAN and it should be available shortly. Thanks.

The end diffs are below.

--- Makefile.orig       2008-06-05 13:37:17.000000000 -0500
+++ Makefile    2008-06-05 13:37:44.000000000 -0500
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      FreeBSD-Ports-INDEXhash
-PORTVERSION=   1.0.4
+PORTVERSION=   1.0.5
 CATEGORIES=    ports-mgmt sysutils perl5
 MASTER_SITES=  CPAN
 PKGNAMEPREFIX= p5-

--- distinfo.orig       2008-06-05 13:37:22.000000000 -0500
+++ distinfo    2008-06-05 13:43:36.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (FreeBSD-Ports-INDEXhash-1.0.4.tar.gz) = 5a67d4bc1956d2da424afa6126c4abea
-SHA256 (FreeBSD-Ports-INDEXhash-1.0.4.tar.gz) = 4cc483d9d5e66eb115ef8d9f139f69b8c2596c2150ffa5f45f461ab04667752c
-SIZE (FreeBSD-Ports-INDEXhash-1.0.4.tar.gz) = 4008
+MD5 (FreeBSD-Ports-INDEXhash-1.0.5.tar.gz) = 7f3940b141aaf0c864d1fead7d7e43c0
+SHA256 (FreeBSD-Ports-INDEXhash-1.0.5.tar.gz) = 5fd20eb7b674eabb473e56493b3c08c3ee25a30346aae35b0070bc2ef6054040
+SIZE (FreeBSD-Ports-INDEXhash-1.0.5.tar.gz) = 4122


--- pkg-descr.orig      2008-06-05 14:29:15.000000000 -0500
+++ pkg-descr   2008-06-05 13:42:44.000000000 -0500
@@ -1 +1,3 @@
 This takes the FreeBSD port's index file and makes it into a easy to use hash.
+
+WWW: http://search.cpan.org/dist/FreeBSD-Ports-INDEXhash/
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-06-05 20:51:43 UTC
leeym       2008-06-05 19:51:38 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/p5-FreeBSD-Ports-INDEXhash Makefile distinfo 
                                          pkg-descr 
  Log:
  - update to 1.0.5
  - add WWW in pkg-descr
  
  PR:             124295
  Submitted by:   leeym
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.2       +1 -1      ports/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/Makefile
  1.2       +3 -3      ports/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/distinfo
  1.2       +2 -0      ports/ports-mgmt/p5-FreeBSD-Ports-INDEXhash/pkg-descr
_______________________________________________
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 6 Yen-Ming Lee freebsd_committer freebsd_triage 2008-06-05 20:53:11 UTC
State Changed
From-To: feedback->closed

Committed, thanks.