Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 18:44:35 +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: r401144 - head/devel/p5-DateTime-Format-Builder
Message-ID:  <201511091844.tA9IiZ0q098974@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511091844.tA9IiZ0q098974>