From owner-svn-ports-all@freebsd.org Thu May 18 16:03:53 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1894D73525; Thu, 18 May 2017 16:03:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 6685D1252; Thu, 18 May 2017 16:03:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4IG3qKN003341; Thu, 18 May 2017 16:03:52 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4IG3qZi003338; Thu, 18 May 2017 16:03:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705181603.v4IG3qZi003338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 18 May 2017 16:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441165 - head/textproc/p5-Text-RecordParser 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.23 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, 18 May 2017 16:03:53 -0000 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 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