- Update to 0.3.1 This is required for future ImageMagick updates. Port maintainer (johans@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_7 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->johans Over to maintainer (via the GNATS Auto Assign Tool)
Hi, I require this to update ImageMagick can this please be reset due to timeout and committed ?
I will re-run the test with the dependent ports: games/netradiant graphics/ImageMagick graphics/gdal graphics/ida graphics/leptonica graphics/openimageio graphics/qiviewer graphics/sdl2_image graphics/sdl_image www/netsurf x11-toolkits/fox17 and timeout this PR On 8.9.2013 3:34, Chris Petrik wrote: > Hi, > I require this to update ImageMagick can this please be reset due to > timeout and committed ? -- Martin Matuska FreeBSD committer http://blog.vx.sk
Author: mm Date: Mon Sep 9 22:48:31 2013 New Revision: 326849 URL: http://svnweb.freebsd.org/changeset/ports/326849 Log: Update graphics/webp to 0.3.1 PR: ports/181270 Submitted by: myself Approved by: maintainer (timeout) Modified: head/graphics/webp/Makefile head/graphics/webp/distinfo head/graphics/webp/pkg-plist Modified: head/graphics/webp/Makefile ============================================================================== --- head/graphics/webp/Makefile Mon Sep 9 22:41:43 2013 (r326848) +++ head/graphics/webp/Makefile Mon Sep 9 22:48:31 2013 (r326849) @@ -6,8 +6,7 @@ # PORTNAME= webp -PORTVERSION= 0.1.3 -PORTREVISION= 1 +PORTVERSION= 0.3.1 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE DISTNAME= lib${PORTNAME}-${PORTVERSION} Modified: head/graphics/webp/distinfo ============================================================================== --- head/graphics/webp/distinfo Mon Sep 9 22:41:43 2013 (r326848) +++ head/graphics/webp/distinfo Mon Sep 9 22:48:31 2013 (r326849) @@ -1,2 +1,2 @@ -SHA256 (libwebp-0.1.3.tar.gz) = 40b18456e39b2822311b0ea161d6f09507cf5e8e937b02b9be3ee994ded67aba -SIZE (libwebp-0.1.3.tar.gz) = 544552 +SHA256 (libwebp-0.3.1.tar.gz) = b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7 +SIZE (libwebp-0.3.1.tar.gz) = 844799 Modified: head/graphics/webp/pkg-plist ============================================================================== --- head/graphics/webp/pkg-plist Mon Sep 9 22:41:43 2013 (r326848) +++ head/graphics/webp/pkg-plist Mon Sep 9 22:48:31 2013 (r326849) @@ -1,11 +1,10 @@ bin/dwebp bin/cwebp include/webp/decode.h -include/webp/decode_vp8.h include/webp/types.h include/webp/encode.h lib/libwebp.so -lib/libwebp.so.2 +lib/libwebp.so.4 lib/libwebp.la lib/libwebp.a libdata/pkgconfig/libwebp.pc _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Author: mm Date: Mon Sep 9 22:52:20 2013 New Revision: 326851 URL: http://svnweb.freebsd.org/changeset/ports/326851 Log: graphics/webp: do not depend on explicit jpeg library version PR: ports/181270 Submitted by: myself Approved by: maintainer (timeout) Modified: head/graphics/webp/Makefile Modified: head/graphics/webp/Makefile ============================================================================== --- head/graphics/webp/Makefile Mon Sep 9 22:49:20 2013 (r326850) +++ head/graphics/webp/Makefile Mon Sep 9 22:52:20 2013 (r326851) @@ -14,7 +14,7 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= Google WebP image format conversion tool -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png USE_LDCONFIG= yes _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Responsible Changed From-To: johans->mm Taking over on maintainer timeout.
State Changed From-To: open->closed Committed. Thanks!