From owner-svn-ports-all@FreeBSD.ORG Thu Apr 18 17:34:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E786F6BE; Thu, 18 Apr 2013 17:34:03 +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 D9FFFE30; Thu, 18 Apr 2013 17:34:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3IHY3Gn041946; Thu, 18 Apr 2013 17:34:03 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3IHY303041944; Thu, 18 Apr 2013 17:34:03 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201304181734.r3IHY303041944@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 18 Apr 2013 17:34:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316060 - 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-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: Thu, 18 Apr 2013 17:34:04 -0000 Author: sunpoet Date: Thu Apr 18 17:34:03 2013 New Revision: 316060 URL: http://svnweb.freebsd.org/changeset/ports/316060 Log: - Update to 0.029 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 Modified: head/www/p5-HTTP-Tiny/Makefile ============================================================================== --- head/www/p5-HTTP-Tiny/Makefile Thu Apr 18 17:33:17 2013 (r316059) +++ head/www/p5-HTTP-Tiny/Makefile Thu Apr 18 17:34:03 2013 (r316060) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Tiny -PORTVERSION= 0.028 +PORTVERSION= 0.029 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN @@ -30,9 +30,11 @@ RUN_DEPENDS+= p5-HTTP-CookieJar>=0.001:$ .endif .if ${PORT_OPTIONS:MHTTPS} -BUILD_DEPENDS+= p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay \ +BUILD_DEPENDS+= p5-IO-Socket-SSL>=1.42:${PORTSDIR}/security/p5-IO-Socket-SSL \ + 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 \ +RUN_DEPENDS+= p5-IO-Socket-SSL>=1.42:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay \ p5-Mozilla-CA>=20120823:${PORTSDIR}/www/p5-Mozilla-CA .endif Modified: head/www/p5-HTTP-Tiny/distinfo ============================================================================== --- head/www/p5-HTTP-Tiny/distinfo Thu Apr 18 17:33:17 2013 (r316059) +++ head/www/p5-HTTP-Tiny/distinfo Thu Apr 18 17:34:03 2013 (r316060) @@ -1,2 +1,2 @@ -SHA256 (HTTP-Tiny-0.028.tar.gz) = f14b9ed2d32a49e91f47856d6abc4f073f3656801ded7d5761a59a58af94c141 -SIZE (HTTP-Tiny-0.028.tar.gz) = 45940 +SHA256 (HTTP-Tiny-0.029.tar.gz) = e125be7350889fa83ff9369fd6f5cd13c147029591e565c216cacf293c0ecc21 +SIZE (HTTP-Tiny-0.029.tar.gz) = 46242