Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2013 11:31:01 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327691 - head/textproc/p5-Lingua-EN-AddressParse
Message-ID:  <201309201131.r8KBV1it094986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Sep 20 11:31:01 2013
New Revision: 327691
URL: http://svnweb.freebsd.org/changeset/ports/327691

Log:
  - Add LICENSE
  - Fix *_DEPENDS
  - Remove Author line

Modified:
  head/textproc/p5-Lingua-EN-AddressParse/Makefile   (contents, props changed)
  head/textproc/p5-Lingua-EN-AddressParse/pkg-descr   (contents, props changed)

Modified: head/textproc/p5-Lingua-EN-AddressParse/Makefile
==============================================================================
--- head/textproc/p5-Lingua-EN-AddressParse/Makefile	Fri Sep 20 11:30:57 2013	(r327690)
+++ head/textproc/p5-Lingua-EN-AddressParse/Makefile	Fri Sep 20 11:31:01 2013	(r327691)
@@ -10,10 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl module to manipulate geographical addresses
 
-RUN_DEPENDS=	p5-Lingua-EN-NameParse>=0:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \
-		p5-Locale-SubCountry>=0:${PORTSDIR}/misc/p5-Locale-SubCountry \
-		p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Lingua-EN-NameParse>=1.24:${PORTSDIR}/textproc/p5-Lingua-EN-NameParse \
+		p5-Locale-SubCountry>=1.41:${PORTSDIR}/misc/p5-Locale-SubCountry \
+		p5-Parse-RecDescent>=1:${PORTSDIR}/devel/p5-Parse-RecDescent
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure

Modified: head/textproc/p5-Lingua-EN-AddressParse/pkg-descr
==============================================================================
--- head/textproc/p5-Lingua-EN-AddressParse/pkg-descr	Fri Sep 20 11:30:57 2013	(r327690)
+++ head/textproc/p5-Lingua-EN-AddressParse/pkg-descr	Fri Sep 20 11:31:01 2013	(r327691)
@@ -3,5 +3,3 @@ text and attempts to parse it. If succes
 down into components and useful functions can be performed.
 
 WWW: http://search.cpan.org/dist/Lingua-EN-AddressParse/
-
-Seamus Venasse <svenasse@polaris.ca>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309201131.r8KBV1it094986>