From oz@nixil.net  Fri Mar 25 00:44:26 2005
Return-Path: <oz@nixil.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 33D3616A4FE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Mar 2005 00:44:26 +0000 (GMT)
Received: from nixil.net (nixil.net [161.58.222.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5ECFA43D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Mar 2005 00:44:25 +0000 (GMT)
	(envelope-from oz@nixil.net)
Received: from nixil.net (localhost [127.0.0.1])
	by nixil.net (8.13.1/8.13.1) with ESMTP id j2P0iNJY002248
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 24 Mar 2005 17:44:24 -0700 (MST)
Received: (from oz@localhost)
	by nixil.net (8.13.1/8.13.1/Submit) id j2P0iNeS002247;
	Thu, 24 Mar 2005 17:44:23 -0700 (MST)
Message-Id: <200503250044.j2P0iNeS002247@nixil.net>
Date: Thu, 24 Mar 2005 17:44:23 -0700 (MST)
From: Phil Oleson <oz@nixil.net>
Reply-To: Phil Oleson <oz@nixil.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update graphics/p5-GD to 2.23
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         79217
>Category:       ports
>Synopsis:       Update graphics/p5-GD to 2.23
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 25 00:50:04 GMT 2005
>Closed-Date:    Mon Apr 04 06:26:44 GMT 2005
>Last-Modified:  Mon Apr 04 06:26:44 GMT 2005
>Originator:     Phil Oleson
>Release:        FreeBSD 4.7-RELEASE-p27 i386
>Organization:
N/A
>Environment:
System: FreeBSD nixil.net 4.7-RELEASE-p27 FreeBSD 4.7-RELEASE-p27 #33: Mon Jun 14 16:36:44 MDT 2004 root@nixil:/usr/src/sys/compile/nixil i386


>Description:
	Newer GD module works better with the current gd port
>How-To-Repeat:
	N/A
>Fix:


--- p5-gd.patch begins here ---
diff -ruN p5-GD.orig/Makefile p5-GD/Makefile
--- p5-GD.orig/Makefile	Thu Mar 24 17:41:52 2005
+++ p5-GD/Makefile	Thu Mar 24 17:40:40 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	GD
-PORTVERSION=	2.16
+PORTVERSION=	2.23
 CATEGORIES=	graphics perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	GD
diff -ruN p5-GD.orig/distinfo p5-GD/distinfo
--- p5-GD.orig/distinfo	Thu Mar 24 17:41:52 2005
+++ p5-GD/distinfo	Thu Mar 24 17:41:09 2005
@@ -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
--- p5-gd.patch ends here ---


>Release-Note:
>Audit-Trail:

From: "Philip M. Gollucci" <pgollucci@liquidation.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 20:07:42 -0500

 I'm the maintainer for this port.  I'll check it out tonight and get 
 some feed into this PR.  Odds are if the plist is correct it looks good.
 
 Sorry for the delay.
 
 -- 
 END
 -----------------------------------------------------------------------------
 Philip M. Gollucci
 Senior Developer - Liquidity Services Inc.
 Phone:  202.568.6268 (Direct)
 E-Mail: pgollucci@liquidation.com
 Web:    http://www.liquidation.com

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:32:00 -0500

 This is a multi-part message in MIME format.
 --------------040207050304090207040102
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Hi, I've tested this on 6.0-CURRENT w/ perl5.9.2, fixed the plist and 
 updating my e-mail address.  Attached is a better patch.
 
 Thanks Phil!
 
 -- 
 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 $
 
 
 --------------040207050304090207040102
 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 -r1.36 Makefile
 3c3
 < # Whom:					Philip M. Gollucci <philip@p6m7g8.com>
 ---
 > # Whom:					Philip M. Gollucci <pgollucci@p6m7g8.com>
 9c9
 < PORTVERSION=	2.16
 ---
 > PORTVERSION=	2.23
 16c16
 < MAINTAINER=	philip@p6m7g8.com
 ---
 > MAINTAINER=	pgollucci@p6m7g8.com
 26c26,27
 < MAN3=		GD.3 GD::Polyline.3
 ---
 > MAN1=		bdf2gdfont.pl.1
 > MAN3=		GD.3 
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/graphics/p5-GD/distinfo,v
 retrieving revision 1.15
 diff -r1.15 distinfo
 1,2c1,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 -r1.10 pkg-plist
 1,9c1,17
 < %%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
 ---
 > bin/bdf2gdfont.pl
 > lib/perl5/site_perl/5.9.2/mach/GD.pm
 > lib/perl5/site_perl/5.9.2/mach/auto/GD/.packlist
 > lib/perl5/site_perl/5.9.2/mach/auto/GD/GD.bs
 > lib/perl5/site_perl/5.9.2/mach/auto/GD/GD.so
 > lib/perl5/site_perl/5.9.2/mach/auto/GD/autosplit.ix
 > @dirrm share/nls/en_US.US-ASCII
 > @dirrm share/nls/POSIX
 > @dirrm lib/perl5/site_perl/5.9.2/mach/auto/GD
 > @dirrm lib/perl5/site_perl/5.9.2/mach/auto
 > @dirrm lib/perl5/site_perl/5.9.2/mach
 > @dirrm lib/perl5/site_perl/5.9.2
 > @dirrm lib/perl5/site_perl
 > @dirrm lib/perl5/5.9.2/man/man3
 > @dirrm lib/perl5/5.9.2/man
 > @dirrm lib/perl5/5.9.2
 > @dirrm lib/perl5
 
 --------------040207050304090207040102--

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--
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Fri Mar 25 07:51:34 GMT 2005 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79217 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Mon Apr 4 06:25:54 GMT 2005 
State-Changed-Why:  
Committed, Thank you. 
Notes to maintainer: I've modified pkg-plist. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79217 
>Unformatted:
