Date: Sat, 21 Nov 2009 02:38:06 -0500 (EST) From: Sahil Tandon <sahil@tandon.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mhsin@mhsin.org Subject: ports/140738: [PATCH] math/p5-Math-Base36: update to 0.07 Message-ID: <20091121073806.41B061708C@spartan.hamla.org> Resent-Message-ID: <200911210740.nAL7e2Ho008046@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140738 >Category: ports >Synopsis: [PATCH] math/p5-Math-Base36: update to 0.07 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Nov 21 07:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sahil Tandon >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: >Description: - Update to 0.07 - Bump PORTEPOCH since previous version in ports tree was 0.1 >How-To-Repeat: >Fix: --- p5-Math-Base36.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/p5-Math-Base36/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 23 Jul 2009 17:26:42 -0000 1.2 +++ Makefile 21 Nov 2009 07:30:54 -0000 @@ -6,8 +6,8 @@ # PORTNAME= Math-Base36 -PORTVERSION= 0.1 -PORTEPOCH= 1 +PORTVERSION= 0.07 +PORTEPOCH= 2 CATEGORIES= math perl5 converters MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,9 +15,10 @@ MAINTAINER= mhsin@mhsin.org COMMENT= Encoding and decoding of base36 strings -PERL_CONFIGURE= yes +BUILD_DEPENDS= p5-Math-BigInt>=1.60:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= ${BUILD_DEPENDS} -WRKSRC= ${WRKDIR}/Base36 +PERL_CONFIGURE= yes MAN3= Math::Base36.3 Index: distinfo =================================================================== RCS file: /home/ncvs/ports/math/p5-Math-Base36/distinfo,v retrieving revision 1.2 diff -u -r1.2 distinfo --- distinfo 23 Jul 2009 17:26:42 -0000 1.2 +++ distinfo 21 Nov 2009 07:30:54 -0000 @@ -1,3 +1,3 @@ -MD5 (Math-Base36-0.1.tar.gz) = da3d1c3b260b6eb4aa3dea3b4726a142 -SHA256 (Math-Base36-0.1.tar.gz) = d4412320c9af399f99f2ff53c6d5bfc72528f134e7a8fa1a48c208f511c8ac36 -SIZE (Math-Base36-0.1.tar.gz) = 2469 +MD5 (Math-Base36-0.07.tar.gz) = 27b4b1a8c175b1717aac3bb6893be9f6 +SHA256 (Math-Base36-0.07.tar.gz) = 3c612966edab0035dbb95fc44975dac27a0cfeb951815b60792bffb73d6b6ad5 +SIZE (Math-Base36-0.07.tar.gz) = 15896 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/math/p5-Math-Base36/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 23 Jul 2009 17:26:42 -0000 1.2 +++ pkg-plist 21 Nov 2009 07:30:54 -0000 @@ -1,8 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base36/.packlist %%SITE_PERL%%/Math/Base36.pm -%%SITE_PERL%%/auto/Math/Base36/autosplit.ix @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base36 -@dirrm %%SITE_PERL%%/auto/Math/Base36 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math @dirrmtry %%SITE_PERL%%/auto/Math --- p5-Math-Base36.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091121073806.41B061708C>