diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-12-07 13:12:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-12-07 13:12:06 +0800 |
commit | 800f1a88a08157df4d3ecf3627cab45bdbe4e633 (patch) | |
tree | bf8342af996a052f7cb0cd4abb1dbb1514eda201 /www/p5-HTTP-Tiny | |
parent | 2480cc9385d3a86c3f995afeb445ad69ea8e3f1e (diff) | |
download | freebsd-ports-gnome-800f1a88a08157df4d3ecf3627cab45bdbe4e633.tar.gz freebsd-ports-gnome-800f1a88a08157df4d3ecf3627cab45bdbe4e633.tar.zst freebsd-ports-gnome-800f1a88a08157df4d3ecf3627cab45bdbe4e633.zip |
- Update to 0.024
Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes
Feature safe: yes
Diffstat (limited to 'www/p5-HTTP-Tiny')
-rw-r--r-- | www/p5-HTTP-Tiny/Makefile | 19 | ||||
-rw-r--r-- | www/p5-HTTP-Tiny/distinfo | 4 |
2 files changed, 15 insertions, 8 deletions
diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile index 3e1847b69d09..2f5985e5d96d 100644 --- a/www/p5-HTTP-Tiny/Makefile +++ b/www/p5-HTTP-Tiny/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Tiny -PORTVERSION= 0.022 +PORTVERSION= 0.024 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN @@ -24,10 +24,17 @@ MAN3= HTTP::Tiny.3 .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MHTTPS} -BUILD_DEPENDS+= p5-IO-Socket-SSL>=1.56:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA -RUN_DEPENDS+= p5-IO-Socket-SSL>=1.56:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Mozilla-CA>=0:${PORTSDIR}/www/p5-Mozilla-CA +BUILD_DEPENDS+= p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay + p5-Mozilla-CA>=20120823:${PORTSDIR}/www/p5-Mozilla-CA +RUN_DEPENDS+= p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay + p5-Mozilla-CA>=20120823:${PORTSDIR}/www/p5-Mozilla-CA .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501000 +BUILD_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd +RUN_DEPENDS+= p5-IPC-Cmd>=0:${PORTSDIR}/devel/p5-IPC-Cmd +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-HTTP-Tiny/distinfo b/www/p5-HTTP-Tiny/distinfo index 0dedd62afb6a..e5add98e0790 100644 --- a/www/p5-HTTP-Tiny/distinfo +++ b/www/p5-HTTP-Tiny/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTTP-Tiny-0.022.tar.gz) = df72f2766ffcf62c32636968ef057d456dc041fedcd74b7d617120a70761bb76 -SIZE (HTTP-Tiny-0.022.tar.gz) = 42501 +SHA256 (HTTP-Tiny-0.024.tar.gz) = 1ed779e35d593f83212828a34a99deb266847c1dc7c0482d2c591bf0c29721c1 +SIZE (HTTP-Tiny-0.024.tar.gz) = 42780 |