svn commit: r322275 - head/devel/p5-Config-General

Frederic Culot culot at FreeBSD.org
Thu Jul 4 14:20:38 UTC 2013


Author: culot
Date: Thu Jul  4 14:20:37 2013
New Revision: 322275
URL: http://svnweb.freebsd.org/changeset/ports/322275

Log:
  - Update to 2.52
  - Add LICENSE (Artistic 1 & GPL 1)
  - Trim Makefile's header
  
  Changes:	http://search.cpan.org/dist/Config-General/Changelog
  Approved by:	jadawin@ (implicit, on holidays)

Modified:
  head/devel/p5-Config-General/Makefile
  head/devel/p5-Config-General/distinfo

Modified: head/devel/p5-Config-General/Makefile
==============================================================================
--- head/devel/p5-Config-General/Makefile	Thu Jul  4 14:10:25 2013	(r322274)
+++ head/devel/p5-Config-General/Makefile	Thu Jul  4 14:20:37 2013	(r322275)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-Config-General
-# Date created:				August 27 2002
-# Whom:	      				Sheldon Hearn <sheldonh at FreeBSD.org>
-#
+# Created by: Sheldon Hearn <sheldonh at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Config-General
-PORTVERSION=	2.51
+PORTVERSION=	2.52
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	jadawin at FreeBSD.org
 COMMENT=	Perl5 module for handling Apache-style configuration files
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 PERL_CONFIGURE=	YES
 
 MAN3=		Config::General::Extended.3 Config::General::Interpolated.3 \

Modified: head/devel/p5-Config-General/distinfo
==============================================================================
--- head/devel/p5-Config-General/distinfo	Thu Jul  4 14:10:25 2013	(r322274)
+++ head/devel/p5-Config-General/distinfo	Thu Jul  4 14:20:37 2013	(r322275)
@@ -1,2 +1,2 @@
-SHA256 (Config-General-2.51.tar.gz) = 8ff530cd4818a040c1bc2ba96e3e8237241dde1208d206685d1204270ef00bce
-SIZE (Config-General-2.51.tar.gz) = 59055
+SHA256 (Config-General-2.52.tar.gz) = 9937d72e0ca23cb1257092aa863eff14f8c0c993f719ef13f3920601db52351f
+SIZE (Config-General-2.52.tar.gz) = 60471


More information about the svn-ports-all mailing list