From owner-svn-ports-head@FreeBSD.ORG Fri Dec 7 05:12:07 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5EBF8C29; Fri, 7 Dec 2012 05:12:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2810C8FC0C; Fri, 7 Dec 2012 05:12:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB75C7Hb019997; Fri, 7 Dec 2012 05:12:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB75C6K7019995; Fri, 7 Dec 2012 05:12:06 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201212070512.qB75C6K7019995@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 7 Dec 2012 05:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308412 - head/www/p5-HTTP-Tiny X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 05:12:07 -0000 Author: sunpoet Date: Fri Dec 7 05:12:06 2012 New Revision: 308412 URL: http://svnweb.freebsd.org/changeset/ports/308412 Log: - Update to 0.024 Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes Feature safe: yes Modified: head/www/p5-HTTP-Tiny/Makefile head/www/p5-HTTP-Tiny/distinfo (contents, props changed) Modified: head/www/p5-HTTP-Tiny/Makefile ============================================================================== --- head/www/p5-HTTP-Tiny/Makefile Fri Dec 7 04:23:38 2012 (r308411) +++ head/www/p5-HTTP-Tiny/Makefile Fri Dec 7 05:12:06 2012 (r308412) @@ -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 .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 +.include + +.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 Modified: head/www/p5-HTTP-Tiny/distinfo ============================================================================== --- head/www/p5-HTTP-Tiny/distinfo Fri Dec 7 04:23:38 2012 (r308411) +++ head/www/p5-HTTP-Tiny/distinfo Fri Dec 7 05:12:06 2012 (r308412) @@ -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