Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2006 07:19:58 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org, rafan@FreeBSD.org
Subject:   ports/100842: [PATCH] devel/p5-Data-Hierarchy: update to 0.30
Message-ID:  <20060725231958.617B073@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607252320.k6PNKH2M019649@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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
-@dirrm %%SITE_PERL%%/Data
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Hierarchy
+@dirrmtry %%SITE_PERL%%/Data
+@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060725231958.617B073>