Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Sep 2004 19:18:59 +0400
From:      skv@FreeBSD.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71291: Update port: graphics/p5-GD to 2.16
Message-ID:  <E1C2tMZ-000ERK-9f@mail.3wgraphics.net>
Resent-Message-ID: <200409021520.i82FKSS1051449@freefall.freebsd.org>

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

>Number:         71291
>Category:       ports
>Synopsis:       Update port: graphics/p5-GD to 2.16
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 02 15:20:28 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Update port: graphics/p5-GD to 2.16
and also fix plist (pkg_deinstall failed if for example p5-GD-Graph installed)

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-GD/Makefile,v
retrieving revision 1.35
diff -u -r1.35 Makefile
--- Makefile	2 Aug 2004 12:52:28 -0000	1.35
+++ Makefile	2 Sep 2004 14:23:50 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	GD
-PORTVERSION=	2.15
+PORTVERSION=	2.16
 CATEGORIES=	graphics perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	GD
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-GD/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo	2 Aug 2004 12:52:28 -0000	1.14
+++ distinfo	2 Sep 2004 14:24:03 -0000
@@ -1,2 +1,2 @@
-MD5 (GD-2.15.tar.gz) = 8afc6be5a7a5be545840ff11fb3b02cf
-SIZE (GD-2.15.tar.gz) = 156948
+MD5 (GD-2.16.tar.gz) = 690083b29d354759394eaa477b60e6f7
+SIZE (GD-2.16.tar.gz) = 157025
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-GD/pkg-plist,v
retrieving revision 1.9
diff -u -r1.9 pkg-plist
--- pkg-plist	18 Aug 2003 16:15:07 -0000	1.9
+++ pkg-plist	2 Sep 2004 15:06:06 -0000
@@ -5,5 +5,5 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/GD.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/autosplit.ix
 %%SITE_PERL%%/%%PERL_ARCH%%/qd.pl
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/GD
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1C2tMZ-000ERK-9f>