svn commit: r400290 - head/textproc/p5-Text-Affixes

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 27 15:52:40 UTC 2015


Author: sunpoet
Date: Tue Oct 27 15:52:38 2015
New Revision: 400290
URL: https://svnweb.freebsd.org/changeset/ports/400290

Log:
  - Update to 0.09
  - Add LICENSE
  - Add NO_ARCH
  - Sort PLIST
  
  Changes:	http://search.cpan.org/dist/Text-Affixes/Changes

Modified:
  head/textproc/p5-Text-Affixes/Makefile
  head/textproc/p5-Text-Affixes/distinfo
  head/textproc/p5-Text-Affixes/pkg-plist

Modified: head/textproc/p5-Text-Affixes/Makefile
==============================================================================
--- head/textproc/p5-Text-Affixes/Makefile	Tue Oct 27 15:51:58 2015	(r400289)
+++ head/textproc/p5-Text-Affixes/Makefile	Tue Oct 27 15:52:38 2015	(r400290)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Text-Affixes
-PORTVERSION=	0.07
-PORTREVISION=	1
+PORTVERSION=	0.09
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,7 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl module for prefixes and suffixes analisys of text
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
 USES=		perl5
-USE_PERL5=	configure
+USE_PERL5=	modbuild
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-Affixes/distinfo
==============================================================================
--- head/textproc/p5-Text-Affixes/distinfo	Tue Oct 27 15:51:58 2015	(r400289)
+++ head/textproc/p5-Text-Affixes/distinfo	Tue Oct 27 15:52:38 2015	(r400290)
@@ -1,2 +1,2 @@
-SHA256 (Text-Affixes-0.07.tar.gz) = c771fd9e46d16f2a38901afc1252445d8b586308e4da35dd88983b675b23afa4
-SIZE (Text-Affixes-0.07.tar.gz) = 3841
+SHA256 (Text-Affixes-0.09.tar.gz) = 7d0808f7194d7a68786fee8fedc36414c69029c460cc41efe608d2bbfb3dcc5e
+SIZE (Text-Affixes-0.09.tar.gz) = 18444

Modified: head/textproc/p5-Text-Affixes/pkg-plist
==============================================================================
--- head/textproc/p5-Text-Affixes/pkg-plist	Tue Oct 27 15:51:58 2015	(r400289)
+++ head/textproc/p5-Text-Affixes/pkg-plist	Tue Oct 27 15:52:38 2015	(r400290)
@@ -1,3 +1,2 @@
-%%PERL5_MAN3%%/Text::Affixes.3.gz
 %%SITE_PERL%%/Text/Affixes.pm
-%%SITE_PERL%%/auto/Text/Affixes/autosplit.ix
+%%PERL5_MAN3%%/Text::Affixes.3.gz


More information about the svn-ports-all mailing list