Date: Sun, 30 Jul 2017 13:12:55 +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: r446922 - head/math/p5-Math-Currency Message-ID: <201707301312.v6UDCtrh053447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jul 30 13:12:55 2017 New Revision: 446922 URL: https://svnweb.freebsd.org/changeset/ports/446922 Log: Update to 0.52 - Remove DOCS option Changes: http://search.cpan.org/dist/Math-Currency/Changes Modified: head/math/p5-Math-Currency/Makefile head/math/p5-Math-Currency/distinfo Modified: head/math/p5-Math-Currency/Makefile ============================================================================== --- head/math/p5-Math-Currency/Makefile Sun Jul 30 13:12:50 2017 (r446921) +++ head/math/p5-Math-Currency/Makefile Sun Jul 30 13:12:55 2017 (r446922) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Currency -PORTVERSION= 0.51 +PORTVERSION= 0.52 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,13 +21,5 @@ TEST_DEPENDS= p5-Test-More-UTF8>=0:devel/p5-Test-More- NO_ARCH= yes USES= perl5 USE_PERL5= configure - -OPTIONS_DEFINE= DOCS - -PORTDOCS= Changes - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> Modified: head/math/p5-Math-Currency/distinfo ============================================================================== --- head/math/p5-Math-Currency/distinfo Sun Jul 30 13:12:50 2017 (r446921) +++ head/math/p5-Math-Currency/distinfo Sun Jul 30 13:12:55 2017 (r446922) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488262582 -SHA256 (Math-Currency-0.51.tar.gz) = 52606fabb9e406515fe2cdcc35db0aac709e1c620b81c0ece4185be8b4b54186 -SIZE (Math-Currency-0.51.tar.gz) = 34648 +TIMESTAMP = 1501406766 +SHA256 (Math-Currency-0.52.tar.gz) = 8af7d1a9a054510ceab9b673ae78335f470e910c2d07240554344468ce5ec13c +SIZE (Math-Currency-0.52.tar.gz) = 34603
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707301312.v6UDCtrh053447>