[PATCH] devel/p5-POE: update to 1.312
Jase Thew
freebsd at beardz.net
Fri Jul 29 04:17:51 UTC 2011
>Submitter-Id: current-users
>Originator: Jase Thew
>Organization:
>Confidential: no
>Synopsis: [PATCH] devel/p5-POE: update to 1.312
>Severity: non-critical
>Priority: low
>Category: ports
>Class: update
>Release: FreeBSD 8.2-STABLE amd64
>Environment:
System: FreeBSD jail-ports.localdomain 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Apr 2 19:17:15 BST
>Description:
- Update to 1.312
Please note - this PR has a dependancy on update PR ports/159282
Port maintainer (perl at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- p5-POE-1.312.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/p5-POE.orig/Makefile /usr/ports/devel/p5-POE/Makefile
--- /usr/ports/devel/p5-POE.orig/Makefile 2011-05-03 08:50:54.000000000 +0100
+++ /usr/ports/devel/p5-POE/Makefile 2011-07-29 04:59:34.553165900 +0100
@@ -6,9 +6,10 @@
#
PORTNAME= POE
-PORTVERSION= 1.311
+PORTVERSION= 1.312
CATEGORIES= devel perl5
-MASTER_SITES= CPAN/${PORTNAME}/RCAPUTO
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:RCAPUTO
PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
@@ -18,8 +19,8 @@
LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty \
- p5-POE-Test-Loops>=1.311:${PORTSDIR}/devel/p5-POE-Test-Loops
-RUN_DEPENDS= ${BUILD_DEPENDS}
+ p5-POE-Test-Loops>=1.312:${PORTSDIR}/devel/p5-POE-Test-Loops
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= --default
@@ -51,6 +52,10 @@
BUILD_DEPENDS+= p5-IO>=1.24:${PORTSDIR}/devel/p5-IO
RUN_DEPENDS+= p5-IO>=1.24:${PORTSDIR}/devel/p5-IO
.endif
+.if ${PERL_LEVEL} < 501200
+BUILD_DEPENDS+= p5-Module-Build>=0.3600:${PORTSDIR}/devel/p5-Module-Build
+RUN_DEPENDS+= p5-Module-Build>=0.3600:${PORTSDIR}/devel/p5-Module-Build
+.endif
post-install:
.ifndef(NOPORTEXAMPLES)
diff -ruN --exclude=CVS /usr/ports/devel/p5-POE.orig/distinfo /usr/ports/devel/p5-POE/distinfo
--- /usr/ports/devel/p5-POE.orig/distinfo 2011-05-03 08:50:54.000000000 +0100
+++ /usr/ports/devel/p5-POE/distinfo 2011-07-29 04:59:34.554184742 +0100
@@ -1,2 +1,2 @@
-SHA256 (POE-1.311.tar.gz) = 0fa4fa5ec3e020ba005669850ff649d5589eb0b034926aab5de2cef61aac916f
-SIZE (POE-1.311.tar.gz) = 366183
+SHA256 (POE-1.312.tar.gz) = 115d2643e14e4ece7e98db2b7a23f09a3067f7a9818c79f448959b41b3c1a308
+SIZE (POE-1.312.tar.gz) = 365835
--- p5-POE-1.312.patch ends here ---
More information about the freebsd-perl
mailing list