svn commit: r312504 - head/devel/p5-threads-shared

Po-Chien Lin pclin at FreeBSD.org
Mon Feb 18 12:39:50 UTC 2013


Author: pclin
Date: Mon Feb 18 12:39:49 2013
New Revision: 312504
URL: http://svnweb.freebsd.org/changeset/ports/312504

Log:
  - Update to 1.43
  - Add LICENSE (ART10 and GPLv1)
  
  PR:		ports/175721
  Approved by:	swills (mentor)

Modified:
  head/devel/p5-threads-shared/Makefile
  head/devel/p5-threads-shared/distinfo

Modified: head/devel/p5-threads-shared/Makefile
==============================================================================
--- head/devel/p5-threads-shared/Makefile	Mon Feb 18 12:36:09 2013	(r312503)
+++ head/devel/p5-threads-shared/Makefile	Mon Feb 18 12:39:49 2013	(r312504)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	threads-shared
-PORTVERSION=	1.42
+PORTVERSION=	1.43
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:JDHEDDEN
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	pclin at FreeBSD.org
 COMMENT=	Perl extension for sharing data structures between threads
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 PERL_CONFIGURE=	yes
 
 MAN3=	threads::shared.3

Modified: head/devel/p5-threads-shared/distinfo
==============================================================================
--- head/devel/p5-threads-shared/distinfo	Mon Feb 18 12:36:09 2013	(r312503)
+++ head/devel/p5-threads-shared/distinfo	Mon Feb 18 12:39:49 2013	(r312504)
@@ -1,2 +1,2 @@
-SHA256 (threads-shared-1.42.tar.gz) = a31bcb984baf140a28739f39db2ff5a78bdce6b8374e4dbded8eb84af7169023
-SIZE (threads-shared-1.42.tar.gz) = 96864
+SHA256 (threads-shared-1.43.tar.gz) = 159e5407f7beb6727d15eab4fb6c809d1a13f63b8c97a6da8901035d0ea8f7f8
+SIZE (threads-shared-1.43.tar.gz) = 97427


More information about the svn-ports-head mailing list