From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 10:37:32 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA7C0E43; Sun, 16 Feb 2014 10:37:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDF971203; Sun, 16 Feb 2014 10:37:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GAbWtZ062555; Sun, 16 Feb 2014 10:37:32 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GAbW0p062552; Sun, 16 Feb 2014 10:37:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402161037.s1GAbW0p062552@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 16 Feb 2014 10:37:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344519 - head/graphics/p5-GD X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2014 10:37:33 -0000 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 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