From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 20:02:13 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C00B0106566B; Sat, 8 Sep 2012 20:02:13 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 91FB08FC0C; Sat, 8 Sep 2012 20:02:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q88K2DT6046618; Sat, 8 Sep 2012 20:02:13 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q88K2DBn046614; Sat, 8 Sep 2012 20:02:13 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209082002.q88K2DBn046614@svn.freebsd.org> From: Steve Wills Date: Sat, 8 Sep 2012 20:02:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303925 - head/math/p5-Math-Base36 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 08 Sep 2012 20:02:13 -0000 Author: swills Date: Sat Sep 8 20:02:13 2012 New Revision: 303925 URL: http://svn.freebsd.org/changeset/ports/303925 Log: - Update to 0.10 PR: ports/171044 Approved by: maintainer timeout (mhsin@mhsin.org, >2 weeks) Modified: head/math/p5-Math-Base36/Makefile (contents, props changed) head/math/p5-Math-Base36/distinfo (contents, props changed) head/math/p5-Math-Base36/pkg-plist (contents, props changed) Modified: head/math/p5-Math-Base36/Makefile ============================================================================== --- head/math/p5-Math-Base36/Makefile Sat Sep 8 19:27:12 2012 (r303924) +++ head/math/p5-Math-Base36/Makefile Sat Sep 8 20:02:13 2012 (r303925) @@ -6,7 +6,7 @@ # PORTNAME= Math-Base36 -PORTVERSION= 0.09 +PORTVERSION= 0.10 PORTEPOCH= 2 CATEGORIES= math converters perl5 MASTER_SITES= CPAN @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= mhsin@mhsin.org COMMENT= Encoding and decoding of base36 strings +BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker + PERL_CONFIGURE= yes MAN3= Math::Base36.3 Modified: head/math/p5-Math-Base36/distinfo ============================================================================== --- head/math/p5-Math-Base36/distinfo Sat Sep 8 19:27:12 2012 (r303924) +++ head/math/p5-Math-Base36/distinfo Sat Sep 8 20:02:13 2012 (r303925) @@ -1,2 +1,2 @@ -SHA256 (Math-Base36-0.09.tar.gz) = c17dc1d5004be1f69e72c2f4b2e8b2d97c12106515750872f8a90f423bcd222f -SIZE (Math-Base36-0.09.tar.gz) = 19365 +SHA256 (Math-Base36-0.10.tar.gz) = ac1a2fd22547cdf89d90da1b5e5b14afcdee4dcaca029fce94c92288e2458cc7 +SIZE (Math-Base36-0.10.tar.gz) = 20414 Modified: head/math/p5-Math-Base36/pkg-plist ============================================================================== --- head/math/p5-Math-Base36/pkg-plist Sat Sep 8 19:27:12 2012 (r303924) +++ head/math/p5-Math-Base36/pkg-plist Sat Sep 8 20:02:13 2012 (r303925) @@ -3,4 +3,3 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base36 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math -@dirrmtry %%SITE_PERL%%/auto/Math