Date: Sat, 25 Oct 2008 10:10:45 -0700 (PDT) From: Yen-Ming Lee <leeym@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: lippe@FreeBSD.org Subject: ports/128373: [PATCH] graphics/p5-Geo-Proj4: update to 1.00 Message-ID: <200810251710.m9PHAjLU056870@cn1.leeym.com> Resent-Message-ID: <200810251720.m9PHK1Fm014981@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128373 >Category: ports >Synopsis: [PATCH] graphics/p5-Geo-Proj4: update to 1.00 >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 Oct 25 17:20:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Yen-Ming Lee >Release: FreeBSD 7.0-RELEASE i386 >Organization: >Environment: System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 >Description: - Update to 1.00 Port maintainer (lippe@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Geo-Proj4-1.00.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/p5-Geo-Proj4/Makefile,v retrieving revision 1.5 diff -u -d -b -w -u -r1.5 Makefile --- Makefile 5 Sep 2008 02:36:43 -0000 1.5 +++ Makefile 25 Oct 2008 17:09:36 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Geo-Proj4 -PORTVERSION= 0.99 +PORTVERSION= 1.00 CATEGORIES= graphics devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,4 +21,10 @@ MAKE_ENV= INC=-I${LOCALBASE}/include PERL_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500703 +RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils +.endif + +.include <bsd.port.post.mk> Index: distinfo =================================================================== RCS file: /home/pcvs/ports/graphics/p5-Geo-Proj4/distinfo,v retrieving revision 1.3 diff -u -d -b -w -u -r1.3 distinfo --- distinfo 10 Mar 2008 22:55:00 -0000 1.3 +++ distinfo 25 Oct 2008 17:09:36 -0000 @@ -1,3 +1,3 @@ -MD5 (Geo-Proj4-0.99.tar.gz) = dcf70909fcbc7a2b93c1743a4f53b02d -SHA256 (Geo-Proj4-0.99.tar.gz) = 8630fb4bdb5c3ba0afa5786d2750c884f75377d06f7db5d38ae03e436efd7ae9 -SIZE (Geo-Proj4-0.99.tar.gz) = 11799 +MD5 (Geo-Proj4-1.00.tar.gz) = 6df9ed9e9a476af8c1323f83db60ed97 +SHA256 (Geo-Proj4-1.00.tar.gz) = 472065e22565d5ab7c93441ccf3d29e066014af7d9c6139a65ce6a2c1e0b8588 +SIZE (Geo-Proj4-1.00.tar.gz) = 11904 --- p5-Geo-Proj4-1.00.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?200810251710.m9PHAjLU056870>