From owner-svn-ports-head@freebsd.org Tue May 9 12:56:28 2017 Return-Path: Delivered-To: svn-ports-head@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 937FED651DB; Tue, 9 May 2017 12:56:28 +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 1F922858; Tue, 9 May 2017 12:56:27 +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 v49CuQfb044976; Tue, 9 May 2017 12:56:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v49CuQqZ044973; Tue, 9 May 2017 12:56:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201705091256.v49CuQqZ044973@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 9 May 2017 12:56:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440491 - head/textproc/p5-Pod-WikiDoc 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.23 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: Tue, 09 May 2017 12:56:28 -0000 Author: sunpoet Date: Tue May 9 12:56:26 2017 New Revision: 440491 URL: https://svnweb.freebsd.org/changeset/ports/440491 Log: Update to 0.21 - Add LICENSE_FILE - Add TEST_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Pod-WikiDoc/Changes Modified: head/textproc/p5-Pod-WikiDoc/Makefile head/textproc/p5-Pod-WikiDoc/distinfo head/textproc/p5-Pod-WikiDoc/pkg-plist Modified: head/textproc/p5-Pod-WikiDoc/Makefile ============================================================================== --- head/textproc/p5-Pod-WikiDoc/Makefile Tue May 9 12:56:21 2017 (r440490) +++ head/textproc/p5-Pod-WikiDoc/Makefile Tue May 9 12:56:26 2017 (r440491) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-WikiDoc -PORTVERSION= 0.20 -PORTREVISION= 1 +PORTVERSION= 0.21 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,14 +11,17 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Generate Pod from inline wiki style text LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS:= ${RUN_DEPENDS} -RUN_DEPENDS= p5-File-pushd>=0:devel/p5-File-pushd \ +BUILD_DEPENDS= p5-File-pushd>=0:devel/p5-File-pushd \ p5-Getopt-Lucid>=0.14:textproc/p5-Getopt-Lucid \ - p5-IPC-Run3>=0.033:devel/p5-IPC-Run3 \ - p5-Parse-RecDescent>=1.967.006:devel/p5-Parse-RecDescent \ + p5-IO-String>=1.06:devel/p5-IO-String \ + p5-Parse-RecDescent>=1.967.006:devel/p5-Parse-RecDescent +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-IPC-Run3>=0.033:devel/p5-IPC-Run3 \ p5-Probe-Perl>=0.01:sysutils/p5-Probe-Perl +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Pod-WikiDoc/distinfo ============================================================================== --- head/textproc/p5-Pod-WikiDoc/distinfo Tue May 9 12:56:21 2017 (r440490) +++ head/textproc/p5-Pod-WikiDoc/distinfo Tue May 9 12:56:26 2017 (r440491) @@ -1,2 +1,3 @@ -SHA256 (Pod-WikiDoc-0.20.tar.gz) = 448c34604b41a5142f03d2c783cd18c00123458586c79d8bd1f1c550ace85dd9 -SIZE (Pod-WikiDoc-0.20.tar.gz) = 39431 +TIMESTAMP = 1494331104 +SHA256 (Pod-WikiDoc-0.21.tar.gz) = 2c12f512f872155fd627dc9c4a7947f042ad8075ca823b8c78c7804f6910b2b4 +SIZE (Pod-WikiDoc-0.21.tar.gz) = 45139 Modified: head/textproc/p5-Pod-WikiDoc/pkg-plist ============================================================================== --- head/textproc/p5-Pod-WikiDoc/pkg-plist Tue May 9 12:56:21 2017 (r440490) +++ head/textproc/p5-Pod-WikiDoc/pkg-plist Tue May 9 12:56:26 2017 (r440491) @@ -1,9 +1,9 @@ bin/wikidoc -%%PERL5_MAN1%%/wikidoc.1.gz -%%PERL5_MAN3%%/Pod::WikiDoc.3.gz -%%PERL5_MAN3%%/Pod::WikiDoc::Cookbook.3.gz -%%PERL5_MAN3%%/Pod::WikiDoc::Parser.3.gz %%SITE_PERL%%/Pod/WikiDoc.pm %%SITE_PERL%%/Pod/WikiDoc/Cookbook.pod %%SITE_PERL%%/Pod/WikiDoc/Parser.pm %%SITE_PERL%%/Pod/WikiDoc/Parser.pod +%%PERL5_MAN1%%/wikidoc.1.gz +%%PERL5_MAN3%%/Pod::WikiDoc.3.gz +%%PERL5_MAN3%%/Pod::WikiDoc::Cookbook.3.gz +%%PERL5_MAN3%%/Pod::WikiDoc::Parser.3.gz