ports/100842: [PATCH] devel/p5-Data-Hierarchy: update to 0.30
Gea-Suan Lin
gslin at gslin.org
Tue Jul 25 23:20:18 UTC 2006
>Number: 100842
>Category: ports
>Synopsis: [PATCH] devel/p5-Data-Hierarchy: update to 0.30
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 25 23:20:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Gea-Suan Lin
>Release: FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 0.30
- Storable is in Perl 5.7.0 and later.
- %%SITE_PERL%%/Data should be removed by @dirrmtry.
Port maintainer (rafan at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- p5-Data-Hierarchy-0.30.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-Data-Hierarchy/Makefile /home/staff/gslin/work/p5-Data-Hierarchy/Makefile
--- /usr/ports/devel/p5-Data-Hierarchy/Makefile Wed Jun 28 03:17:01 2006
+++ /home/staff/gslin/work/p5-Data-Hierarchy/Makefile Wed Jul 26 07:16:02 2006
@@ -6,7 +6,7 @@
#
PORTNAME= Data-Hierarchy
-PORTVERSION= 0.22
+PORTVERSION= 0.30
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
@@ -21,7 +21,9 @@
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 500700
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+.endif
.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-Data-Hierarchy/distinfo /home/staff/gslin/work/p5-Data-Hierarchy/distinfo
--- /usr/ports/devel/p5-Data-Hierarchy/distinfo Wed Jun 7 03:10:12 2006
+++ /home/staff/gslin/work/p5-Data-Hierarchy/distinfo Wed Jul 26 07:16:10 2006
@@ -1,3 +1,3 @@
-MD5 (Data-Hierarchy-0.22.tar.gz) = f620014fc04e38d0e3a5283e9f7d8678
-SHA256 (Data-Hierarchy-0.22.tar.gz) = 7089a424d560a962588aca2d7e0b05fae290c98d6f4479cc3056417023d3aad7
-SIZE (Data-Hierarchy-0.22.tar.gz) = 3824
+MD5 (Data-Hierarchy-0.30.tar.gz) = 58a7a1a8adaa108edd21e61d078665b9
+SHA256 (Data-Hierarchy-0.30.tar.gz) = 590e76cd4dc08c3a9f86897e1778083e1283b67be8a94be626e9a8044e36048a
+SIZE (Data-Hierarchy-0.30.tar.gz) = 8380
diff -ruN --exclude=CVS /usr/ports/devel/p5-Data-Hierarchy/pkg-plist /home/staff/gslin/work/p5-Data-Hierarchy/pkg-plist
--- /usr/ports/devel/p5-Data-Hierarchy/pkg-plist Sun Jan 22 09:47:17 2006
+++ /home/staff/gslin/work/p5-Data-Hierarchy/pkg-plist Wed Jul 26 07:17:13 2006
@@ -1,5 +1,5 @@
%%SITE_PERL%%/Data/Hierarchy.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Hierarchy/.packlist
- at dirrm %%SITE_PERL%%/Data
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Hierarchy
+ at dirrmtry %%SITE_PERL%%/Data
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Hierarchy
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
--- p5-Data-Hierarchy-0.30.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list