svn commit: r372902 - head/textproc/p5-Text-LTSV

Jun Kuriyama kuriyama at FreeBSD.org
Thu Nov 20 10:20:03 UTC 2014


Author: kuriyama
Date: Thu Nov 20 10:20:02 2014
New Revision: 372902
URL: https://svnweb.freebsd.org/changeset/ports/372902
QAT: https://qat.redports.org/buildarchive/r372902/

Log:
  - Upgrade to 0.08.

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

Modified: head/textproc/p5-Text-LTSV/Makefile
==============================================================================
--- head/textproc/p5-Text-LTSV/Makefile	Thu Nov 20 10:18:15 2014	(r372901)
+++ head/textproc/p5-Text-LTSV/Makefile	Thu Nov 20 10:20:02 2014	(r372902)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	Text-LTSV
-PORTVERSION=	0.07
+PORTVERSION=	0.08
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -9,6 +9,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension for Labeled Tab Separated Value manipulator
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 RUN_DEPENDS=	\
 	p5-Project-Libs>0:${PORTSDIR}/devel/p5-Project-Libs \
 	p5-Tie-IxHash>0:${PORTSDIR}/devel/p5-Tie-IxHash \
@@ -18,5 +21,6 @@ BUILD_DEPENDS=	${RUN_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	YES
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-Text-LTSV/distinfo
==============================================================================
--- head/textproc/p5-Text-LTSV/distinfo	Thu Nov 20 10:18:15 2014	(r372901)
+++ head/textproc/p5-Text-LTSV/distinfo	Thu Nov 20 10:20:02 2014	(r372902)
@@ -1,2 +1,2 @@
-SHA256 (Text-LTSV-0.07.tar.gz) = 79071c738ece8d6449ffc6a0409ce3c49b554dc435a22d24a01ecf41b5e042bc
-SIZE (Text-LTSV-0.07.tar.gz) = 29197
+SHA256 (Text-LTSV-0.08.tar.gz) = e05f3974b669f2c8765c4e256e52fc26910abb88768ff12b97d6329bc9a21f1e
+SIZE (Text-LTSV-0.08.tar.gz) = 61604

Modified: head/textproc/p5-Text-LTSV/pkg-plist
==============================================================================
--- head/textproc/p5-Text-LTSV/pkg-plist	Thu Nov 20 10:18:15 2014	(r372901)
+++ head/textproc/p5-Text-LTSV/pkg-plist	Thu Nov 20 10:20:02 2014	(r372902)
@@ -4,7 +4,3 @@ man/man1/ltsview.1.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/LTSV/.packlist
 %%SITE_PERL%%/Text/LTSV.pm
 %%SITE_PERL%%/Text/LTSV/Iterator.pm
- at dirrm %%SITE_PERL%%/Text/LTSV
- at dirrmtry %%SITE_PERL%%/Text
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/LTSV
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text


More information about the svn-ports-head mailing list