aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/mp3plot/Makefile4
-rw-r--r--comms/xastir/Makefile4
-rw-r--r--databases/virtuoso/Makefile3
-rw-r--r--deskutils/calibre/Makefile4
-rw-r--r--graphics/ImageMagick/Makefile2
-rw-r--r--graphics/ImageMagick/distinfo6
-rw-r--r--graphics/ImageMagick/pkg-plist13
-rw-r--r--graphics/ale/Makefile4
-rw-r--r--graphics/autotrace/Makefile4
-rw-r--r--graphics/cuneiform/Makefile3
-rw-r--r--graphics/imgseek/Makefile4
-rw-r--r--graphics/inkscape/Makefile4
-rw-r--r--graphics/k3d/Makefile4
-rw-r--r--graphics/kallery/Makefile4
-rw-r--r--graphics/libdmtx/Makefile3
-rw-r--r--graphics/opendx/Makefile4
-rw-r--r--graphics/pecl-imagick/Makefile3
-rw-r--r--graphics/pfstools/Makefile4
-rw-r--r--graphics/php-magickwand/Makefile4
-rw-r--r--graphics/pstoedit/Makefile4
-rw-r--r--graphics/reallyslick/Makefile4
-rw-r--r--graphics/ruby-rmagick/Makefile4
-rw-r--r--lang/q/Makefile4
-rw-r--r--math/labplot/Makefile4
-rw-r--r--multimedia/dvdauthor/Makefile5
-rw-r--r--multimedia/kino/Makefile4
-rw-r--r--multimedia/libxine/Makefile4
-rw-r--r--multimedia/transcode/Makefile4
-rw-r--r--net-mgmt/kismet/Makefile4
-rw-r--r--science/gnudatalanguage/Makefile4
-rw-r--r--textproc/libextractor/Makefile4
-rw-r--r--www/WebMagick/Makefile4
-rw-r--r--www/typo3/Makefile4
-rw-r--r--www/typo343/Makefile4
-rw-r--r--www/typo344/Makefile4
-rw-r--r--www/typo345/Makefile4
-rw-r--r--www/typo346/Makefile4
37 files changed, 82 insertions, 72 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile
index b24e59694af0..0ac6a7352761 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 0b57ffe35148..4053f4e108f5 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 b5e9a57de2cb..daedf18d6abf 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 d1a69ada8310..7eef32089b7d 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 97fc1e0e2fb8..14c5ac369dd4 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 64ae214e45d8..8d3297b2d1a4 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 07e5422b2c39..452787e70e1a 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 e2b4a972e04f..f34ab7105af3 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 <bsd.port.post.mk>
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
index 208f750e6fa2..c0a7c7a5440f 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 32f045cc0ee2..4bfbcb8ebaaa 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 af84906c805c..34dcb1611a23 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 3677ecd5f6b7..626ea458818c 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 e7e6d79c7c4e..2ad254022aa9 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 a845d39e5ddb..bab260736265 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 6e62d4f3c1fa..e29ccb5e5821 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 91ed90510cef..1b2ab138fb6b 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 739fb351c2c1..a30ab8a26c17 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 18c0889c8500..9de9abf89d43 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 0d4a18a91c50..7cf34561bfa4 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 07b7380e56a7..b19fee549eca 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 4205ec8ef814..4633484ad506 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 6f4485e5bfd0..e9225db69f89 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 9c51e05d73f2..177473137075 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 fe18746d0bd3..4e08a03adee2 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 0d73d0666d8d..befff5832ac7 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 dbe6d4b0876e..037e0d02f59d 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 0c7847946ef4..fbce75cde9c3 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 624b921efa40..f3e3b9c78fb2 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 9bfaabe75672..844c835fcbbf 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 d05cb2860d9b..cb842a3b1c6d 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 70cb0c53abd7..a82a6fe58ce8 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 <bsd.port.pre.mk>
.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 3d90579442e4..14ebc4521035 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 c173e9f7fc52..5323e0159da8 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 c173e9f7fc52..5323e0159da8 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 c173e9f7fc52..5323e0159da8 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 c173e9f7fc52..5323e0159da8 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 c173e9f7fc52..5323e0159da8 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: