Date: Thu, 9 Jul 2009 01:17:13 GMT From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mhsin@mhsin.org Subject: ports/136542: [PATCH] math/p5-Math-Base36: update to 0.1 Message-ID: <200907090117.n691HDTE003623@freefall.freebsd.org> Resent-Message-ID: <200907090120.n691KLFd012783@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136542 >Category: ports >Synopsis: [PATCH] math/p5-Math-Base36: update to 0.1 >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: Thu Jul 09 01:20:21 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 7.2-STABLE i386 >Organization: RideCharge Inc. >Environment: System: FreeBSD freefall.freebsd.org 7.2-STABLE FreeBSD 7.2-STABLE #38 r194101: Sat Jun 13 11:12:24 UTC >Description: - Update to 0.1 Port maintainer (mhsin@mhsin.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Math-Base36-0.1,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/p5-Math-Base36/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 9 Aug 2008 12:53:04 -0000 1.1 +++ Makefile 9 Jul 2009 01:17:11 -0000 @@ -6,7 +6,8 @@ # PORTNAME= Math-Base36 -PORTVERSION= 0.05 +PORTVERSION= 0.1 +PORTEPOCH= 1 CATEGORIES= math perl5 converters MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +17,8 @@ PERL_CONFIGURE= yes +WRKSRC= ${WRKDIR}/Base36 + MAN3= Math::Base36.3 .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/math/p5-Math-Base36/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 9 Aug 2008 12:53:04 -0000 1.1 +++ distinfo 9 Jul 2009 01:17:11 -0000 @@ -1,3 +1,3 @@ -MD5 (Math-Base36-0.05.tar.gz) = dd4faae2fed15326571651ea17ee7a04 -SHA256 (Math-Base36-0.05.tar.gz) = b5e4f2f13803bd1d2a3c221d19e82d28f9ecd3d18259e1a5bfe9a8c1630fb748 -SIZE (Math-Base36-0.05.tar.gz) = 18785 +MD5 (Math-Base36-0.1.tar.gz) = da3d1c3b260b6eb4aa3dea3b4726a142 +SHA256 (Math-Base36-0.1.tar.gz) = d4412320c9af399f99f2ff53c6d5bfc72528f134e7a8fa1a48c208f511c8ac36 +SIZE (Math-Base36-0.1.tar.gz) = 2469 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/math/p5-Math-Base36/pkg-plist,v retrieving revision 1.1 diff -u -u -r1.1 pkg-plist --- pkg-plist 9 Aug 2008 12:53:04 -0000 1.1 +++ pkg-plist 9 Jul 2009 01:17:11 -0000 @@ -1,5 +1,8 @@ %%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-0.1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907090117.n691HDTE003623>