From owner-svn-ports-head@FreeBSD.ORG Thu May 8 03:25:11 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05E09BD4; Thu, 8 May 2014 03:25:11 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E3AED1BB; Thu, 8 May 2014 03:25:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s483PADg054020; Thu, 8 May 2014 03:25:10 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s483P6OQ053997; Thu, 8 May 2014 03:25:06 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405080325.s483P6OQ053997@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Thu, 8 May 2014 03:25:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353249 - in head: games/netradiant graphics/GraphicsMagick13 graphics/ImageMagick graphics/gdal graphics/gstreamer1-plugins-webp graphics/ida graphics/imageworsener graphics/leptonica ... 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.18 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, 08 May 2014 03:25:11 -0000 Author: sunpoet Date: Thu May 8 03:25:06 2014 New Revision: 353249 URL: http://svnweb.freebsd.org/changeset/ports/353249 QAT: https://qat.redports.org/buildarchive/r353249/ Log: - Update to 0.4.0 - Add LICENSE - Sort LIB_DEPENDS - Use USES=libtool - Do not silence installation message - Bump PORTREVISION for graphics/webp shlib change Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS Modified: head/games/netradiant/Makefile head/graphics/GraphicsMagick13/Makefile head/graphics/ImageMagick/Makefile head/graphics/gdal/Makefile head/graphics/gstreamer1-plugins-webp/Makefile head/graphics/ida/Makefile head/graphics/imageworsener/Makefile head/graphics/leptonica/Makefile head/graphics/openimageio/Makefile head/graphics/py-pillow/Makefile head/graphics/sdl2_image/Makefile head/graphics/sdl_image/Makefile head/graphics/webp/Makefile head/graphics/webp/distinfo head/graphics/webp/pkg-plist head/multimedia/libav/Makefile head/www/netsurf/Makefile head/www/webkit-qt5/Makefile head/x11-toolkits/fox17/Makefile head/x11/kde4-runtime/Makefile Modified: head/games/netradiant/Makefile ============================================================================== --- head/games/netradiant/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/games/netradiant/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -3,7 +3,7 @@ PORTNAME= netradiant PORTVERSION= 20130630 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games cad MASTER_SITES= http://ingar.satgnu.net/gtkradiant/files/ \ http://freebsd.nsu.ru/distfiles/ Modified: head/graphics/GraphicsMagick13/Makefile ============================================================================== --- head/graphics/GraphicsMagick13/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/GraphicsMagick13/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.19 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/ImageMagick/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.8.0-7 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -278,7 +278,7 @@ CONFIGURE_ARGS+= --without-freetype # Webp support .if ${PORT_OPTIONS:MWEBP} -LIB_DEPENDS+= webp:${PORTSDIR}/graphics/webp +LIB_DEPENDS+= libwebp.so:${PORTSDIR}/graphics/webp CONFIGURE_ARGS+= --with-webp PLIST_SUB+= WEBP="" .else Modified: head/graphics/gdal/Makefile ============================================================================== --- head/graphics/gdal/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/gdal/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -3,7 +3,7 @@ PORTNAME= gdal PORTVERSION= 1.11.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics geography MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \ ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \ Modified: head/graphics/gstreamer1-plugins-webp/Makefile ============================================================================== --- head/graphics/gstreamer1-plugins-webp/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/gstreamer1-plugins-webp/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer webp image decoder plugin Modified: head/graphics/ida/Makefile ============================================================================== --- head/graphics/ida/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/ida/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -3,7 +3,7 @@ PORTNAME= ida PORTVERSION= 2.09 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.kraxel.org/releases/fbida/ DISTNAME= fbida-${PORTVERSION} Modified: head/graphics/imageworsener/Makefile ============================================================================== --- head/graphics/imageworsener/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/imageworsener/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -3,6 +3,7 @@ PORTNAME= imageworsener PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://entropymine.com/imageworsener/ \ LOCAL/sunpoet Modified: head/graphics/leptonica/Makefile ============================================================================== --- head/graphics/leptonica/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/leptonica/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -3,7 +3,7 @@ PORTNAME= leptonica PORTVERSION= 1.69 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE Modified: head/graphics/openimageio/Makefile ============================================================================== --- head/graphics/openimageio/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/openimageio/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -3,7 +3,7 @@ PORTNAME= openimageio PORTVERSION= 1.3.9 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz Modified: head/graphics/py-pillow/Makefile ============================================================================== --- head/graphics/py-pillow/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/py-pillow/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -3,7 +3,7 @@ PORTNAME= pillow PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:C/p/P/}-${PORTVERSION} Modified: head/graphics/sdl2_image/Makefile ============================================================================== --- head/graphics/sdl2_image/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/sdl2_image/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -2,7 +2,7 @@ PORTNAME= sdl2_image PORTVERSION= 2.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL2_image-${PORTVERSION} Modified: head/graphics/sdl_image/Makefile ============================================================================== --- head/graphics/sdl_image/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/sdl_image/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -3,7 +3,7 @@ PORTNAME= sdl_image PORTVERSION= 1.2.12 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/ DISTNAME= SDL_image-${PORTVERSION} Modified: head/graphics/webp/Makefile ============================================================================== --- head/graphics/webp/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/webp/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= webp -PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTVERSION= 0.4.0 CATEGORIES= graphics MASTER_SITES= GOOGLE_CODE DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -11,26 +10,30 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google WebP image format conversion tool -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ +LICENSE= BSD3CLAUSE + +LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng15.so:${PORTSDIR}/graphics/png \ - libgif.so:${PORTSDIR}/graphics/giflib \ libtiff.so:${PORTSDIR}/graphics/tiff -USE_LDCONFIG= yes -GNU_CONFIGURE= yes +OPTIONS_DEFINE= X11 +OPTIONS_SUB= yes + CPPFLAGS+= -I${LOCALBASE}/include +GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ - --enable-libwebpmux \ +CONFIGURE_ARGS= --enable-libwebpdecoder \ --enable-libwebpdemux \ - --enable-libwebpdecoder + --enable-libwebpmux \ + --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig +USE_LDCONFIG= yes +USES= libtool -OPTIONS_DEFINE= X11 -OPTIONS_SUB= yes -X11_USE= GL=glut X11_CONFIGURE_OFF= --with-glincludedir=/dev/null +X11_USE= GL=glut post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwebp*.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwebp*.so .include Modified: head/graphics/webp/distinfo ============================================================================== --- head/graphics/webp/distinfo Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/webp/distinfo Thu May 8 03:25:06 2014 (r353249) @@ -1,2 +1,2 @@ -SHA256 (libwebp-0.3.1.tar.gz) = b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7 -SIZE (libwebp-0.3.1.tar.gz) = 844799 +SHA256 (libwebp-0.4.0.tar.gz) = 31913577e96386556855b41d210736449445fe96cfbe9289014e9b8afa944d69 +SIZE (libwebp-0.4.0.tar.gz) = 887880 Modified: head/graphics/webp/pkg-plist ============================================================================== --- head/graphics/webp/pkg-plist Thu May 8 03:23:23 2014 (r353248) +++ head/graphics/webp/pkg-plist Thu May 8 03:25:06 2014 (r353249) @@ -10,21 +10,21 @@ include/webp/mux.h include/webp/mux_types.h include/webp/types.h lib/libwebp.a -lib/libwebp.la lib/libwebp.so -lib/libwebp.so.4 +lib/libwebp.so.5 +lib/libwebp.so.5.0.0 lib/libwebpdecoder.a -lib/libwebpdecoder.la lib/libwebpdecoder.so -lib/libwebpdecoder.so.0 +lib/libwebpdecoder.so.1 +lib/libwebpdecoder.so.1.0.0 lib/libwebpdemux.a -lib/libwebpdemux.la lib/libwebpdemux.so -lib/libwebpdemux.so.0 +lib/libwebpdemux.so.1 +lib/libwebpdemux.so.1.0.0 lib/libwebpmux.a -lib/libwebpmux.la lib/libwebpmux.so -lib/libwebpmux.so.0 +lib/libwebpmux.so.1 +lib/libwebpmux.so.1.0.0 libdata/pkgconfig/libwebp.pc libdata/pkgconfig/libwebpdecoder.pc libdata/pkgconfig/libwebpdemux.pc Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/multimedia/libav/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -2,7 +2,7 @@ PORTNAME= libav PORTVERSION= 10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ Modified: head/www/netsurf/Makefile ============================================================================== --- head/www/netsurf/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/www/netsurf/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -3,7 +3,7 @@ PORTNAME= netsurf PORTVERSION= 3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://download.netsurf-browser.org/netsurf/releases/source-full/ DISTNAME= ${PORTNAME}-${PORTVERSION}-full-src Modified: head/www/webkit-qt5/Makefile ============================================================================== --- head/www/webkit-qt5/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/www/webkit-qt5/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -2,7 +2,7 @@ PORTNAME= webkit DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www PKGNAMEPREFIX= qt5- Modified: head/x11-toolkits/fox17/Makefile ============================================================================== --- head/x11-toolkits/fox17/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/x11-toolkits/fox17/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -3,7 +3,7 @@ PORTNAME= fox PORTVERSION= 1.7.46 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.fox-toolkit.org/pub/ \ ftp://ftp.fox-toolkit.org/pub/ Modified: head/x11/kde4-runtime/Makefile ============================================================================== --- head/x11/kde4-runtime/Makefile Thu May 8 03:23:23 2014 (r353248) +++ head/x11/kde4-runtime/Makefile Thu May 8 03:25:06 2014 (r353249) @@ -2,7 +2,7 @@ PORTNAME= kde-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION}