Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2013 17:34:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316060 - head/www/p5-HTTP-Tiny
Message-ID:  <201304181734.r3IHY303041944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304181734.r3IHY303041944>