Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Aug 2013 15:29:12 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324543 - head/www/p5-LWP-Protocol-PSGI
Message-ID:  <201308101529.r7AFTCqP051122@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kuriyama
Date: Sat Aug 10 15:29:12 2013
New Revision: 324543
URL: http://svnweb.freebsd.org/changeset/ports/324543

Log:
  - Upgrade to 0.06.

Modified:
  head/www/p5-LWP-Protocol-PSGI/Makefile
  head/www/p5-LWP-Protocol-PSGI/distinfo

Modified: head/www/p5-LWP-Protocol-PSGI/Makefile
==============================================================================
--- head/www/p5-LWP-Protocol-PSGI/Makefile	Sat Aug 10 15:28:42 2013	(r324542)
+++ head/www/p5-LWP-Protocol-PSGI/Makefile	Sat Aug 10 15:29:12 2013	(r324543)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	LWP-Protocol-PSGI
-PORTVERSION=	0.04
+PORTVERSION=	0.06
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,11 +13,13 @@ RUN_DEPENDS=	\
 	p5-Guard>0:${PORTSDIR}/devel/p5-Guard \
 	p5-Plack>0:${PORTSDIR}/www/p5-Plack \
 	p5-libwww>=5:${PORTSDIR}/www/p5-libwww
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS=	${RUN_DEPENDS} \
+	p5-Module-Build-Tiny>0:${PORTSDIR}/devel/p5-Module-Build-Tiny
 TEST_DEPENDS=	\
 	p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https
 
-PERL_CONFIGURE=	yes
+USES=	perl5
+USE_PERL5=	modbuild
 
 MAN3=	LWP::Protocol::PSGI.3
 

Modified: head/www/p5-LWP-Protocol-PSGI/distinfo
==============================================================================
--- head/www/p5-LWP-Protocol-PSGI/distinfo	Sat Aug 10 15:28:42 2013	(r324542)
+++ head/www/p5-LWP-Protocol-PSGI/distinfo	Sat Aug 10 15:29:12 2013	(r324543)
@@ -1,2 +1,2 @@
-SHA256 (LWP-Protocol-PSGI-0.04.tar.gz) = d30f7919fb1e1887aca581345450d25cc570671ef566bbba269d2b0e298e395e
-SIZE (LWP-Protocol-PSGI-0.04.tar.gz) = 23489
+SHA256 (LWP-Protocol-PSGI-0.06.tar.gz) = 4b03df9fad689808435415a4ac3c4839fae40ec854888adef463fc50c1581143
+SIZE (LWP-Protocol-PSGI-0.06.tar.gz) = 12662



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