From owner-svn-ports-all@FreeBSD.ORG Sun Oct 28 10:55:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E823CEB3; Sun, 28 Oct 2012 10:55:58 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B3E9E8FC08; Sun, 28 Oct 2012 10:55:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9SAtwUa089291; Sun, 28 Oct 2012 10:55:58 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9SAtwPU089288; Sun, 28 Oct 2012 10:55:58 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201210281055.q9SAtwPU089288@svn.freebsd.org> From: Lars Thegler Date: Sun, 28 Oct 2012 10:55:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306543 - head/www/p5-POE-Component-Server-SimpleHTTP X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2012 10:55:59 -0000 Author: lth Date: Sun Oct 28 10:55:58 2012 New Revision: 306543 URL: http://svn.freebsd.org/changeset/ports/306543 Log: - update to 2.16 - convert to optionsng Feature safe: yes Modified: head/www/p5-POE-Component-Server-SimpleHTTP/Makefile head/www/p5-POE-Component-Server-SimpleHTTP/distinfo Modified: head/www/p5-POE-Component-Server-SimpleHTTP/Makefile ============================================================================== --- head/www/p5-POE-Component-Server-SimpleHTTP/Makefile Sun Oct 28 10:03:03 2012 (r306542) +++ head/www/p5-POE-Component-Server-SimpleHTTP/Makefile Sun Oct 28 10:55:58 2012 (r306543) @@ -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::SimpleHTT 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 +.include -.ifdef(WITH_SSL) +.if ${PORT_OPTIONS:MSSL} BUILD_DEPENDS+= p5-POE-Component-SSLify>=0.04:${PORTSDIR}/security/p5-POE-Component-SSLify .endif -.include +.include Modified: head/www/p5-POE-Component-Server-SimpleHTTP/distinfo ============================================================================== --- head/www/p5-POE-Component-Server-SimpleHTTP/distinfo Sun Oct 28 10:03:03 2012 (r306542) +++ head/www/p5-POE-Component-Server-SimpleHTTP/distinfo Sun Oct 28 10:55:58 2012 (r306543) @@ -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