Date: Tue, 28 Feb 2017 09:47:28 +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: r435030 - head/math/p5-Math-Currency Message-ID: <201702280947.v1S9lSG0069138@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Feb 28 09:47:28 2017 New Revision: 435030 URL: https://svnweb.freebsd.org/changeset/ports/435030 Log: Update to 0.51 - Add LICENSE - Add NO_ARCH - Convert to options target helper 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 Tue Feb 28 09:47:23 2017 (r435029) +++ head/math/p5-Math-Currency/Makefile Tue Feb 28 09:47:28 2017 (r435030) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Currency -PORTVERSION= 0.50 +PORTVERSION= 0.51 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,10 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for exact currency math with formatting and rounding +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Math-FixedPrecision>=0:math/p5-Math-FixedPrecision RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-More-UTF8>=0:devel/p5-Test-More-UTF8 +NO_ARCH= yes USES= perl5 USE_PERL5= configure @@ -21,7 +26,7 @@ OPTIONS_DEFINE= DOCS PORTDOCS= Changes -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} Modified: head/math/p5-Math-Currency/distinfo ============================================================================== --- head/math/p5-Math-Currency/distinfo Tue Feb 28 09:47:23 2017 (r435029) +++ head/math/p5-Math-Currency/distinfo Tue Feb 28 09:47:28 2017 (r435030) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467708725 -SHA256 (Math-Currency-0.50.tar.gz) = 388b268a700c04813cd06f3be0d657879991dcfdfb4afda79acbe097f8d57e35 -SIZE (Math-Currency-0.50.tar.gz) = 33123 +TIMESTAMP = 1488262582 +SHA256 (Math-Currency-0.51.tar.gz) = 52606fabb9e406515fe2cdcc35db0aac709e1c620b81c0ece4185be8b4b54186 +SIZE (Math-Currency-0.51.tar.gz) = 34648
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702280947.v1S9lSG0069138>