From owner-svn-ports-head@FreeBSD.ORG Thu Nov 20 02:54:06 2014 Return-Path: Delivered-To: svn-ports-head@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 D3BF956C; Thu, 20 Nov 2014 02:54:06 +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 A6986D71; Thu, 20 Nov 2014 02:54:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAK2s6tH077607; Thu, 20 Nov 2014 02:54:06 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAK2s5e6077601; Thu, 20 Nov 2014 02:54:05 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201411200254.sAK2s5e6077601@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 02:54:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372830 - head/textproc/p5-Text-CSV_XS X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 02:54:06 -0000 Author: kuriyama Date: Thu Nov 20 02:54:05 2014 New Revision: 372830 URL: https://svnweb.freebsd.org/changeset/ports/372830 QAT: https://qat.redports.org/buildarchive/r372830/ Log: - Upgrade to 1.12. PR: ports/195156 Submitted by: Sergei Vyshenski Modified: head/textproc/p5-Text-CSV_XS/Makefile head/textproc/p5-Text-CSV_XS/distinfo head/textproc/p5-Text-CSV_XS/pkg-plist Modified: head/textproc/p5-Text-CSV_XS/Makefile ============================================================================== --- head/textproc/p5-Text-CSV_XS/Makefile Thu Nov 20 01:56:10 2014 (r372829) +++ head/textproc/p5-Text-CSV_XS/Makefile Thu Nov 20 02:54:05 2014 (r372830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-CSV_XS -PORTVERSION= 1.02 +PORTVERSION= 1.12 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:HMBRAND @@ -11,7 +11,22 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Comma-separated values manipulation routines -USES= perl5 tar:tgz +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ + +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 tar:tgz USE_PERL5= configure +NO_ARCH= yes + +#pre-install: test + +post-install: + ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Text/CSV_XS/CSV_XS.so .include Modified: head/textproc/p5-Text-CSV_XS/distinfo ============================================================================== --- head/textproc/p5-Text-CSV_XS/distinfo Thu Nov 20 01:56:10 2014 (r372829) +++ head/textproc/p5-Text-CSV_XS/distinfo Thu Nov 20 02:54:05 2014 (r372830) @@ -1,2 +1,2 @@ -SHA256 (Text-CSV_XS-1.02.tgz) = e42b338f0748295984a3a4157ca6075f46fa8a8012c50ffc259d2eaf50f376ef -SIZE (Text-CSV_XS-1.02.tgz) = 125032 +SHA256 (Text-CSV_XS-1.12.tgz) = 8643940eb65a1d9126fc230698b8a24aa6c05db6ca70d2248426412bae38fd7c +SIZE (Text-CSV_XS-1.12.tgz) = 144685 Modified: head/textproc/p5-Text-CSV_XS/pkg-plist ============================================================================== --- head/textproc/p5-Text-CSV_XS/pkg-plist Thu Nov 20 01:56:10 2014 (r372829) +++ head/textproc/p5-Text-CSV_XS/pkg-plist Thu Nov 20 02:54:05 2014 (r372830) @@ -1,7 +1,4 @@ %%PERL5_MAN3%%/Text::CSV_XS.3.gz -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.so -%%SITE_PERL%%/%%PERL_ARCH%%/Text/CSV_XS.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text +%%SITE_ARCH%%/Text/CSV_XS.pm +%%SITE_ARCH%%/auto/Text/CSV_XS/.packlist +%%SITE_ARCH%%/auto/Text/CSV_XS/CSV_XS.so