From owner-svn-ports-head@freebsd.org Sat Nov 19 17:15:01 2016 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 63A15C4B2D9; Sat, 19 Nov 2016 17:15:01 +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 BF97B653AC; Sat, 19 Nov 2016 17:11:47 +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 uAJHBkC7080739; Sat, 19 Nov 2016 17:11:46 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAJHBkQi080736; Sat, 19 Nov 2016 17:11:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611191711.uAJHBkQi080736@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Nov 2016 17:11:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426508 - head/textproc/p5-Pod-ProjectDocs 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: Sat, 19 Nov 2016 17:15:01 -0000 Author: sunpoet Date: Sat Nov 19 17:11:46 2016 New Revision: 426508 URL: https://svnweb.freebsd.org/changeset/ports/426508 Log: - Update to 0.45 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Pod-ProjectDocs/Changes Modified: head/textproc/p5-Pod-ProjectDocs/Makefile head/textproc/p5-Pod-ProjectDocs/distinfo head/textproc/p5-Pod-ProjectDocs/pkg-plist Modified: head/textproc/p5-Pod-ProjectDocs/Makefile ============================================================================== --- head/textproc/p5-Pod-ProjectDocs/Makefile Sat Nov 19 17:11:41 2016 (r426507) +++ head/textproc/p5-Pod-ProjectDocs/Makefile Sat Nov 19 17:11:46 2016 (r426508) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-ProjectDocs -PORTVERSION= 0.40 -PORTREVISION= 1 +PORTVERSION= 0.45 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generates CPAN like pod pages +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Class-Data-Inheritable>=0:devel/p5-Class-Data-Inheritable \ p5-JSON>=2.04:converters/p5-JSON \ @@ -19,6 +22,7 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:deve p5-URI>=0:net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Pod-ProjectDocs/distinfo ============================================================================== --- head/textproc/p5-Pod-ProjectDocs/distinfo Sat Nov 19 17:11:41 2016 (r426507) +++ head/textproc/p5-Pod-ProjectDocs/distinfo Sat Nov 19 17:11:46 2016 (r426508) @@ -1,2 +1,3 @@ -SHA256 (Pod-ProjectDocs-0.40.tar.gz) = 924889e13871a04d7b7deb0945b825aa1bd588e6203fbca8e8fa5e61dcf58289 -SIZE (Pod-ProjectDocs-0.40.tar.gz) = 39228 +TIMESTAMP = 1479554435 +SHA256 (Pod-ProjectDocs-0.45.tar.gz) = c125c88ec3354959c32231f25a0689c4f406f25e87b623ac6687886111917fa1 +SIZE (Pod-ProjectDocs-0.45.tar.gz) = 26808 Modified: head/textproc/p5-Pod-ProjectDocs/pkg-plist ============================================================================== --- head/textproc/p5-Pod-ProjectDocs/pkg-plist Sat Nov 19 17:11:41 2016 (r426507) +++ head/textproc/p5-Pod-ProjectDocs/pkg-plist Sat Nov 19 17:11:46 2016 (r426508) @@ -1,5 +1,4 @@ bin/pod2projdocs -%%PERL5_MAN3%%/Pod::ProjectDocs.3.gz %%SITE_PERL%%/Pod/ProjectDocs.pm %%SITE_PERL%%/Pod/ProjectDocs/ArrowImage.pm %%SITE_PERL%%/Pod/ProjectDocs/CSS.pm @@ -9,7 +8,6 @@ bin/pod2projdocs %%SITE_PERL%%/Pod/ProjectDocs/File.pm %%SITE_PERL%%/Pod/ProjectDocs/IndexPage.pm %%SITE_PERL%%/Pod/ProjectDocs/Parser.pm -%%SITE_PERL%%/Pod/ProjectDocs/Parser/JavaScriptPod.pm -%%SITE_PERL%%/Pod/ProjectDocs/Parser/PerlPod.pm %%SITE_PERL%%/Pod/ProjectDocs/Template.pm %%PERL5_MAN1%%/pod2projdocs.1.gz +%%PERL5_MAN3%%/Pod::ProjectDocs.3.gz