From owner-svn-ports-all@FreeBSD.ORG Tue Dec 11 20:54:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6496F7FF; Tue, 11 Dec 2012 20:54:25 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4810B8FC12; Tue, 11 Dec 2012 20:54:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBBKsPUk088362; Tue, 11 Dec 2012 20:54:25 GMT (envelope-from beech@svn.freebsd.org) Received: (from beech@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBBKsN30088344; Tue, 11 Dec 2012 20:54:23 GMT (envelope-from beech@svn.freebsd.org) Message-Id: <201212112054.qBBKsN30088344@svn.freebsd.org> From: Beech Rintoul Date: Tue, 11 Dec 2012 20:54:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308713 - in head: databases/virtuoso graphics/cuneiform graphics/libdmtx graphics/pecl-imagick graphics/php-magickwand graphics/reallyslick math/labplot multimedia/kino science/gnudata... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2012 20:54:25 -0000 Author: beech Date: Tue Dec 11 20:54:22 2012 New Revision: 308713 URL: http://svnweb.freebsd.org/changeset/ports/308713 Log: - Bump port after ImageMagick update - Remove version - Bump PORTREVISION Modified: head/databases/virtuoso/Makefile (contents, props changed) head/graphics/cuneiform/Makefile (contents, props changed) head/graphics/libdmtx/Makefile (contents, props changed) head/graphics/pecl-imagick/Makefile (contents, props changed) head/graphics/php-magickwand/Makefile (contents, props changed) head/graphics/reallyslick/Makefile (contents, props changed) head/math/labplot/Makefile (contents, props changed) head/multimedia/kino/Makefile (contents, props changed) head/science/gnudatalanguage/Makefile (contents, props changed) head/www/WebMagick/Makefile Modified: head/databases/virtuoso/Makefile ============================================================================== --- head/databases/virtuoso/Makefile Tue Dec 11 20:40:12 2012 (r308712) +++ head/databases/virtuoso/Makefile Tue Dec 11 20:54:22 2012 (r308713) @@ -7,6 +7,7 @@ PORTNAME= virtuoso PORTVERSION= 6.1.6 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF DISTNAME= ${PORTNAME}-opensource-${PORTVERSION} @@ -76,7 +77,7 @@ check: .if defined(WITH_IMAGEMAGICK) CONFIGURE_ARGS+=--enable-imagemagick=${LOCALBASE} -LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= WITH_IMAGEMAGICK="" .else CONFIGURE_ARGS+=--disable-imagemagick Modified: head/graphics/cuneiform/Makefile ============================================================================== --- head/graphics/cuneiform/Makefile Tue Dec 11 20:40:12 2012 (r308712) +++ head/graphics/cuneiform/Makefile Tue Dec 11 20:54:22 2012 (r308713) @@ -7,7 +7,7 @@ PORTNAME= cuneiform PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://launchpadlibrarian.net/69906918/ DISTNAME= ${PORTNAME}-linux-${PORTVERSION} @@ -35,7 +35,7 @@ CMAKE_ARGS= -DCMAKE_EXE_LINKER_FLAGS="-L .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand:${PORTSDIR}/graphics/ImageMagick .endif post-extract: Modified: head/graphics/libdmtx/Makefile ============================================================================== --- head/graphics/libdmtx/Makefile Tue Dec 11 20:40:12 2012 (r308712) +++ head/graphics/libdmtx/Makefile Tue Dec 11 20:54:22 2012 (r308713) @@ -7,14 +7,14 @@ PORTNAME= libdmtx PORTVERSION= 0.7.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Library for reading and writing Data Matrix barcodes -LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick MAN3= libdmtx.3 Modified: head/graphics/pecl-imagick/Makefile ============================================================================== --- head/graphics/pecl-imagick/Makefile Tue Dec 11 20:40:12 2012 (r308712) +++ head/graphics/pecl-imagick/Makefile Tue Dec 11 20:54:22 2012 (r308713) @@ -7,6 +7,7 @@ PORTNAME= imagick DISTVERSION= 3.1.0RC2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -17,9 +18,9 @@ MAINTAINER= mm@FreeBSD.org COMMENT= Provides a wrapper to the ImageMagick/GraphicsMagick library .if !defined(WITHOUT_X11) -LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick .else -LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick-nox11 +LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick-nox11 .endif LICENSE= PHP301 Modified: head/graphics/php-magickwand/Makefile ============================================================================== --- head/graphics/php-magickwand/Makefile Tue Dec 11 20:40:12 2012 (r308712) +++ head/graphics/php-magickwand/Makefile Tue Dec 11 20:54:22 2012 (r308713) @@ -7,6 +7,7 @@ PORTNAME= magickwand PORTVERSION= 1.0.9 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.magickwand.org/download/php/ PKGNAMEPREFIX= php- @@ -15,7 +16,7 @@ DISTNAME= MagickWandForPHP-${PORTVERSION MAINTAINER= miwi@FreeBSD.org COMMENT= A PHP extension to manipulate images -LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick USE_PHP= yes USE_PHPEXT= yes Modified: head/graphics/reallyslick/Makefile ============================================================================== --- head/graphics/reallyslick/Makefile Tue Dec 11 20:40:12 2012 (r308712) +++ head/graphics/reallyslick/Makefile Tue Dec 11 20:54:22 2012 (r308713) @@ -7,7 +7,7 @@ PORTNAME= reallyslick PORTVERSION= 0.9.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF/rss-glx/rss-glx/${PORTVERSION} DISTNAME= rss-glx_${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= rss-glx_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL screensaver collection -LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \ GLC.0:${PORTSDIR}/graphics/quesoglc OPTIONS_DEFINE= FREEALUT GLEW Modified: head/math/labplot/Makefile ============================================================================== --- head/math/labplot/Makefile Tue Dec 11 20:40:12 2012 (r308712) +++ head/math/labplot/Makefile Tue Dec 11 20:54:22 2012 (r308713) @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.6.0.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= math kde MASTER_SITES= SF @@ -16,7 +16,7 @@ COMMENT= LabPlot : Data analysis and vis LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jasper.4:${PORTSDIR}/graphics/jasper \ - MagickWand.5:${PORTSDIR}/graphics/ImageMagick \ + MagickWand:${PORTSDIR}/graphics/ImageMagick \ gsl.16:${PORTSDIR}/math/gsl \ fftw3:${PORTSDIR}/math/fftw3 \ qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \ Modified: head/multimedia/kino/Makefile ============================================================================== --- head/multimedia/kino/Makefile Tue Dec 11 20:40:12 2012 (r308712) +++ head/multimedia/kino/Makefile Tue Dec 11 20:54:22 2012 (r308713) @@ -7,7 +7,7 @@ PORTNAME= kino PORTVERSION= 1.3.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= multimedia MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A DV non-linear video editor LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv \ - MagickWand.5:${PORTSDIR}/graphics/ImageMagick \ + MagickWand:${PORTSDIR}/graphics/ImageMagick \ samplerate.1:${PORTSDIR}/audio/libsamplerate RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder \ mplex:${PORTSDIR}/multimedia/mjpegtools Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Tue Dec 11 20:40:12 2012 (r308712) +++ head/science/gnudatalanguage/Makefile Tue Dec 11 20:54:22 2012 (r308713) @@ -7,7 +7,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} .if defined(BUILD_PYTHON_MODULE) @@ -59,7 +59,7 @@ PLIST_SUB+= MASTER="" .endif .if !defined(WITHOUT_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand:${PORTSDIR}/graphics/ImageMagick CONFIGURE_ARGS+=--with-Magick=${LOCALBASE} .else CONFIGURE_ARGS+=--with-Magick=no Modified: head/www/WebMagick/Makefile ============================================================================== --- head/www/WebMagick/Makefile Tue Dec 11 20:40:12 2012 (r308712) +++ head/www/WebMagick/Makefile Tue Dec 11 20:54:22 2012 (r308713) @@ -7,6 +7,7 @@ PORTNAME= WebMagick PORTVERSION= 2.03p17 +PORTREVISION= 1 DISTVERSION= 2.03pre17 PORTEPOCH= 1 CATEGORIES= www graphics @@ -17,7 +18,7 @@ COMMENT= Image Web Generator - recursive LICENSE= GPLv2 -LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally USE_PERL5= yes