svn commit: r415916 - in head/graphics/p5-Image-Scale: . files

Ben Woods woodsb02 at FreeBSD.org
Thu May 26 22:03:19 UTC 2016


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 at 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


More information about the svn-ports-head mailing list