ports/98314: Update Port: graphics/p5-GD-SVG 0.27->0.28
Aaron Dalton
aaron at FreeBSD.org
Thu Jun 1 21:01:05 UTC 2006
>Number: 98314
>Category: ports
>Synopsis: Update Port: graphics/p5-GD-SVG 0.27->0.28
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 01 21:00:33 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Aaron Dalton
>Release: FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
- Update from v0.27 to v0.28
- Remove superfluous LIB_DEPENDS
- Restrict to Perl 5.8+ due to dependency upon graphics/p5-GD
0.28 Mon May 22 12:35:55 EDT 2006
- fixed result codes that were causing broken tests
(thanks to LS)
>How-To-Repeat:
>Fix:
--- submission.txt begins here ---
? submission.txt
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/p5-GD-SVG/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 4 Jan 2006 06:33:34 -0000 1.2
+++ Makefile 1 Jun 2006 20:47:25 -0000
@@ -7,7 +7,7 @@
#
PORTNAME= GD-SVG
-PORTVERSION= 0.27
+PORTVERSION= 0.28
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GD
@@ -18,10 +18,15 @@
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
${SITE_PERL}/SVG.pm:${PORTSDIR}/textproc/p5-SVG
-LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
PERL_CONFIGURE= yes
MAN3= GD::SVG.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800 #inherited from graphics/p5-GD
+IGNORE= requires at least Perl 5.8 due to dependencies. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/graphics/p5-GD-SVG/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo 4 Jan 2006 06:33:34 -0000 1.2
+++ distinfo 1 Jun 2006 20:47:25 -0000
@@ -1,3 +1,3 @@
-MD5 (GD-SVG-0.27.tar.gz) = 6d6f27af9096234869e753e59bc3492a
-SHA256 (GD-SVG-0.27.tar.gz) = 5407757beec30ce8495a88171da3ee83224116c1d62a7de565c664d161aa84a5
-SIZE (GD-SVG-0.27.tar.gz) = 43837
+MD5 (GD-SVG-0.28.tar.gz) = 761fdaae3eec10b844713894e47e80aa
+SHA256 (GD-SVG-0.28.tar.gz) = 5280ad4534358ad9b4fe88a8cc2b26b6ed28dd605c3ac0a2db1395c201d602ba
+SIZE (GD-SVG-0.28.tar.gz) = 43955
Index: pkg-descr
===================================================================
RCS file: /home/pcvs/ports/graphics/p5-GD-SVG/pkg-descr,v
retrieving revision 1.2
diff -u -r1.2 pkg-descr
--- pkg-descr 4 Jan 2006 06:33:34 -0000 1.2
+++ pkg-descr 1 Jun 2006 20:47:25 -0000
@@ -3,3 +3,4 @@
functions into SVG functions.
WWW: http://search.cpan.org/dist/GD-SVG/
+Author: Todd Harris, PhD <harris at cshl.org>
--- submission.txt ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list