From bd72fb598f2a5c63ee1cbc14f42a1a97fab6fabe Mon Sep 17 00:00:00 2001 From: mm Date: Sat, 24 Jul 2010 19:49:59 +0000 Subject: Update ImageMagick to 6.6.2-10 --- audio/mp3plot/Makefile | 4 ++-- comms/xastir/Makefile | 4 ++-- databases/virtuoso/Makefile | 3 ++- deskutils/calibre/Makefile | 4 ++-- graphics/ImageMagick/Makefile | 2 +- graphics/ImageMagick/distinfo | 6 +++--- graphics/ImageMagick/pkg-plist | 13 +++++++++---- graphics/ale/Makefile | 4 ++-- graphics/autotrace/Makefile | 4 ++-- graphics/cuneiform/Makefile | 3 ++- graphics/imgseek/Makefile | 4 ++-- graphics/inkscape/Makefile | 4 ++-- graphics/k3d/Makefile | 4 ++-- graphics/kallery/Makefile | 4 ++-- graphics/libdmtx/Makefile | 3 ++- graphics/opendx/Makefile | 4 ++-- graphics/pecl-imagick/Makefile | 3 ++- graphics/pfstools/Makefile | 4 ++-- graphics/php-magickwand/Makefile | 4 ++-- graphics/pstoedit/Makefile | 4 ++-- graphics/reallyslick/Makefile | 4 ++-- graphics/ruby-rmagick/Makefile | 4 ++-- lang/q/Makefile | 4 ++-- math/labplot/Makefile | 4 ++-- multimedia/dvdauthor/Makefile | 5 +++-- multimedia/kino/Makefile | 4 ++-- multimedia/libxine/Makefile | 4 ++-- multimedia/transcode/Makefile | 4 ++-- net-mgmt/kismet/Makefile | 4 ++-- science/gnudatalanguage/Makefile | 4 ++-- textproc/libextractor/Makefile | 4 ++-- www/WebMagick/Makefile | 4 ++-- www/typo3/Makefile | 4 ++-- www/typo343/Makefile | 4 ++-- www/typo344/Makefile | 4 ++-- www/typo345/Makefile | 4 ++-- www/typo346/Makefile | 4 ++-- 37 files changed, 82 insertions(+), 72 deletions(-) diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index b24e596..0ac6a73 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -7,7 +7,7 @@ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ @@ -43,7 +43,7 @@ LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= Magick++.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick++.4:${PORTSDIR}/graphics/ImageMagick .else CONFIGURE_ARGS+= --disable-magick .endif diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index 0b57ffe..4053f4e 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -7,7 +7,7 @@ PORTNAME= xastir PORTVERSION= 1.9.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} @@ -60,7 +60,7 @@ CONFIGURE_ARGS+= --without-imagemagick --without-graphicsmagick .if defined(WITH_GRAPHICK) LIB_DEPENDS+= GraphicsMagickWand.4:${PORTSDIR}/graphics/GraphicsMagick13 .else -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick CONFIGURE_ARGS+= --without-graphicsmagick .endif .endif diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile index b5e9a57..daedf18 100644 --- a/databases/virtuoso/Makefile +++ b/databases/virtuoso/Makefile @@ -7,6 +7,7 @@ PORTNAME= virtuoso PORTVERSION= 6.1.1 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF DISTNAME= ${PORTNAME}-opensource-${PORTVERSION} @@ -60,7 +61,7 @@ post-patch: .if defined(WITH_IMAGEMAGICK) CONFIGURE_ARGS+=--enable-imagemagick=${LOCALBASE} -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= WITH_IMAGEMAGICK="" .else CONFIGURE_ARGS+=--disable-imagemagick diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index d1a69ad..7eef320 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -7,7 +7,7 @@ PORTNAME= calibre PORTVERSION= 0.6.27 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils python MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ \ http://calibre-ebook.googlecode.com/files/ @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ \ MAINTAINER= stas@FreeBSD.org COMMENT= Ebook management application -LIB_DEPENDS= MagickWand.3:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ poppler-qt4.3:${PORTSDIR}/graphics/poppler-qt4 \ wmflite:${PORTSDIR}/graphics/libwmf diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 97fc1e0..14c5ac3 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ImageMagick -DISTVERSION= 6.6.1-10 +DISTVERSION= 6.6.2-10 CATEGORIES= graphics perl5 MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \ ftp://ftp.nluug.nl/pub/ImageMagick/ \ diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 64ae214..8d3297b 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,3 +1,3 @@ -MD5 (ImageMagick-6.6.1-10.tar.xz) = d82e1331362f99790548e3e94777eb81 -SHA256 (ImageMagick-6.6.1-10.tar.xz) = 6d6dec27faca658d8f1c4bf16c480f9855772e91015bf31cd40a294d5ede3b86 -SIZE (ImageMagick-6.6.1-10.tar.xz) = 6255328 +MD5 (ImageMagick-6.6.2-10.tar.xz) = 5bb527f3f736d5a4a819d14b193ccb23 +SHA256 (ImageMagick-6.6.2-10.tar.xz) = 9f571251b1b79ba66db91925da7d25f98be0a2aadbdfb78849ce7d76d6af8b82 +SIZE (ImageMagick-6.6.2-10.tar.xz) = 6285360 diff --git a/graphics/ImageMagick/pkg-plist b/graphics/ImageMagick/pkg-plist index 07e5422..452787e 100644 --- a/graphics/ImageMagick/pkg-plist +++ b/graphics/ImageMagick/pkg-plist @@ -68,6 +68,7 @@ include/ImageMagick/magick/hashmap.h include/ImageMagick/magick/histogram.h include/ImageMagick/magick/identify.h include/ImageMagick/magick/image.h +include/ImageMagick/magick/image-view.h include/ImageMagick/magick/layer.h include/ImageMagick/magick/list.h include/ImageMagick/magick/locale_.h @@ -134,9 +135,9 @@ include/ImageMagick/wand/magick-wand.h include/ImageMagick/wand/mogrify.h include/ImageMagick/wand/montage.h include/ImageMagick/wand/pixel-iterator.h -include/ImageMagick/wand/pixel-view.h include/ImageMagick/wand/pixel-wand.h include/ImageMagick/wand/stream.h +include/ImageMagick/wand/wand-view.h lib/ImageMagick-%%PORTVERSION%%/config/configure.xml lib/ImageMagick-%%PORTVERSION%%/config/delegates.xml lib/ImageMagick-%%PORTVERSION%%/config/english.xml @@ -174,6 +175,8 @@ lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/.keep %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/dcm.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/dds.la %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/dds.so +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/debug.la +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/debug.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/dib.la %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/dib.so %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/dng.la @@ -370,15 +373,15 @@ lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/filters/.keep lib/libMagick++.a lib/libMagick++.la lib/libMagick++.so -lib/libMagick++.so.3 +lib/libMagick++.so.4 lib/libMagickCore.a lib/libMagickCore.la lib/libMagickCore.so -lib/libMagickCore.so.3 +lib/libMagickCore.so.4 lib/libMagickWand.a lib/libMagickWand.la lib/libMagickWand.so -lib/libMagickWand.so.3 +lib/libMagickWand.so.4 libdata/pkgconfig/ImageMagick++.pc libdata/pkgconfig/Magick++.pc libdata/pkgconfig/ImageMagick.pc @@ -1223,6 +1226,7 @@ libdata/pkgconfig/Wand.pc %%PORTDOCS%%%%DOCSDIR%%/www/api/fx.html %%PORTDOCS%%%%DOCSDIR%%/www/api/histogram.html %%PORTDOCS%%%%DOCSDIR%%/www/api/image.html +%%PORTDOCS%%%%DOCSDIR%%/www/api/image-view.html %%PORTDOCS%%%%DOCSDIR%%/www/api/layer.html %%PORTDOCS%%%%DOCSDIR%%/www/api/list.html %%PORTDOCS%%%%DOCSDIR%%/www/api/magick-deprecate.html @@ -1252,6 +1256,7 @@ libdata/pkgconfig/Wand.pc %%PORTDOCS%%%%DOCSDIR%%/www/api/stream.html %%PORTDOCS%%%%DOCSDIR%%/www/api/transform.html %%PORTDOCS%%%%DOCSDIR%%/www/api/version.html +%%PORTDOCS%%%%DOCSDIR%%/www/api/wand-view.html %%PORTDOCS%%%%DOCSDIR%%/www/architecture.html %%PORTDOCS%%%%DOCSDIR%%/www/binary-releases.html %%PORTDOCS%%%%DOCSDIR%%/www/changelog.html diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index e2b4a97..f34ab71 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -8,7 +8,7 @@ PORTNAME= ale PORTVERSION= 0.8.11.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://auricle.dyndns.org/ALE/download/ @@ -52,7 +52,7 @@ LIB_DEPENDS+= fftw3.5:${PORTSDIR}/math/fftw3 .if defined(WITHOUT_IMAGEMAGICK) CONFIGURE_ARGS+= --without-imagemagick .else -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick .endif .include diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 208f750..c0a7c7a 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -7,7 +7,7 @@ PORTNAME= autotrace PORTVERSION= 0.31.1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/AutoTrace/${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Convert bitmap to vector graphics LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ - MagickWand.3:${PORTSDIR}/graphics/ImageMagick + MagickWand.4:${PORTSDIR}/graphics/ImageMagick USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes diff --git a/graphics/cuneiform/Makefile b/graphics/cuneiform/Makefile index 32f045c..4bfbcb8 100644 --- a/graphics/cuneiform/Makefile +++ b/graphics/cuneiform/Makefile @@ -7,6 +7,7 @@ PORTNAME= cuneiform PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://launchpad.net/cuneiform-linux/${PORTVERSION:R}/${PORTVERSION:R}/+download/ DISTNAME= ${PORTNAME}-linux-${PORTVERSION} @@ -36,7 +37,7 @@ CMAKE_ARGS= -DCMAKE_EXE_LINKER_FLAGS="-L${LOCALBASE}/lib -ldlmalloc" .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick .endif post-extract: diff --git a/graphics/imgseek/Makefile b/graphics/imgseek/Makefile index af84906..34dcb16 100644 --- a/graphics/imgseek/Makefile +++ b/graphics/imgseek/Makefile @@ -7,7 +7,7 @@ PORTNAME= imgSeek PORTVERSION= 0.8.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= SF @@ -17,7 +17,7 @@ COMMENT= A photo manager and viewer with content-based search BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - MagickWand.3:${PORTSDIR}/graphics/ImageMagick + MagickWand.4:${PORTSDIR}/graphics/ImageMagick USE_PYDISTUTILS=yes USE_PYTHON= yes diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 3677ecd..626ea45 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -7,7 +7,7 @@ PORTNAME= inkscape PORTVERSION= 0.47 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics gnome MASTER_SITES= SF @@ -22,7 +22,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ gtkspell.0:${PORTSDIR}/textproc/gtkspell \ lcms.1:${PORTSDIR}/graphics/lcms \ wpg-0.1.1:${PORTSDIR}/graphics/libwpg \ - Magick++.3:${PORTSDIR}/graphics/ImageMagick + Magick++.4:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= ${SITE_PERL}/XML/XQL.pm:${PORTSDIR}/textproc/p5-XML-XQL USE_BZIP2= yes diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index e7e6d79..2ad2540 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -9,7 +9,7 @@ PORTNAME= k3d PORTVERSION= 0.6.7.0 DISTVERSIONSUFFIX=-src -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/K-3D%20Source/K-3D%20${PORTVERSION} @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= 3D modeling, animation, and rendering system BUILD_DEPENDS= ${LOCALBASE}/lib/libplibul.a:${PORTSDIR}/x11-toolkits/plib -LIB_DEPENDS= MagickWand.3:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick \ IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ gts.5:${PORTSDIR}/graphics/gts \ gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ diff --git a/graphics/kallery/Makefile b/graphics/kallery/Makefile index a845d39..bab2607 100644 --- a/graphics/kallery/Makefile +++ b/graphics/kallery/Makefile @@ -7,14 +7,14 @@ PORTNAME= kallery PORTVERSION= 1.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics www kde MASTER_SITES= http://kallery.kdewebdev.org/releases/ MAINTAINER= metrol@metrol.net COMMENT= An image gallery generator for KDE -LIB_DEPENDS= MagickCore.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= MagickCore.4:${PORTSDIR}/graphics/ImageMagick USE_KDELIBS_VER=3 USE_BZIP2= yes diff --git a/graphics/libdmtx/Makefile b/graphics/libdmtx/Makefile index 6e62d4f..e29ccb5 100644 --- a/graphics/libdmtx/Makefile +++ b/graphics/libdmtx/Makefile @@ -7,13 +7,14 @@ PORTNAME= libdmtx PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Software for reading and writing Data Matrix barcodes -LIB_DEPENDS= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick MAN1= dmtxread.1 dmtxwrite.1 dmtxquery.1 MAN3= libdmtx.3 diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 91ed905..1b2ab13 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -8,7 +8,7 @@ PORTNAME= opendx PORTVERSION= 4.4.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics math MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ DISTNAME= dx-${PORTVERSION} @@ -16,7 +16,7 @@ DISTNAME= dx-${PORTVERSION} MAINTAINER= stephen@missouri.edu COMMENT= IBM's Open Visualization Data Explorer -LIB_DEPENDS= MagickWand.3:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick \ tiff.4:${PORTSDIR}/graphics/tiff \ cdf.0:${PORTSDIR}/science/cdf diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index 739fb35..a30ab8a 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -7,6 +7,7 @@ PORTNAME= imagick DISTVERSION= 3.0.0RC1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -16,7 +17,7 @@ DIST_SUBDIR= PECL MAINTAINER= anray@FreeBSD.org COMMENT= Provides a wrapper to the ImageMagick/GraphicsMagick library -LIB_DEPENDS= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick USE_PHP= yes USE_PHPEXT= yes diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 18c0889..9de9abf 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -7,7 +7,7 @@ PORTNAME= pfstools PORTVERSION= 1.6.4 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= SF @@ -120,7 +120,7 @@ PLIST_SUB+= QT="@comment " .if defined(WITH_IM) CONFIGURE_ARGS+=--enable-imagemagick -LIB_DEPENDS+= Magick++.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick++.4:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= IM="" .else CONFIGURE_ARGS+=--disable-imagemagick diff --git a/graphics/php-magickwand/Makefile b/graphics/php-magickwand/Makefile index 0d4a18a..7cf3456 100644 --- a/graphics/php-magickwand/Makefile +++ b/graphics/php-magickwand/Makefile @@ -7,7 +7,7 @@ PORTNAME= magickwand PORTVERSION= 1.0.8 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://www.magickwand.org/download/php/ PKGNAMEPREFIX= php- @@ -16,7 +16,7 @@ DISTNAME= MagickWandForPHP-${PORTVERSION} MAINTAINER= miwi@FreeBSD.org COMMENT= A PHP extension to manipulate images -LIB_DEPENDS= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick USE_PHP= yes USE_PHPEXT= yes diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 07b7380..b19fee5 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= pstoedit PORTVERSION= 3.50 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics print MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ @@ -40,7 +40,7 @@ LDFLAGS= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --without-magick PLIST_SUB+= IMAGEMAGICK="@comment " .else -LIB_DEPENDS+= Magick++.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick++.4:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= IMAGEMAGICK="" .endif diff --git a/graphics/reallyslick/Makefile b/graphics/reallyslick/Makefile index 4205ec8..4633484 100644 --- a/graphics/reallyslick/Makefile +++ b/graphics/reallyslick/Makefile @@ -7,7 +7,7 @@ PORTNAME= reallyslick PORTVERSION= 0.9.1 -PORTREVISION= 4 +PORTREVISION= 5 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.3:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick \ GLC.0:${PORTSDIR}/graphics/quesoglc OPTIONS= FREEALUT "Enable freealut support" off \ diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile index 6f4485e..e9225db 100644 --- a/graphics/ruby-rmagick/Makefile +++ b/graphics/ruby-rmagick/Makefile @@ -7,7 +7,7 @@ PORTNAME= rmagick PORTVERSION= 2.13.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics ruby MASTER_SITES= RF PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= stas@FreeBSD.org COMMENT= A Ruby binding for ImageMagick -LIB_DEPENDS= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick USE_BZIP2= yes USE_RUBY= yes diff --git a/lang/q/Makefile b/lang/q/Makefile index 9c51e05..1774731 100644 --- a/lang/q/Makefile +++ b/lang/q/Makefile @@ -7,14 +7,14 @@ PORTNAME= q PORTVERSION= 7.11 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}-lang/${PORTNAME}/${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= Q -- equational programming language -LIB_DEPENDS= MagickWand.3:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick \ curl.6:${PORTSDIR}/ftp/curl \ freetype.9:${PORTSDIR}/print/freetype2 \ gdbm.3:${PORTSDIR}/databases/gdbm \ diff --git a/math/labplot/Makefile b/math/labplot/Makefile index fe18746..4e08a03 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -7,7 +7,7 @@ PORTNAME= LabPlot PORTVERSION= 1.6.0.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math kde MASTER_SITES= SF @@ -16,7 +16,7 @@ COMMENT= LabPlot : Data analysis and visualisation LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ jasper.4:${PORTSDIR}/graphics/jasper \ - MagickWand.3:${PORTSDIR}/graphics/ImageMagick \ + MagickWand.4:${PORTSDIR}/graphics/ImageMagick \ gsl.15:${PORTSDIR}/math/gsl \ fftw3.5:${PORTSDIR}/math/fftw3 \ qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \ diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index 0d73d06..befff58 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -7,6 +7,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.6.18 +PORTREVISION= 1 WRKSRC= ${WRKDIR}/dvdauthor CATEGORIES= multimedia MASTER_SITES= SF @@ -32,7 +33,7 @@ WITH_FREETYPE= yes .if exists(${LOCALBASE}/lib/libiconv.so) WITH_ICONV= yes .endif -.if exists(${LOCALBASE}/lib/libMagickWand.so.2) +.if exists(${LOCALBASE}/lib/libMagickWand.so.4) WITH_IMAGEMAGICK= yes .endif @@ -44,7 +45,7 @@ USE_ICONV= yes CONFIGURE_ENV+= CFLAGS="-DICONV_CONV=yes" .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick .else LIB_DEPENDS+= png.6:${PORTSDIR}/graphics/png .endif diff --git a/multimedia/kino/Makefile b/multimedia/kino/Makefile index dbe6d4b..037e0d0 100644 --- a/multimedia/kino/Makefile +++ b/multimedia/kino/Makefile @@ -7,7 +7,7 @@ PORTNAME= kino PORTVERSION= 1.3.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= multimedia MASTER_SITES= SF @@ -15,7 +15,7 @@ MAINTAINER= pb@FreeBSD.org COMMENT= A DV non-linear video editor LIB_DEPENDS= dv.4:${PORTSDIR}/multimedia/libdv \ - MagickWand.3:${PORTSDIR}/graphics/ImageMagick \ + MagickWand.4:${PORTSDIR}/graphics/ImageMagick \ samplerate.1:${PORTSDIR}/audio/libsamplerate RUN_DEPENDS= mencoder:${PORTSDIR}/multimedia/mencoder \ mplex:${PORTSDIR}/multimedia/mjpegtools diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 0c78479..fbce75c 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -7,7 +7,7 @@ PORTNAME= xine PORTVERSION= 1.1.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION} PKGNAMEPREFIX= lib @@ -174,7 +174,7 @@ CONFIGURE_ARGS+= --disable-aalib --disable-aalibtest .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= WITH_IMAGEMAGICK="" .else PLIST_SUB+= WITH_IMAGEMAGICK="@comment " diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 624b921..f3e3b9c 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -7,7 +7,7 @@ PORTNAME= transcode PORTVERSION= 1.1.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_BERLIOS} \ http://fromani.exit1.org/ @@ -209,7 +209,7 @@ CONFIGURE_ARGS+= --disable-sdl .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick CONFIGURE_ARGS+= --with-imagemagick-prefix=${LOCALBASE} --enable-imagemagick .else CONFIGURE_ARGS+= --disable-imagemagick diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile index 9bfaabe..844c835 100644 --- a/net-mgmt/kismet/Makefile +++ b/net-mgmt/kismet/Makefile @@ -7,7 +7,7 @@ PORTNAME= kismet PORTVERSION= 200805.r1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt MASTER_SITES= http://www.kismetwireless.net/code/ DISTNAME= kismet-2008-05-R1 @@ -47,7 +47,7 @@ CONFIGURE_ARGS+=--disable-setuid PLIST_SUB+= GPS="" LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp \ expat.6:${PORTSDIR}/textproc/expat2 \ - Magick++.3:${PORTSDIR}/graphics/ImageMagick + Magick++.4:${PORTSDIR}/graphics/ImageMagick BUILD_DEPENDS+= wget:${PORTSDIR}/ftp/wget MAN1= gpsmap.1 .else diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index d05cb28..cb842a3 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9rc3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} .if defined(BUILD_PYTHON_MODULE) @@ -53,7 +53,7 @@ PLIST_SUB+= MASTER="" .endif .if !defined(WITHOUT_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick CONFIGURE_ARGS+=--with-Magick=${LOCALBASE} .else CONFIGURE_ARGS+=--with-Magick=no diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile index 70cb0c5..a82a6fe 100644 --- a/textproc/libextractor/Makefile +++ b/textproc/libextractor/Makefile @@ -7,7 +7,7 @@ PORTNAME= libextractor PORTVERSION= 0.5.20b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= http://gnunet.org/libextractor/download/ @@ -52,7 +52,7 @@ check: build .include .if exists(${LOCALBASE}/include/wand/magick-wand.h) -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick .endif .if exists(${LOCALBASE}/include/vorbis/vorbisfile.h) diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile index 3d90579..14ebc45 100644 --- a/www/WebMagick/Makefile +++ b/www/WebMagick/Makefile @@ -7,7 +7,7 @@ PORTNAME= WebMagick PORTVERSION= 2.03p3 -PORTREVISION= 37 +PORTREVISION= 38 PORTEPOCH= 1 CATEGORIES= www graphics MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}-beta/2.03pre3 @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-2.03pre3 MAINTAINER= ache@freebsd.org COMMENT= Image Web Generator - recursively build HTMLs, imagemaps, thumbnails -LIB_DEPENDS= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= MagickWand.4:${PORTSDIR}/graphics/ImageMagick USE_PERL5= yes GNU_CONFIGURE= yes diff --git a/www/typo3/Makefile b/www/typo3/Makefile index c173e9f..5323e01 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -7,7 +7,7 @@ PORTNAME= typo3 PORTVERSION= 4.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} DISTNAME= ${PORTNAME}_src-${PORTVERSION} @@ -43,7 +43,7 @@ USE_PHP+= zlib .endif .if defined(WITH_IMAGICK) -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick .endif pre-install: diff --git a/www/typo343/Makefile b/www/typo343/Makefile index c173e9f..5323e01 100644 --- a/www/typo343/Makefile +++ b/www/typo343/Makefile @@ -7,7 +7,7 @@ PORTNAME= typo3 PORTVERSION= 4.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} DISTNAME= ${PORTNAME}_src-${PORTVERSION} @@ -43,7 +43,7 @@ USE_PHP+= zlib .endif .if defined(WITH_IMAGICK) -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick .endif pre-install: diff --git a/www/typo344/Makefile b/www/typo344/Makefile index c173e9f..5323e01 100644 --- a/www/typo344/Makefile +++ b/www/typo344/Makefile @@ -7,7 +7,7 @@ PORTNAME= typo3 PORTVERSION= 4.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} DISTNAME= ${PORTNAME}_src-${PORTVERSION} @@ -43,7 +43,7 @@ USE_PHP+= zlib .endif .if defined(WITH_IMAGICK) -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick .endif pre-install: diff --git a/www/typo345/Makefile b/www/typo345/Makefile index c173e9f..5323e01 100644 --- a/www/typo345/Makefile +++ b/www/typo345/Makefile @@ -7,7 +7,7 @@ PORTNAME= typo3 PORTVERSION= 4.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} DISTNAME= ${PORTNAME}_src-${PORTVERSION} @@ -43,7 +43,7 @@ USE_PHP+= zlib .endif .if defined(WITH_IMAGICK) -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick .endif pre-install: diff --git a/www/typo346/Makefile b/www/typo346/Makefile index c173e9f..5323e01 100644 --- a/www/typo346/Makefile +++ b/www/typo346/Makefile @@ -7,7 +7,7 @@ PORTNAME= typo3 PORTVERSION= 4.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} DISTNAME= ${PORTNAME}_src-${PORTVERSION} @@ -43,7 +43,7 @@ USE_PHP+= zlib .endif .if defined(WITH_IMAGICK) -LIB_DEPENDS+= MagickWand.3:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand.4:${PORTSDIR}/graphics/ImageMagick .endif pre-install: -- cgit v1.1