Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  2 Aug 2006 08:24:21 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/101234: [PATCH] devel/p5-File-Binary: update to 1.3
Message-ID:  <20060802002421.597DE51@netnews.NCTU.edu.tw>
Resent-Message-ID: <200608020030.k720UAox077241@freefall.freebsd.org>

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

>Number:         101234
>Category:       ports
>Synopsis:       [PATCH] devel/p5-File-Binary: update to 1.3
>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:   Wed Aug 02 00:30:10 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 1.3

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

--- p5-File-Binary-1.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-File-Binary/Makefile /home/staff/gslin/work/p5-File-Binary/Makefile
--- /usr/ports/devel/p5-File-Binary/Makefile	Fri Jul 23 11:25:14 2004
+++ /home/staff/gslin/work/p5-File-Binary/Makefile	Wed Aug  2 08:23:39 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	File-Binary
-PORTVERSION=	1.2
+PORTVERSION=	1.3
 CATEGORIES=	devel perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	File
@@ -15,12 +15,17 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Perl interface to modify and read binary files
 
-BUILD_DEPENDS=	${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
-		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
 MAN3=		File::Binary.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500602
+BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/devel/p5-File-Binary/distinfo /home/staff/gslin/work/p5-File-Binary/distinfo
--- /usr/ports/devel/p5-File-Binary/distinfo	Thu Nov 24 23:39:37 2005
+++ /home/staff/gslin/work/p5-File-Binary/distinfo	Wed Aug  2 08:21:08 2006
@@ -1,3 +1,3 @@
-MD5 (File-Binary-1.2.tar.gz) = 49f3e7d534facadb7714fe1ca0a02e87
-SHA256 (File-Binary-1.2.tar.gz) = fd6547a154272f1d68d34a572c98f22a46d7995a09abf6b88901a154b57ddff2
-SIZE (File-Binary-1.2.tar.gz) = 19680
+MD5 (File-Binary-1.3.tar.gz) = 80ea9fefb638643a2418fa67f213641f
+SHA256 (File-Binary-1.3.tar.gz) = c268be33312bb4a5c9128684a5031e6e8a0bd3e0c06383d35fa890e6fec2f89e
+SIZE (File-Binary-1.3.tar.gz) = 19779
--- p5-File-Binary-1.3.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?20060802002421.597DE51>