diff options
author | lth <lth@FreeBSD.org> | 2012-10-28 18:55:58 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2012-10-28 18:55:58 +0800 |
commit | c9108c3b56a539fb31051326c00d601268233ebe (patch) | |
tree | 9d1eab953914f0fa8ac10909a6be30abbff4f655 /www | |
parent | 9d0b4f802fa32b78efb2a50511ba6d94a5380ae6 (diff) | |
download | freebsd-ports-gnome-c9108c3b56a539fb31051326c00d601268233ebe.tar.gz freebsd-ports-gnome-c9108c3b56a539fb31051326c00d601268233ebe.tar.zst freebsd-ports-gnome-c9108c3b56a539fb31051326c00d601268233ebe.zip |
- update to 2.16
- convert to optionsng
Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/Makefile | 12 | ||||
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile index 6c818eafd581..cc3588ebe6c6 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/Makefile +++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Server-SimpleHTTP -PORTVERSION= 2.14 +PORTVERSION= 2.16 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -29,12 +29,14 @@ MAN3= POE::Component::Server::SimpleHTTP.3 \ POE::Component::Server::SimpleHTTP::Connection.3 \ POE::Component::Server::SimpleHTTP::Response.3 -OPTIONS= SSL "SSL support (POE::Component::SSLify)" on \ +OPTIONS_DEFINE= SSL +SSL_DESC= SSL support (POE::Component::SSLify) +OPTIONS_DEFAULT= SSL -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.ifdef(WITH_SSL) +.if ${PORT_OPTIONS:MSSL} BUILD_DEPENDS+= p5-POE-Component-SSLify>=0.04:${PORTSDIR}/security/p5-POE-Component-SSLify .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/www/p5-POE-Component-Server-SimpleHTTP/distinfo b/www/p5-POE-Component-Server-SimpleHTTP/distinfo index 166c2f0b227f..89eaefebc3e2 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/distinfo +++ b/www/p5-POE-Component-Server-SimpleHTTP/distinfo @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Server-SimpleHTTP-2.14.tar.gz) = 8a8a1d0dc068069d7bc290a15a792688fe84f8cacfc8318ff0ceb0fcd5100b27 -SIZE (POE-Component-Server-SimpleHTTP-2.14.tar.gz) = 62995 +SHA256 (POE-Component-Server-SimpleHTTP-2.16.tar.gz) = 4d42419a51a34ae776ee5dc45beab51789512f46b7fb4aeac416d37150d2d69d +SIZE (POE-Component-Server-SimpleHTTP-2.16.tar.gz) = 63774 |