Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2012 12:54:24 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kuriyama@FreeBSD.org
Subject:   ports/166074: [PATCH] www/p5-Plack: update to 0.9986
Message-ID:  <3V70w058Pgz2gf@sunpoet.net>
Resent-Message-ID: <201203140500.q2E50B24069462@freefall.freebsd.org>

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

>Number:         166074
>Category:       ports
>Synopsis:       [PATCH] www/p5-Plack: update to 0.9986
>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 Mar 14 05:00:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012
>Description:
- Update to 0.9986
- Add more TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Plack/Changes

Port maintainer (kuriyama@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_4 (mode: update, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Plack-0.9986.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Plack/Makefile,v
retrieving revision 1.41
diff -u -u -r1.41 Makefile
--- Makefile	4 Mar 2012 18:51:21 -0000	1.41
+++ Makefile	14 Mar 2012 04:56:50 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Plack
-PORTVERSION=	0.9985
-PORTREVISION=	1
+PORTVERSION=	0.9986
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
@@ -20,16 +19,30 @@
 	p5-Devel-StackTrace>=1.23:${PORTSDIR}/devel/p5-Devel-StackTrace \
 	p5-Devel-StackTrace-AsHTML>=0.11:${PORTSDIR}/devel/p5-Devel-StackTrace-AsHTML \
 	p5-File-ShareDir>=1.00:${PORTSDIR}/devel/p5-File-ShareDir \
-	p5-Filesys-Notify-Simple>0:${PORTSDIR}/devel/p5-Filesys-Notify-Simple \
+	p5-Filesys-Notify-Simple>=0:${PORTSDIR}/devel/p5-Filesys-Notify-Simple \
 	p5-HTTP-Body>=1.06:${PORTSDIR}/www/p5-HTTP-Body \
 	p5-Hash-MultiValue>=0.05:${PORTSDIR}/devel/p5-Hash-MultiValue \
-	p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \
-	p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
-	p5-libwww>=5.814:${PORTSDIR}/www/p5-libwww \
-	p5-URI>0:${PORTSDIR}/net/p5-URI \
-	p5-parent>0:${PORTSDIR}/devel/p5-parent
+	p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
+	p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
+	p5-URI>=0:${PORTSDIR}/net/p5-URI \
+	p5-libwww>=5.814:${PORTSDIR}/www/p5-libwww
 BUILD_DEPENDS:=	${RUN_DEPENDS}
-TEST_DEPENDS=	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
+
+TEST_DEPENDS=	\
+		p5-Authen-Simple-Passwd>=0:${PORTSDIR}/security/p5-Authen-Simple-Passwd \
+		p5-CGI-Compile>=0:${PORTSDIR}/www/p5-CGI-Compile \
+		p5-CGI-Emulate-PSGI>=0:${PORTSDIR}/www/p5-CGI-Emulate-PSGI \
+		p5-FCGI>=0:${PORTSDIR}/www/p5-FCGI \
+		p5-FCGI-ProcManager>=0:${PORTSDIR}/www/p5-FCGI-ProcManager \
+		p5-HTTP-Request-AsCGI>=0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \
+		p5-HTTP-Server-Simple-PSGI>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \
+		p5-IO-Handle-Util>=0:${PORTSDIR}/devel/p5-IO-Handle-Util \
+		p5-LWP-Protocol-http10>=0:${PORTSDIR}/www/p5-LWP-Protocol-http10 \
+		p5-Log-Dispatch-Array>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Array \
+		p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
+		p5-MIME-Types>=0:${PORTSDIR}/mail/p5-MIME-Types \
+		p5-Module-Refresh>=0:${PORTSDIR}/devel/p5-Module-Refresh \
+		p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
 		p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP
 
 PERL_CONFIGURE=	yes
@@ -114,4 +127,7 @@
 	Plack::Util.3 \
 	Plack::Util::Accessor.3
 
+post-extract:
+	@${RM} "${WRKSRC}/share/#foo"
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-Plack/distinfo,v
retrieving revision 1.39
diff -u -u -r1.39 distinfo
--- distinfo	22 Nov 2011 01:40:10 -0000	1.39
+++ distinfo	14 Mar 2012 04:56:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (Plack-0.9985.tar.gz) = 485b6227f51836d276d0b795d7c9d57e8436fd483f95c82355c74f7e790c3332
-SIZE (Plack-0.9985.tar.gz) = 232527
+SHA256 (Plack-0.9986.tar.gz) = 878c8d8f822653fd5c97b80773550ec4ca4409117735a617be7e9c33d01af741
+SIZE (Plack-0.9986.tar.gz) = 234506
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/p5-Plack/pkg-plist,v
retrieving revision 1.21
diff -u -u -r1.21 pkg-plist
--- pkg-plist	4 Mar 2012 18:51:21 -0000	1.21
+++ pkg-plist	14 Mar 2012 04:56:50 -0000
@@ -82,7 +82,6 @@
 %%SITE_PERL%%/Plack/Test/Suite.pm
 %%SITE_PERL%%/Plack/Util.pm
 %%SITE_PERL%%/Plack/Util/Accessor.pm
-%%SITE_PERL%%/auto/share/dist/Plack/#foo
 %%SITE_PERL%%/auto/share/dist/Plack/baybridge.jpg
 %%SITE_PERL%%/auto/share/dist/Plack/face.jpg
 @dirrm %%SITE_PERL%%/auto/share/dist/Plack
--- p5-Plack-0.9986.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?3V70w058Pgz2gf>