svn commit: r324555 - head/www/p5-Starman
Jun Kuriyama
kuriyama at FreeBSD.org
Sat Aug 10 16:53:42 UTC 2013
Author: kuriyama
Date: Sat Aug 10 16:53:41 2013
New Revision: 324555
URL: http://svnweb.freebsd.org/changeset/ports/324555
Log:
- Upgrade to 0.4003.
Modified:
head/www/p5-Starman/Makefile
head/www/p5-Starman/distinfo
Modified: head/www/p5-Starman/Makefile
==============================================================================
--- head/www/p5-Starman/Makefile Sat Aug 10 16:52:43 2013 (r324554)
+++ head/www/p5-Starman/Makefile Sat Aug 10 16:53:41 2013 (r324555)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Starman
-PORTVERSION= 0.3011
+PORTVERSION= 0.4003
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
@@ -14,15 +14,17 @@ RUN_DEPENDS= \
p5-Data-Dump>0:${PORTSDIR}/devel/p5-Data-Dump \
p5-HTTP-Parser-XS>0:${PORTSDIR}/www/p5-HTTP-Parser-XS \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
- p5-Net-Server>=0.91:${PORTSDIR}/net/p5-Net-Server \
+ p5-Net-Server>=2.007:${PORTSDIR}/net/p5-Net-Server \
p5-Plack>=0.9971:${PORTSDIR}/www/p5-Plack
BUILD_DEPENDS:= ${RUN_DEPENDS} \
p5-Module-Build-Tiny>0:${PORTSDIR}/devel/p5-Module-Build-Tiny
TEST_DEPENDS= \
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
- p5-Test-TCP>=1.11:${PORTSDIR}/devel/p5-Test-TCP
+ p5-Test-TCP>=2.00:${PORTSDIR}/devel/p5-Test-TCP
+# TODO: maybe need p5-libwww
-PERL_MODBUILD= yes
+USES= perl5
+USE_PERL5= modbuild
USE_RC_SUBR= starman
MAN1= starman.1
Modified: head/www/p5-Starman/distinfo
==============================================================================
--- head/www/p5-Starman/distinfo Sat Aug 10 16:52:43 2013 (r324554)
+++ head/www/p5-Starman/distinfo Sat Aug 10 16:53:41 2013 (r324555)
@@ -1,2 +1,2 @@
-SHA256 (Starman-0.3011.tar.gz) = f700e1e9fa8a56609db1b75878ccfbbccfda32454c32e3c33912a1776f583cf2
-SIZE (Starman-0.3011.tar.gz) = 24744
+SHA256 (Starman-0.4003.tar.gz) = 019e04ed0cb83deeae3407af2b385e53118e09a826e12119ad172f36ac26e44e
+SIZE (Starman-0.4003.tar.gz) = 27759
More information about the svn-ports-all
mailing list