Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jul 2011 05:17:49 +0100 (BST)
From:      Jase Thew <freebsd@beardz.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        perl@freebsd.org
Subject:   [PATCH] devel/p5-POE: update to 1.312
Message-ID:  <201107290417.p6T4Hndc062258@beardz.net>

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

>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@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@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 ---




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