Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2006 15:21:49 +0800 (CST)
From:      Cheng-Lung Sung <clsung@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92295: [PATCH] graphics/p5-GD: update to 2.30
Message-ID:  <20060125072149.97BD07E9AB@FreeBSD.csie.nctu.edu.tw>
Resent-Message-ID: <200601250730.k0P7U3MF046305@freefall.freebsd.org>

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

>Number:         92295
>Category:       ports
>Synopsis:       [PATCH] graphics/p5-GD: update to 2.30
>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:   Wed Jan 25 07:30:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.0-STABLE FreeBSD 6.0-STABLE #3: Fri Nov 25 11:26:33 CST 2005
>Description:
- Update to 2.30

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

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

--- p5-GD-2.30.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/p5-GD/Makefile,v
retrieving revision 1.39
diff -u -u -r1.39 Makefile
--- Makefile	25 Jul 2005 05:56:33 -0000	1.39
+++ Makefile	25 Jan 2006 07:21:39 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	GD
-PORTVERSION=	2.25
+PORTVERSION=	2.30
 CATEGORIES=	graphics perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	GD
@@ -24,12 +24,13 @@
 		-lib_png_path ${LOCALBASE} -lib_zlib_path ${LOCALBASE}
 
 MAN1=		bdf2gdfont.pl.1
-MAN3=		GD.3 GD::Polyline.3 GD::Simple.3
+MAN3=		GD.3 GD::Polyline.3 GD::Simple.3 \
+		GD::Image.3 GD::Polygon.3
 
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500601
-IGNORE=		This port requires perl 5.6.x or later. Install lang/perl5 then try again
+IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/graphics/p5-GD/distinfo,v
retrieving revision 1.18
diff -u -u -r1.18 distinfo
--- distinfo	22 Jan 2006 12:35:03 -0000	1.18
+++ distinfo	25 Jan 2006 07:21:39 -0000
@@ -1,3 +1,3 @@
-MD5 (GD-2.25.tar.gz) = aab3f7730ebc54eb6a2a485bc2aa4864
-SHA256 (GD-2.25.tar.gz) = b83a867ffd6c983befb3442af533a640b2998b406851d669ec5df74970e8f203
-SIZE (GD-2.25.tar.gz) = 253062
+MD5 (GD-2.30.tar.gz) = cbc232526c0b348582f386abea802fbc
+SHA256 (GD-2.30.tar.gz) = e6b7d2b61f08e13dc42b14135a95d2ca75a77f3f6b6505d3b38c7b561180259c
+SIZE (GD-2.30.tar.gz) = 253655
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/graphics/p5-GD/pkg-plist,v
retrieving revision 1.13
diff -u -u -r1.13 pkg-plist
--- pkg-plist	22 Jan 2006 02:14:52 -0000	1.13
+++ pkg-plist	25 Jan 2006 07:21:39 -0000
@@ -1,5 +1,7 @@
 bin/bdf2gdfont.pl
 %%SITE_PERL%%/%%PERL_ARCH%%/GD.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/GD/Image.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/GD/Polygon.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/GD/Polyline.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/GD/Simple.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/.packlist
--- p5-GD-2.30.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?20060125072149.97BD07E9AB>