Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2012 06:48:47 +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: r305339 - head/textproc/p5-String-ToIdentifier-EN
Message-ID:  <201210060648.q966mlAD015018@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct  6 06:48:46 2012
New Revision: 305339
URL: http://svn.freebsd.org/changeset/ports/305339

Log:
  - Update to 0.08
  - Add LICENSE
  - Cleanup Makefile header
  
  Changes:	http://search.cpan.org/dist/String-ToIdentifier-EN/Changes

Modified:
  head/textproc/p5-String-ToIdentifier-EN/Makefile   (contents, props changed)
  head/textproc/p5-String-ToIdentifier-EN/distinfo   (contents, props changed)

Modified: head/textproc/p5-String-ToIdentifier-EN/Makefile
==============================================================================
--- head/textproc/p5-String-ToIdentifier-EN/Makefile	Sat Oct  6 05:37:29 2012	(r305338)
+++ head/textproc/p5-String-ToIdentifier-EN/Makefile	Sat Oct  6 06:48:46 2012	(r305339)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-String-ToIdentifier-EN
-# Date created:		2011-12-05
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	String-ToIdentifier-EN
-PORTVERSION=	0.07
+PORTVERSION=	0.08
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,13 +10,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Convert Strings to English Program Identifiers
 
-BUILD_DEPENDS=	p5-Lingua-EN-Inflect-Phrase>=0.07:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Phrase \
-		p5-Text-Unidecode>=0.04:${PORTSDIR}/converters/p5-Text-Unidecode \
-		p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean
-RUN_DEPENDS=	p5-Lingua-EN-Inflect-Phrase>=0.07:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Phrase \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Lingua-EN-Inflect-Phrase>=0.14:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect-Phrase \
 		p5-Text-Unidecode>=0.04:${PORTSDIR}/converters/p5-Text-Unidecode \
 		p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean
-
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 

Modified: head/textproc/p5-String-ToIdentifier-EN/distinfo
==============================================================================
--- head/textproc/p5-String-ToIdentifier-EN/distinfo	Sat Oct  6 05:37:29 2012	(r305338)
+++ head/textproc/p5-String-ToIdentifier-EN/distinfo	Sat Oct  6 06:48:46 2012	(r305339)
@@ -1,2 +1,2 @@
-SHA256 (String-ToIdentifier-EN-0.07.tar.gz) = 5322bf693ca886dd00346a486e709d4b29b50a939c668a1ccfc3ffb71fe5dc1c
-SIZE (String-ToIdentifier-EN-0.07.tar.gz) = 34351
+SHA256 (String-ToIdentifier-EN-0.08.tar.gz) = bd2da8a8cc64e083ef98e08ca80cae185b13d5caee2d5e5be1fd92dd5dc2dbd3
+SIZE (String-ToIdentifier-EN-0.08.tar.gz) = 35781



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