Date: Mon, 27 Jan 2020 20:10:19 +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: r524436 - head/devel/p5-Time-Local Message-ID: <202001272010.00RKAJkF007178@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jan 27 20:10:18 2020 New Revision: 524436 URL: https://svnweb.freebsd.org/changeset/ports/524436 Log: Update to 1.30 - Convert to options target helper Changes: https://metacpan.org/changes/distribution/Time-Local Modified: head/devel/p5-Time-Local/Makefile head/devel/p5-Time-Local/distinfo Modified: head/devel/p5-Time-Local/Makefile ============================================================================== --- head/devel/p5-Time-Local/Makefile Mon Jan 27 20:10:13 2020 (r524435) +++ head/devel/p5-Time-Local/Makefile Mon Jan 27 20:10:18 2020 (r524436) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Time-Local -PORTVERSION= 1.28 +PORTVERSION= 1.30 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,16 +14,17 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -OPTIONS_DEFINE= DOCS - -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + PORTDOCS= Changes -post-install: +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) + ${INSTALL_DATA} ${WRKSRC}/Changes ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> Modified: head/devel/p5-Time-Local/distinfo ============================================================================== --- head/devel/p5-Time-Local/distinfo Mon Jan 27 20:10:13 2020 (r524435) +++ head/devel/p5-Time-Local/distinfo Mon Jan 27 20:10:18 2020 (r524436) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529277575 -SHA256 (Time-Local-1.28.tar.gz) = 9278b9e5cc99dcbb0fd27a43e914828b59685601edae082889b5ee7266afe10e -SIZE (Time-Local-1.28.tar.gz) = 40090 +TIMESTAMP = 1580125355 +SHA256 (Time-Local-1.30.tar.gz) = c7744f6b2986b946d3e2cf034df371bee16cdbafe53e945abb1a542c4f8920cb +SIZE (Time-Local-1.30.tar.gz) = 42925
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001272010.00RKAJkF007178>