ports/99121: [PATCH] devel/p5-Test-File: update to 1.15

Aaron Dalton aaron at FreeBSD.org
Sun Jun 18 20:00:31 UTC 2006


>Number:         99121
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-File: update to 1.15
>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:   Sun Jun 18 20:00:29 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC
>Description:
- Update to 1.15
- Restrict to Perl 5.6+ due to make test failures

Port maintainer (lth at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Test-File-1.15.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-File/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	15 Mar 2006 12:12:23 -0000	1.6
+++ Makefile	18 Jun 2006 19:52:42 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Test-File
-PORTVERSION=	1.14
+PORTVERSION=	1.15
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Test
@@ -22,4 +22,10 @@
 
 MAN3=	Test::File.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=	requires at least Perl 5.6.  Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Test-File/distinfo,v
retrieving revision 1.5
diff -u -u -r1.5 distinfo
--- distinfo	15 Mar 2006 12:12:23 -0000	1.5
+++ distinfo	18 Jun 2006 19:52:42 -0000
@@ -1,3 +1,3 @@
-MD5 (Test-File-1.14.tar.gz) = 93deaf7197a42da9a50cff4513184350
-SHA256 (Test-File-1.14.tar.gz) = 378acda15aabcd96bfb3f4751fb39592c8177d2cc6555b1011a705305d782892
-SIZE (Test-File-1.14.tar.gz) = 8931
+MD5 (Test-File-1.15.tar.gz) = 8de2ba09e9978ede41b11049a90350f7
+SHA256 (Test-File-1.15.tar.gz) = 633f6ebf34259ed701d2dbade9916c6ffe1ee6d47ed36bc2bda027bdecf1ff20
+SIZE (Test-File-1.15.tar.gz) = 9486
--- p5-Test-File-1.15.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list