svn commit: r308837 - head/misc/p5-Software-License

Frederic Culot culot at FreeBSD.org
Thu Dec 13 09:17:40 UTC 2012


Author: culot
Date: Thu Dec 13 09:17:39 2012
New Revision: 308837
URL: http://svnweb.freebsd.org/changeset/ports/308837

Log:
  - Update to 0.103005
  
  Changes:	http://search.cpan.org/dist/Software-License/Changes

Modified:
  head/misc/p5-Software-License/Makefile
  head/misc/p5-Software-License/distinfo
  head/misc/p5-Software-License/pkg-plist

Modified: head/misc/p5-Software-License/Makefile
==============================================================================
--- head/misc/p5-Software-License/Makefile	Thu Dec 13 08:54:03 2012	(r308836)
+++ head/misc/p5-Software-License/Makefile	Thu Dec 13 09:17:39 2012	(r308837)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	Software::License
-# Date created:				11 May 2010
-# Whom:					Cheng-Lung Sung <clsung at FreeBSD.org>
-#
+# Created by: Cheng-Lung Sung <clsung at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Software-License
-PORTVERSION=	0.103004
+PORTVERSION=	0.103005
 CATEGORIES=	misc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:RJBS
@@ -48,6 +44,7 @@ MAN3=		Software::License.3 \
 		Software::License::MIT.3 \
 		Software::License::Mozilla_1_0.3 \
 		Software::License::Mozilla_1_1.3 \
+		Software::License::Mozilla_2_0.3 \
 		Software::License::None.3 \
 		Software::License::OpenSSL.3 \
 		Software::License::Perl_5.3 \

Modified: head/misc/p5-Software-License/distinfo
==============================================================================
--- head/misc/p5-Software-License/distinfo	Thu Dec 13 08:54:03 2012	(r308836)
+++ head/misc/p5-Software-License/distinfo	Thu Dec 13 09:17:39 2012	(r308837)
@@ -1,2 +1,2 @@
-SHA256 (Software-License-0.103004.tar.gz) = 5dc8cfa331dfb2c0f9985d8bb941e3e177737dc2070bed862df178f4ca17caca
-SIZE (Software-License-0.103004.tar.gz) = 98993
+SHA256 (Software-License-0.103005.tar.gz) = 050a14e0b3fb15763fd267fdd8ccc7ec8c459d8cc830b0bdc39ce09f5910f88c
+SIZE (Software-License-0.103005.tar.gz) = 105337

Modified: head/misc/p5-Software-License/pkg-plist
==============================================================================
--- head/misc/p5-Software-License/pkg-plist	Thu Dec 13 08:54:03 2012	(r308836)
+++ head/misc/p5-Software-License/pkg-plist	Thu Dec 13 09:17:39 2012	(r308837)
@@ -18,6 +18,7 @@
 %%SITE_PERL%%/Software/License/MIT.pm
 %%SITE_PERL%%/Software/License/Mozilla_1_0.pm
 %%SITE_PERL%%/Software/License/Mozilla_1_1.pm
+%%SITE_PERL%%/Software/License/Mozilla_2_0.pm
 %%SITE_PERL%%/Software/License/None.pm
 %%SITE_PERL%%/Software/License/OpenSSL.pm
 %%SITE_PERL%%/Software/License/Perl_5.pm


More information about the svn-ports-all mailing list