From owner-svn-ports-head@freebsd.org Thu May 26 22:03:19 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1698B4CA74; Thu, 26 May 2016 22:03:19 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64BD819C0; Thu, 26 May 2016 22:03:19 +0000 (UTC) (envelope-from woodsb02@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4QM3I9F043202; Thu, 26 May 2016 22:03:18 GMT (envelope-from woodsb02@FreeBSD.org) Received: (from woodsb02@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4QM3Ijf043200; Thu, 26 May 2016 22:03:18 GMT (envelope-from woodsb02@FreeBSD.org) Message-Id: <201605262203.u4QM3Ijf043200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: woodsb02 set sender to woodsb02@FreeBSD.org using -f From: Ben Woods Date: Thu, 26 May 2016 22:03:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415916 - in head/graphics/p5-Image-Scale: . files 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.22 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: Thu, 26 May 2016 22:03:19 -0000 Author: woodsb02 Date: Thu May 26 22:03:18 2016 New Revision: 415916 URL: https://svnweb.freebsd.org/changeset/ports/415916 Log: graphics/p5-Image-Scale: Update to 0.12 - Add graphics/giflib as a dependency to build with GIF support - Delete patches which aren't needed with the new version PR: 209719 Approved by: atkin901@gmail.com (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D6580 Deleted: head/graphics/p5-Image-Scale/files/ Modified: head/graphics/p5-Image-Scale/Makefile head/graphics/p5-Image-Scale/distinfo Modified: head/graphics/p5-Image-Scale/Makefile ============================================================================== --- head/graphics/p5-Image-Scale/Makefile Thu May 26 21:57:29 2016 (r415915) +++ head/graphics/p5-Image-Scale/Makefile Thu May 26 22:03:18 2016 (r415916) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Image-Scale -PORTVERSION= 0.08 -PORTREVISION= 6 +PORTVERSION= 0.12 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,7 +12,8 @@ COMMENT= Perl module for fast, high-qual LICENSE= GPLv2 -LIB_DEPENDS= libpng.so:graphics/png +LIB_DEPENDS= libgif.so:graphics/giflib \ + libpng.so:graphics/png TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings USES= jpeg perl5 Modified: head/graphics/p5-Image-Scale/distinfo ============================================================================== --- head/graphics/p5-Image-Scale/distinfo Thu May 26 21:57:29 2016 (r415915) +++ head/graphics/p5-Image-Scale/distinfo Thu May 26 22:03:18 2016 (r415916) @@ -1,2 +1,3 @@ -SHA256 (Image-Scale-0.08.tar.gz) = e2dcc90b9954a43dafc7f61bc6dc472382eb719b1046247da5a93cfdd7c3b3e0 -SIZE (Image-Scale-0.08.tar.gz) = 1009824 +TIMESTAMP = 1463928073 +SHA256 (Image-Scale-0.12.tar.gz) = 4b7f0805a8069139a1259fc65dd6378f9fa8ede5e553beb95ce73fcebda7d94a +SIZE (Image-Scale-0.12.tar.gz) = 1012102