From owner-svn-ports-head@freebsd.org Tue Feb 28 09:47:29 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B96DFCEE94A; Tue, 28 Feb 2017 09:47:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CB29B10; Tue, 28 Feb 2017 09:47:29 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1S9lSkH069140; Tue, 28 Feb 2017 09:47:28 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1S9lSG0069138; Tue, 28 Feb 2017 09:47:28 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702280947.v1S9lSG0069138@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 28 Feb 2017 09:47:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435030 - head/math/p5-Math-Currency X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Feb 2017 09:47:29 -0000 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