svn commit: r355165 - head/devel/p5-Tree-Parser

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 12:36:42 UTC 2014


Author: sunpoet
Date: Sun May 25 12:36:41 2014
New Revision: 355165
URL: http://svnweb.freebsd.org/changeset/ports/355165
QAT: https://qat.redports.org/buildarchive/r355165/

Log:
  - Add LICENSE
  - Pass maintainership to submitter
  - While I'm here:
    - Fix *_DEPENDS: Scalar::Util 1.10+ is already in all supported Perl releases
    - Bump PORTREVISION for dependency change
  
  PR:		ports/189508
  Submitted by:	Muhammad Moinur Rahman <5u623l20 at gmail.com>

Modified:
  head/devel/p5-Tree-Parser/Makefile

Modified: head/devel/p5-Tree-Parser/Makefile
==============================================================================
--- head/devel/p5-Tree-Parser/Makefile	Sun May 25 12:36:37 2014	(r355164)
+++ head/devel/p5-Tree-Parser/Makefile	Sun May 25 12:36:41 2014	(r355165)
@@ -3,16 +3,19 @@
 
 PORTNAME=	Tree-Parser
 PORTVERSION=	0.15
+PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	5u623l20 at gmail.com
 COMMENT=	Module to parse formatted files into tree structures
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Array-Iterator>=0:${PORTSDIR}/devel/p5-Array-Iterator \
-		p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple \
-		p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
+		p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
 


More information about the svn-ports-all mailing list