Date: Thu, 18 May 2017 16:03:52 +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: r441165 - head/textproc/p5-Text-RecordParser Message-ID: <201705181603.v4IG3qZi003338@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu May 18 16:03:52 2017 New Revision: 441165 URL: https://svnweb.freebsd.org/changeset/ports/441165 Log: Update to 1.6.5 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Text-RecordParser/Changes Modified: head/textproc/p5-Text-RecordParser/Makefile head/textproc/p5-Text-RecordParser/distinfo head/textproc/p5-Text-RecordParser/pkg-plist Modified: head/textproc/p5-Text-RecordParser/Makefile ============================================================================== --- head/textproc/p5-Text-RecordParser/Makefile Thu May 18 16:03:46 2017 (r441164) +++ head/textproc/p5-Text-RecordParser/Makefile Thu May 18 16:03:52 2017 (r441165) @@ -1,12 +1,10 @@ # $FreeBSD$ PORTNAME= Text-RecordParser -PORTVERSION= 1.6.3 -PORTREVISION= 4 +PORTVERSION= 1.6.5 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Read record-oriented files @@ -16,15 +14,14 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-IO-stringy>=0:devel/p5-IO-stringy \ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ - p5-Pod-Markdown>=0:textproc/p5-Pod-Markdown \ - p5-Pod-Readme>=0:textproc/p5-Pod-Readme \ p5-Readonly>=0:devel/p5-Readonly \ p5-Text-Autoformat>=0:textproc/p5-Text-Autoformat \ - p5-Text-TabularDisplay>=0:textproc/p5-Text-TabularDisplay + p5-Text-TabularDisplay>=1.22:textproc/p5-Text-TabularDisplay RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception +NO_ARCH= yes USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure .include <bsd.port.mk> Modified: head/textproc/p5-Text-RecordParser/distinfo ============================================================================== --- head/textproc/p5-Text-RecordParser/distinfo Thu May 18 16:03:46 2017 (r441164) +++ head/textproc/p5-Text-RecordParser/distinfo Thu May 18 16:03:52 2017 (r441165) @@ -1,2 +1,3 @@ -SHA256 (Text-RecordParser-v1.6.3.tar.gz) = d083b45dfc19e9ddc108b26e194654f5fcdd1645e812836ce036024881c91f9c -SIZE (Text-RecordParser-v1.6.3.tar.gz) = 73866 +TIMESTAMP = 1495046633 +SHA256 (Text-RecordParser-1.6.5.tar.gz) = da3b81414c63f8d9218d116745a88b948c46c98b187634f629892e54001bc35a +SIZE (Text-RecordParser-1.6.5.tar.gz) = 83653 Modified: head/textproc/p5-Text-RecordParser/pkg-plist ============================================================================== --- head/textproc/p5-Text-RecordParser/pkg-plist Thu May 18 16:03:46 2017 (r441164) +++ head/textproc/p5-Text-RecordParser/pkg-plist Thu May 18 16:03:52 2017 (r441165) @@ -1,12 +1,12 @@ -bin/tablify bin/tab2graph +bin/tablify bin/tabmerge -%%PERL5_MAN3%%/Text::RecordParser.3.gz -%%PERL5_MAN3%%/Text::RecordParser::Tab.3.gz -%%PERL5_MAN3%%/Text::RecordParser::Object.3.gz %%SITE_PERL%%/Text/RecordParser.pm -%%SITE_PERL%%/Text/RecordParser/Tab.pm %%SITE_PERL%%/Text/RecordParser/Object.pm +%%SITE_PERL%%/Text/RecordParser/Tab.pm +%%PERL5_MAN1%%/tab2graph.1.gz %%PERL5_MAN1%%/tablify.1.gz %%PERL5_MAN1%%/tabmerge.1.gz -%%PERL5_MAN1%%/tab2graph.1.gz +%%PERL5_MAN3%%/Text::RecordParser.3.gz +%%PERL5_MAN3%%/Text::RecordParser::Object.3.gz +%%PERL5_MAN3%%/Text::RecordParser::Tab.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705181603.v4IG3qZi003338>