From owner-svn-ports-all@FreeBSD.ORG Thu Nov 20 10:20:03 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D206D47A; Thu, 20 Nov 2014 10:20:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A46C8D1; Thu, 20 Nov 2014 10:20:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKAK3v6096179; Thu, 20 Nov 2014 10:20:03 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKAK29r096172; Thu, 20 Nov 2014 10:20:02 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201411201020.sAKAK29r096172@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Thu, 20 Nov 2014 10:20:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372902 - head/textproc/p5-Text-LTSV X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 10:20:03 -0000 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@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 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 -@dirrm %%SITE_PERL%%/Text/LTSV -@dirrmtry %%SITE_PERL%%/Text -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/LTSV -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text