diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2013-08-11 00:53:41 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2013-08-11 00:53:41 +0800 |
commit | d91d79d35747998b8ea6c44ed85761e12e9b4990 (patch) | |
tree | 69da1fbbf3c7ae3928a36d2b7629afa52ec39eca /www | |
parent | 04c089f7973fb42575d98864d6123feee5043e5b (diff) | |
download | freebsd-ports-gnome-d91d79d35747998b8ea6c44ed85761e12e9b4990.tar.gz freebsd-ports-gnome-d91d79d35747998b8ea6c44ed85761e12e9b4990.tar.zst freebsd-ports-gnome-d91d79d35747998b8ea6c44ed85761e12e9b4990.zip |
- Upgrade to 0.4003.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Starman/Makefile | 10 | ||||
-rw-r--r-- | www/p5-Starman/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www/p5-Starman/Makefile b/www/p5-Starman/Makefile index b44405a6e21f..053fe334de48 100644 --- a/www/p5-Starman/Makefile +++ b/www/p5-Starman/Makefile @@ -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 diff --git a/www/p5-Starman/distinfo b/www/p5-Starman/distinfo index e3f0b8b5e28c..868d718a7c3e 100644 --- a/www/p5-Starman/distinfo +++ b/www/p5-Starman/distinfo @@ -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 |