Date: Fri, 25 Mar 2005 03:40:13 GMT From: "Philip M. Golllucci" <pgollucci@p6m7g8.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/79217: Update graphics/p5-GD to 2.23 Message-ID: <200503250340.j2P3eD3t019792@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/79217; it has been noted by GNATS. From: "Philip M. Golllucci" <pgollucci@p6m7g8.com> To: freebsd-gnats-submit@FreeBSD.org, oz@nixil.net Cc: Subject: Re: ports/79217: Update graphics/p5-GD to 2.23 Date: Thu, 24 Mar 2005 22:39:27 -0500 This is a multi-part message in MIME format. --------------020803020500010007050108 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Wow, So sorry, please use this patch instead. I was a little too hasty before. -- END ------------------------------------------------------------------------------ Philip M. Gollucci Consultant E-Mail: pgollucci@p6m7g8.com URL : http://p6m7g8.net/Resume/resume.shtml Phone : 301.254.5198 $Id: .signature,v 1.7 2004/09/05 23:46:37 philip Exp $ --------------020803020500010007050108 Content-Type: text/plain; name="upgrade.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="upgrade.diff" ? upgrade.diff Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/p5-GD/Makefile,v retrieving revision 1.36 diff -u -r1.36 Makefile --- Makefile 25 Oct 2004 13:14:08 -0000 1.36 +++ Makefile 25 Mar 2005 03:38:16 -0000 @@ -1,19 +1,19 @@ # New ports collection makefile for: p5-GD # Date created: March 11, 2003 -# Whom: Philip M. Gollucci <philip@p6m7g8.com> +# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com> # # $FreeBSD: ports/graphics/p5-GD/Makefile,v 1.36 2004/10/25 13:14:08 skv Exp $ # PORTNAME= GD -PORTVERSION= 2.16 +PORTVERSION= 2.23 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= GD PKGNAMEPREFIX= p5- DISTNAME= GD-${PORTVERSION} -MAINTAINER= philip@p6m7g8.com +MAINTAINER= pgollucci@p6m7g8.com COMMENT= A perl5 interface to Gd Graphics Library version2 LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd @@ -23,7 +23,8 @@ -lib_gd_path ${LOCALBASE} -lib_ft_path ${X11BASE} \ -lib_png_path ${LOCALBASE} -lib_zlib_path ${LOCALBASE} -MAN3= GD.3 GD::Polyline.3 +MAN1= bdf2gdfont.pl.1 +MAN3= GD.3 .include <bsd.port.pre.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/graphics/p5-GD/distinfo,v retrieving revision 1.15 diff -u -r1.15 distinfo --- distinfo 25 Oct 2004 13:14:08 -0000 1.15 +++ distinfo 25 Mar 2005 03:38:16 -0000 @@ -1,2 +1,2 @@ -MD5 (GD-2.16.tar.gz) = 690083b29d354759394eaa477b60e6f7 -SIZE (GD-2.16.tar.gz) = 157025 +MD5 (GD-2.23.tar.gz) = 131a84d37921a18c87e7d994d72165b2 +SIZE (GD-2.23.tar.gz) = 252706 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/graphics/p5-GD/pkg-plist,v retrieving revision 1.10 diff -u -r1.10 pkg-plist --- pkg-plist 25 Oct 2004 13:14:08 -0000 1.10 +++ pkg-plist 25 Mar 2005 03:38:16 -0000 @@ -1,9 +1,11 @@ +bin/bdf2gdfont.pl %%SITE_PERL%%/%%PERL_ARCH%%/GD.pm -%%SITE_PERL%%/%%PERL_ARCH%%/GD/Polyline.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/GD.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/GD.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/qd.pl -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/GD +@dirrm share/nls/en_US.US-ASCII +@dirrm share/nls/POSIX +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrm %%SITE_PERL%%/%%PERL_ARCH%% --------------020803020500010007050108--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503250340.j2P3eD3t019792>