svn commit: r435030 - head/math/p5-Math-Currency

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 28 09:47:29 UTC 2017


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 at 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


More information about the svn-ports-all mailing list