aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-02-16 18:37:32 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-02-16 18:37:32 +0800
commitec634ac025b4f8c1b135c2a4804fbed24e2ac2d6 (patch)
treef45343df0fe5e16cfe5cf5132f085b4203b2ebca /graphics
parent1badafe899a55cce48b2a9427c11380eacf4c1e3 (diff)
downloadfreebsd-ports-gnome-ec634ac025b4f8c1b135c2a4804fbed24e2ac2d6.tar.gz
freebsd-ports-gnome-ec634ac025b4f8c1b135c2a4804fbed24e2ac2d6.tar.zst
freebsd-ports-gnome-ec634ac025b4f8c1b135c2a4804fbed24e2ac2d6.zip
- Update to 2.51
- Add LICENSE - Convert to new LIB_DEPENDS format - Fix CONFIGURE_ENV Changes: http://search.cpan.org/dist/GD/ChangeLog
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-GD/Makefile16
-rw-r--r--graphics/p5-GD/distinfo4
2 files changed, 13 insertions, 7 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile
index 556ab2110380..d23e301984e4 100644
--- a/graphics/p5-GD/Makefile
+++ b/graphics/p5-GD/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= GD
-PORTVERSION= 2.50
+PORTVERSION= 2.51
CATEGORIES= graphics perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -9,12 +9,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 interface to Gd Graphics Library version2
-LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
+LICENSE= ART10 GPLv1 GPLv2 GPLv3
+LICENSE_COMB= dual
+LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
+
+CONFIGURE_ENV= options="FT,GIF,JPEG,PNG,XPM" \
+ lib_ft_path=${LOCALBASE} \
+ lib_gd_path=${LOCALBASE} \
+ lib_jpeg_path=${LOCALBASE} \
+ lib_png_path=${LOCALBASE} \
+ lib_zlib_path=/usr
USES= perl5
USE_PERL5= configure
-CONFIGURE_ARGS= -options "JPEG,FT,XPM,GIF,PNG" \
- -lib_gd_path ${LOCALBASE} -lib_ft_path} \
- -lib_png_path ${LOCALBASE} -lib_zlib_path
.include <bsd.port.mk>
diff --git a/graphics/p5-GD/distinfo b/graphics/p5-GD/distinfo
index f7b34a537294..23dcae36afa2 100644
--- a/graphics/p5-GD/distinfo
+++ b/graphics/p5-GD/distinfo
@@ -1,2 +1,2 @@
-SHA256 (GD-2.50.tar.gz) = 6d5392d067a48dd66d67e65b1bfab7a8e6e149490eabfa09f70b99223ea0a8e2
-SIZE (GD-2.50.tar.gz) = 262887
+SHA256 (GD-2.51.tar.gz) = 239cae68c906c89612a3c0546a31b7feef1405286ede3b08e1d70c8c716d29dc
+SIZE (GD-2.51.tar.gz) = 263561