diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-01-31 03:32:47 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-01-31 03:32:47 +0800 |
commit | 7bfe8ff58a0e8a17cfc6c40c93b8856f550826d2 (patch) | |
tree | 047db49a303db4ace48552ad7be5ae45d4416733 | |
parent | 53327574a921d35d1b04e2077358ec3b670db492 (diff) | |
download | freebsd-ports-gnome-7bfe8ff58a0e8a17cfc6c40c93b8856f550826d2.tar.gz freebsd-ports-gnome-7bfe8ff58a0e8a17cfc6c40c93b8856f550826d2.tar.zst freebsd-ports-gnome-7bfe8ff58a0e8a17cfc6c40c93b8856f550826d2.zip |
- Update to 0.025
- Remove outdated PERL_LEVEL check
Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes
-rw-r--r-- | www/p5-HTTP-Tiny/Makefile | 11 | ||||
-rw-r--r-- | www/p5-HTTP-Tiny/distinfo | 4 |
2 files changed, 4 insertions, 11 deletions
diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile index b5d1670b55ac..a963d216d485 100644 --- a/www/p5-HTTP-Tiny/Makefile +++ b/www/p5-HTTP-Tiny/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Tiny -PORTVERSION= 0.024 +PORTVERSION= 0.025 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN @@ -30,11 +30,4 @@ 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.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> +.include <bsd.port.mk> diff --git a/www/p5-HTTP-Tiny/distinfo b/www/p5-HTTP-Tiny/distinfo index e5add98e0790..fdaf14a4a274 100644 --- a/www/p5-HTTP-Tiny/distinfo +++ b/www/p5-HTTP-Tiny/distinfo @@ -1,2 +1,2 @@ -SHA256 (HTTP-Tiny-0.024.tar.gz) = 1ed779e35d593f83212828a34a99deb266847c1dc7c0482d2c591bf0c29721c1 -SIZE (HTTP-Tiny-0.024.tar.gz) = 42780 +SHA256 (HTTP-Tiny-0.025.tar.gz) = d535f66e417d27b64c3a635fffd3e62aa3a83488038d39f5a0eac142f1b2034d +SIZE (HTTP-Tiny-0.025.tar.gz) = 43240 |