svn commit: r320829 - head/net/p5-Net-HTTPS-NB

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 13 18:55:21 UTC 2013


Author: sunpoet
Date: Thu Jun 13 18:55:20 2013
New Revision: 320829
URL: http://svnweb.freebsd.org/changeset/ports/320829

Log:
  - Update to 0.13
  - Add LICENSE
  - Remove outdated PERL_LEVEL check
  - Cleanup Makefile header
  
  Changes:	http://search.cpan.org/dist/Net-HTTPS-NB/Changes

Modified:
  head/net/p5-Net-HTTPS-NB/Makefile   (contents, props changed)
  head/net/p5-Net-HTTPS-NB/distinfo   (contents, props changed)

Modified: head/net/p5-Net-HTTPS-NB/Makefile
==============================================================================
--- head/net/p5-Net-HTTPS-NB/Makefile	Thu Jun 13 18:54:38 2013	(r320828)
+++ head/net/p5-Net-HTTPS-NB/Makefile	Thu Jun 13 18:55:20 2013	(r320829)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-Net-HTTPS-NB
-# Date created:		2012-03-13
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Net-HTTPS-NB
-PORTVERSION=	0.12
+PORTVERSION=	0.13
 CATEGORIES=	net www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,19 +10,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Non-blocking HTTPS client
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-IO-Socket-SSL>=0.98:${PORTSDIR}/security/p5-IO-Socket-SSL \
 		p5-Net-HTTP>=0:${PORTSDIR}/net/p5-Net-HTTP
-RUN_DEPENDS=	p5-IO-Socket-SSL>=0.98:${PORTSDIR}/security/p5-IO-Socket-SSL \
-		p5-Net-HTTP>=0:${PORTSDIR}/net/p5-Net-HTTP
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
 MAN3=		Net::HTTPS::NB.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501001
-TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-Net-HTTPS-NB/distinfo
==============================================================================
--- head/net/p5-Net-HTTPS-NB/distinfo	Thu Jun 13 18:54:38 2013	(r320828)
+++ head/net/p5-Net-HTTPS-NB/distinfo	Thu Jun 13 18:55:20 2013	(r320829)
@@ -1,2 +1,2 @@
-SHA256 (Net-HTTPS-NB-0.12.tar.gz) = 16c12fc3d6bd957ce8d29896826101f77a8e4711e6cb5e06aec699f2cb6dc575
-SIZE (Net-HTTPS-NB-0.12.tar.gz) = 4808
+SHA256 (Net-HTTPS-NB-0.13.tar.gz) = e8ea78f83466d3c09bf5f1f0a03528094ae0b2151e9e99dcf58bb04b777d3a5f
+SIZE (Net-HTTPS-NB-0.13.tar.gz) = 5299


More information about the svn-ports-all mailing list