svn commit: r311248 - head/net/p5-Socket

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 30 18:14:38 UTC 2013


Author: sunpoet
Date: Wed Jan 30 18:14:37 2013
New Revision: 311248
URL: http://svnweb.freebsd.org/changeset/ports/311248

Log:
  - Update to 2.009
  - Add LICENSE
  - Remove outdated PERL_LEVEL check
  
  Changes:	http://search.cpan.org/dist/Socket/Changes

Modified:
  head/net/p5-Socket/Makefile
  head/net/p5-Socket/distinfo

Modified: head/net/p5-Socket/Makefile
==============================================================================
--- head/net/p5-Socket/Makefile	Wed Jan 30 18:13:33 2013	(r311247)
+++ head/net/p5-Socket/Makefile	Wed Jan 30 18:14:37 2013	(r311248)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Socket
-PORTVERSION=	2.007
+PORTVERSION=	2.009
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:PEVANS
@@ -11,16 +11,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Networking constants and support functions
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Socket.3
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-ExtUtils-CBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
-.endif
-
 .if ${PERL_LEVEL} < 501400
 BUILD_DEPENDS+=	p5-ExtUtils-Constant>=0.23:${PORTSDIR}/devel/p5-ExtUtils-Constant
 .endif

Modified: head/net/p5-Socket/distinfo
==============================================================================
--- head/net/p5-Socket/distinfo	Wed Jan 30 18:13:33 2013	(r311247)
+++ head/net/p5-Socket/distinfo	Wed Jan 30 18:14:37 2013	(r311248)
@@ -1,2 +1,2 @@
-SHA256 (Socket-2.007.tar.gz) = cf7413ee3cfd2f7d51f6fe4c3885842d4d7514c3d9e9a4dd4cd429ff2ed93c4e
-SIZE (Socket-2.007.tar.gz) = 37740
+SHA256 (Socket-2.009.tar.gz) = c668eb4e97137b5875010a006ac108b973aa1514157ccd6e015d538e0be0834a
+SIZE (Socket-2.009.tar.gz) = 37847


More information about the svn-ports-all mailing list