Date: Sun, 16 Feb 2014 10:37:32 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344519 - head/graphics/p5-GD Message-ID: <201402161037.s1GAbW0p062552@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Feb 16 10:37:32 2014 New Revision: 344519 URL: http://svnweb.freebsd.org/changeset/ports/344519 QAT: https://qat.redports.org/buildarchive/r344519/ Log: - Update to 2.51 - Add LICENSE - Convert to new LIB_DEPENDS format - Fix CONFIGURE_ENV Changes: http://search.cpan.org/dist/GD/ChangeLog Modified: head/graphics/p5-GD/Makefile head/graphics/p5-GD/distinfo Modified: head/graphics/p5-GD/Makefile ============================================================================== --- head/graphics/p5-GD/Makefile Sun Feb 16 10:37:27 2014 (r344518) +++ head/graphics/p5-GD/Makefile Sun Feb 16 10:37:32 2014 (r344519) @@ -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> Modified: head/graphics/p5-GD/distinfo ============================================================================== --- head/graphics/p5-GD/distinfo Sun Feb 16 10:37:27 2014 (r344518) +++ head/graphics/p5-GD/distinfo Sun Feb 16 10:37:32 2014 (r344519) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402161037.s1GAbW0p062552>