ports/51848: (update) devel/p5-Data-TemporaryBag

Mathieu Arnold m at absolight.net
Tue May 6 14:00:28 UTC 2003


>Number:         51848
>Category:       ports
>Synopsis:       (update) devel/p5-Data-TemporaryBag
>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 May 06 07:00:26 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root at aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386


	
>Description:
Update to 0.06
	
>How-To-Repeat:
	
>Fix:
I could not get it to work with 5.00503, looks like sysopen does not work the same
afterwards.
	

--- p5-Data-TemporaryBag-0.06.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Data-TemporaryBag/Makefile,v
retrieving revision 1.2
diff -u -d -b -w -r1.2 Makefile
--- Makefile	2003/02/21 11:22:41	1.2
+++ Makefile	2003/05/06 13:55:46
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Data-TemporaryBag
-PORTVERSION=	0.04
+PORTVERSION=	0.06
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Data
@@ -17,7 +17,12 @@
 
 PERL_CONFIGURE=	yes
 
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		Data::TemporaryBag.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE="needs at least 5.6.0 to build"
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Data-TemporaryBag/distinfo,v
retrieving revision 1.1
diff -u -d -b -w -r1.1 distinfo
--- distinfo	2001/12/07 09:15:55	1.1
+++ distinfo	2003/05/06 13:55:46
@@ -1 +1 @@
-MD5 (Data-TemporaryBag-0.04.tar.gz) = f0b6fee3c0e1b1dcf3b9bf73a2ddaa79
+MD5 (Data-TemporaryBag-0.06.tar.gz) = d9b603286020456ca24a297f0b8fb20d
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/p5-Data-TemporaryBag/pkg-plist,v
retrieving revision 1.1
diff -u -d -b -w -r1.1 pkg-plist
--- pkg-plist	2001/12/07 09:15:55	1.1
+++ pkg-plist	2003/05/06 13:55:46
@@ -1,5 +1,5 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/TemporaryBag/.packlist
-lib/perl5/site_perl/%%PERL_VER%%/Data/TemporaryBag.pm
- at dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/TemporaryBag
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Data 2>/dev/null || true
- at unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true
+%%SITE_PERL%%/Data/TemporaryBag.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/TemporaryBag/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/TemporaryBag
+ at unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true
+ at unexec rmdir %D/%%SITE_PERL%%/Data 2>/dev/null || true
--- p5-Data-TemporaryBag-0.06.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list