From owner-svn-ports-all@freebsd.org Mon Nov 9 18:44:36 2015 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 912E1A2AB2C; Mon, 9 Nov 2015 18:44:36 +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 5C48C126B; Mon, 9 Nov 2015 18:44:36 +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 tA9IiZaQ098976; Mon, 9 Nov 2015 18:44:35 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA9IiZ0q098974; Mon, 9 Nov 2015 18:44:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201511091844.tA9IiZ0q098974@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Nov 2015 18:44:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401144 - head/devel/p5-DateTime-Format-Builder 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.20 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: Mon, 09 Nov 2015 18:44:36 -0000 Author: sunpoet Date: Mon Nov 9 18:44:35 2015 New Revision: 401144 URL: https://svnweb.freebsd.org/changeset/ports/401144 Log: - Add LICENSE - Add NO_ARCH - Remove DOCS option - Convert to new options target helper - Sort PLIST - Bump PORTREVISION for package change Modified: head/devel/p5-DateTime-Format-Builder/Makefile head/devel/p5-DateTime-Format-Builder/pkg-plist Modified: head/devel/p5-DateTime-Format-Builder/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Builder/Makefile Mon Nov 9 18:44:31 2015 (r401143) +++ head/devel/p5-DateTime-Format-Builder/Makefile Mon Nov 9 18:44:35 2015 (r401144) @@ -3,7 +3,7 @@ PORTNAME= DateTime-Format-Builder PORTVERSION= 0.81 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create DateTime parser classes and objects +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Class-Factory-Util>=1.6:${PORTSDIR}/devel/p5-Class-Factory-Util \ p5-DateTime>=0.12:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Format-Strptime>=1.04:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ @@ -20,18 +23,15 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Devel-Cycle>=1.07:${PORTSDIR}/devel/p5-Devel-Cycle \ p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= EXAMPLES +NO_ARCH= yes USES= perl5 USE_PERL5= configure -PORTDOCS= Changes README PORTEXAMPLES= Apache.pm Fall.pm ICal.pm MySQL.pm Simple.pm Tivoli.pm W3CDTF.pm -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) - +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) Modified: head/devel/p5-DateTime-Format-Builder/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Format-Builder/pkg-plist Mon Nov 9 18:44:31 2015 (r401143) +++ head/devel/p5-DateTime-Format-Builder/pkg-plist Mon Nov 9 18:44:35 2015 (r401144) @@ -1,11 +1,3 @@ -%%PERL5_MAN3%%/DateTime::Format::Builder.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Parser.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Dispatch.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Quick.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Regex.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Strptime.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::generic.3.gz -%%PERL5_MAN3%%/DateTime::Format::Builder::Tutorial.3.gz %%SITE_PERL%%/DateTime/Format/Builder.pm %%SITE_PERL%%/DateTime/Format/Builder/Parser.pm %%SITE_PERL%%/DateTime/Format/Builder/Parser/Dispatch.pm @@ -14,3 +6,11 @@ %%SITE_PERL%%/DateTime/Format/Builder/Parser/Strptime.pm %%SITE_PERL%%/DateTime/Format/Builder/Parser/generic.pm %%SITE_PERL%%/DateTime/Format/Builder/Tutorial.pod +%%PERL5_MAN3%%/DateTime::Format::Builder.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Parser.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Dispatch.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Quick.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Regex.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::Strptime.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Parser::generic.3.gz +%%PERL5_MAN3%%/DateTime::Format::Builder::Tutorial.3.gz