From owner-svn-ports-all@FreeBSD.ORG Mon Mar 16 16:06:09 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E2318DEB; Mon, 16 Mar 2015 16:06:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B39999FE; Mon, 16 Mar 2015 16:06:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2GG69ks091448; Mon, 16 Mar 2015 16:06:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2GG686q091441; Mon, 16 Mar 2015 16:06:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201503161606.t2GG686q091441@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 16 Mar 2015 16:06:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381423 - head/math/p5-Math-BaseCnv X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Mar 2015 16:06:10 -0000 Author: sunpoet Date: Mon Mar 16 16:06:07 2015 New Revision: 381423 URL: https://svnweb.freebsd.org/changeset/ports/381423 QAT: https://qat.redports.org/buildarchive/r381423/ Log: - Update to 1.8 - Add LICENSE - Fix *_DEPENDS: Memoize is already in all supported Perl releases Changes: http://search.cpan.org/dist/Math-BaseCnv/CHANGES Modified: head/math/p5-Math-BaseCnv/Makefile head/math/p5-Math-BaseCnv/distinfo head/math/p5-Math-BaseCnv/pkg-plist Modified: head/math/p5-Math-BaseCnv/Makefile ============================================================================== --- head/math/p5-Math-BaseCnv/Makefile Mon Mar 16 16:06:00 2015 (r381422) +++ head/math/p5-Math-BaseCnv/Makefile Mon Mar 16 16:06:07 2015 (r381423) @@ -2,18 +2,17 @@ # $FreeBSD$ PORTNAME= Math-BaseCnv -PORTVERSION= 1.4.75 -PORTREVISION= 2 +PORTVERSION= 1.8 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION}O6Pbr +DISTNAME= ${PORTNAME}-${PORTVERSION}.B59BrZX MAINTAINER= perl@FreeBSD.org COMMENT= Fast functions to convert between number Bases -BUILD_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize -RUN_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize +LICENSE= GPLv3 + TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage Modified: head/math/p5-Math-BaseCnv/distinfo ============================================================================== --- head/math/p5-Math-BaseCnv/distinfo Mon Mar 16 16:06:00 2015 (r381422) +++ head/math/p5-Math-BaseCnv/distinfo Mon Mar 16 16:06:07 2015 (r381423) @@ -1,2 +1,2 @@ -SHA256 (Math-BaseCnv-1.4.75O6Pbr.tgz) = 9ed74d703371ea192ab036ce11859f654b7d626dd1869317af470c325374ccfe -SIZE (Math-BaseCnv-1.4.75O6Pbr.tgz) = 11698 +SHA256 (Math-BaseCnv-1.8.B59BrZX.tgz) = 132dab154439bd60ee3302947e4707eacbcd04b61172ca7eae1e650644608243 +SIZE (Math-BaseCnv-1.8.B59BrZX.tgz) = 12401 Modified: head/math/p5-Math-BaseCnv/pkg-plist ============================================================================== --- head/math/p5-Math-BaseCnv/pkg-plist Mon Mar 16 16:06:00 2015 (r381422) +++ head/math/p5-Math-BaseCnv/pkg-plist Mon Mar 16 16:06:07 2015 (r381423) @@ -1,2 +1,3 @@ +bin/cnv %%SITE_PERL%%/Math/BaseCnv.pm %%PERL5_MAN3%%/Math::BaseCnv.3.gz