svn commit: r352939 - head/devel/p5-ConfigReader-Simple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 4 06:09:48 UTC 2014


Author: sunpoet
Date: Sun May  4 06:09:47 2014
New Revision: 352939
URL: http://svnweb.freebsd.org/changeset/ports/352939
QAT: https://qat.redports.org/buildarchive/r352939/

Log:
  - Add LICENSE
  - Reformat pkg-descr
  - Take maintainership

Modified:
  head/devel/p5-ConfigReader-Simple/Makefile
  head/devel/p5-ConfigReader-Simple/pkg-descr

Modified: head/devel/p5-ConfigReader-Simple/Makefile
==============================================================================
--- head/devel/p5-ConfigReader-Simple/Makefile	Sun May  4 04:07:00 2014	(r352938)
+++ head/devel/p5-ConfigReader-Simple/Makefile	Sun May  4 06:09:47 2014	(r352939)
@@ -7,10 +7,13 @@ CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Simple configuration file parser
 
-TEST_DEPENDS=	p5-Test-Output>0:${PORTSDIR}/devel/p5-Test-Output \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+TEST_DEPENDS=	p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
 		p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
 
 USES=		perl5

Modified: head/devel/p5-ConfigReader-Simple/pkg-descr
==============================================================================
--- head/devel/p5-ConfigReader-Simple/pkg-descr	Sun May  4 04:07:00 2014	(r352938)
+++ head/devel/p5-ConfigReader-Simple/pkg-descr	Sun May  4 06:09:47 2014	(r352939)
@@ -1,5 +1,5 @@
-ConfigReader::Simple reads and parses simple configuration files.  It is
-designed to be smaller and simpler than the ConfigReader module and is
-more suited to simple configuration files.
+ConfigReader::Simple reads and parses simple configuration files. It is designed
+to be smaller and simpler than the ConfigReader module and is more suited to
+simple configuration files.
 
 WWW: http://search.cpan.org/dist/ConfigReader-Simple/


More information about the svn-ports-all mailing list