diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-23 20:21:17 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-23 20:21:17 +0800 |
commit | 7b71756911b0a61e59600e517098f917dd70ce9c (patch) | |
tree | 482194e65e1f4a1020ef23c87b53c3e206a96f96 /www | |
parent | df071abbdda54b2d97490d2877dd431d462b9a85 (diff) | |
download | freebsd-ports-gnome-7b71756911b0a61e59600e517098f917dd70ce9c.tar.gz freebsd-ports-gnome-7b71756911b0a61e59600e517098f917dd70ce9c.tar.zst freebsd-ports-gnome-7b71756911b0a61e59600e517098f917dd70ce9c.zip |
- Update to 1.01
- Add more TEST_DEPENDS
- Add NO_ARCH
Changes: http://search.cpan.org/dist/Protocol-HTTP2/Changes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Protocol-HTTP2/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Protocol-HTTP2/distinfo | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/p5-Protocol-HTTP2/Makefile b/www/p5-Protocol-HTTP2/Makefile index bd43d7826b90..3b863a094805 100644 --- a/www/p5-Protocol-HTTP2/Makefile +++ b/www/p5-Protocol-HTTP2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Protocol-HTTP2 -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CRUX @@ -17,8 +17,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ p5-Net-SSLeay>=1.45:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP +TEST_DEPENDS= p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ + p5-Test-TCP>=0:${PORTSDIR}/devel/p5-Test-TCP +NO_ARCH= yes USE_PERL5= modbuildtiny USES= perl5 diff --git a/www/p5-Protocol-HTTP2/distinfo b/www/p5-Protocol-HTTP2/distinfo index 188063b27b32..c3290eef3580 100644 --- a/www/p5-Protocol-HTTP2/distinfo +++ b/www/p5-Protocol-HTTP2/distinfo @@ -1,2 +1,2 @@ -SHA256 (Protocol-HTTP2-1.00.tar.gz) = b077f8c9a1ae09d9153e7c743a99e74b3ebdc790662eb0aa810c6e21d83e70b7 -SIZE (Protocol-HTTP2-1.00.tar.gz) = 45464 +SHA256 (Protocol-HTTP2-1.01.tar.gz) = 9dfbf107d6efb106a3ea2d4fe5b04026e5e00b6e033e883cad559adad4a68a52 +SIZE (Protocol-HTTP2-1.01.tar.gz) = 45912 |