From owner-svn-ports-head@freebsd.org Thu Feb 2 13:31:18 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 C2B48CC97BC; Thu, 2 Feb 2017 13:31:18 +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 79051A09; Thu, 2 Feb 2017 13:31:18 +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 v12DVHV3096121; Thu, 2 Feb 2017 13:31:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v12DVHpo096118; Thu, 2 Feb 2017 13:31:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702021331.v12DVHpo096118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 2 Feb 2017 13:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433153 - head/math/p5-Math-String 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: Thu, 02 Feb 2017 13:31:18 -0000 Author: sunpoet Date: Thu Feb 2 13:31:17 2017 New Revision: 433153 URL: https://svnweb.freebsd.org/changeset/ports/433153 Log: Update to 1.29 - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Math-String/CHANGES Modified: head/math/p5-Math-String/Makefile head/math/p5-Math-String/distinfo head/math/p5-Math-String/pkg-plist Modified: head/math/p5-Math-String/Makefile ============================================================================== --- head/math/p5-Math-String/Makefile Thu Feb 2 13:31:12 2017 (r433152) +++ head/math/p5-Math-String/Makefile Thu Feb 2 13:31:17 2017 (r433153) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Math-String -PORTVERSION= 1.28 -PORTREVISION= 2 +PORTVERSION= 1.29 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to calculate with strings as if they were big integers +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Math-BigInt>=1.999802:math/p5-Math-BigInt +RUN_DEPENDS:= ${BUILD_DEPENDS} + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/math/p5-Math-String/distinfo ============================================================================== --- head/math/p5-Math-String/distinfo Thu Feb 2 13:31:12 2017 (r433152) +++ head/math/p5-Math-String/distinfo Thu Feb 2 13:31:17 2017 (r433153) @@ -1,2 +1,3 @@ -SHA256 (Math-String-1.28.tar.gz) = 7c41d9a3478bfe5a675556c87375419047c09fd7f0cb6117ddd1240fc5f2e0a0 -SIZE (Math-String-1.28.tar.gz) = 72979 +TIMESTAMP = 1486036639 +SHA256 (Math-String-1.29.tar.gz) = 595a5e709aaa0920c1a437551226bc21efc6dffa2c441890d13a3f2e8530ae0f +SIZE (Math-String-1.29.tar.gz) = 63985 Modified: head/math/p5-Math-String/pkg-plist ============================================================================== --- head/math/p5-Math-String/pkg-plist Thu Feb 2 13:31:12 2017 (r433152) +++ head/math/p5-Math-String/pkg-plist Thu Feb 2 13:31:17 2017 (r433153) @@ -1,10 +1,10 @@ -%%PERL5_MAN3%%/Math::String.3.gz -%%PERL5_MAN3%%/Math::String::Charset.3.gz -%%PERL5_MAN3%%/Math::String::Charset::Grouped.3.gz -%%PERL5_MAN3%%/Math::String::Charset::Nested.3.gz -%%PERL5_MAN3%%/Math::String::Sequence.3.gz %%SITE_PERL%%/Math/String.pm %%SITE_PERL%%/Math/String/Charset.pm %%SITE_PERL%%/Math/String/Charset/Grouped.pm %%SITE_PERL%%/Math/String/Charset/Nested.pm %%SITE_PERL%%/Math/String/Sequence.pm +%%PERL5_MAN3%%/Math::String.3.gz +%%PERL5_MAN3%%/Math::String::Charset.3.gz +%%PERL5_MAN3%%/Math::String::Charset::Grouped.3.gz +%%PERL5_MAN3%%/Math::String::Charset::Nested.3.gz +%%PERL5_MAN3%%/Math::String::Sequence.3.gz