Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2006 16:52:09 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/97451: [PATCH] graphics/p5-GD: update to 2.32
Message-ID:  <20060518085209.943D2B29DF0@utopia.leeym.com>
Resent-Message-ID: <200605180900.k4I90bmN068511@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         97451
>Category:       ports
>Synopsis:       [PATCH] graphics/p5-GD: update to 2.32
>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 May 18 09:00:37 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.1-RC i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.1-RC FreeBSD 6.1-RC #0: Thu May  4 09:18:28 CST
>Description:
- Update to 2.32
  (Note: this version use dMY_CXT which appears in perl 5.8.x)

Port maintainer (pgollucci@p6m7g8.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-GD-2.32.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/p5-GD/Makefile,v
retrieving revision 1.40
diff -u -u -r1.40 Makefile
--- Makefile	27 Jan 2006 07:59:55 -0000	1.40
+++ Makefile	18 May 2006 08:48:15 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	GD
-PORTVERSION=	2.30
+PORTVERSION=	2.32
 CATEGORIES=	graphics perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	GD
@@ -29,8 +29,9 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500601
-IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
+# new macro: dMY_CXT
+.if ${PERL_LEVEL} < 500800
+IGNORE=		requires perl 5.8.x or later. Install lang/perl5.8 then try again
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/graphics/p5-GD/distinfo,v
retrieving revision 1.19
diff -u -u -r1.19 distinfo
--- distinfo	27 Jan 2006 07:59:55 -0000	1.19
+++ distinfo	18 May 2006 08:48:15 -0000
@@ -1,3 +1,3 @@
-MD5 (GD-2.30.tar.gz) = cbc232526c0b348582f386abea802fbc
-SHA256 (GD-2.30.tar.gz) = e6b7d2b61f08e13dc42b14135a95d2ca75a77f3f6b6505d3b38c7b561180259c
-SIZE (GD-2.30.tar.gz) = 253655
+MD5 (GD-2.32.tar.gz) = 84a79a60966b2de61dbf622342e3ee3d
+SHA256 (GD-2.32.tar.gz) = bf350020b43eee720d023df112744b47bd42f6c948d1c71c71d8fb5f886b1b7a
+SIZE (GD-2.32.tar.gz) = 254693
--- p5-GD-2.32.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?20060518085209.943D2B29DF0>