diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ale/Makefile | 3 | ||||
-rw-r--r-- | graphics/autotrace/Makefile | 4 | ||||
-rw-r--r-- | graphics/k3d/Makefile | 3 | ||||
-rw-r--r-- | graphics/kallery/Makefile | 3 | ||||
-rw-r--r-- | graphics/lphoto/Makefile | 2 | ||||
-rw-r--r-- | graphics/opendx/Makefile | 4 | ||||
-rw-r--r-- | graphics/pecl-imagick/Makefile | 4 | ||||
-rw-r--r-- | graphics/pixieplus/Makefile | 4 | ||||
-rw-r--r-- | graphics/pstoedit/Makefile | 4 | ||||
-rw-r--r-- | graphics/ruby-rmagick/Makefile | 3 |
10 files changed, 19 insertions, 15 deletions
diff --git a/graphics/ale/Makefile b/graphics/ale/Makefile index 49b71fa99317..a9e17e4c2cba 100644 --- a/graphics/ale/Makefile +++ b/graphics/ale/Makefile @@ -8,6 +8,7 @@ PORTNAME= ale PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://auricle.dyndns.org/ALE/download/ @@ -41,7 +42,7 @@ MAKE_ARGS+= FFTW=1 .endif .if !defined(WITHOUT_IMAGEMAGICK) -LIB_DEPENDS+= Magick.7:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= Magick.8:${PORTSDIR}/graphics/ImageMagick MAKE_ARGS+= IMAGEMAGICK=1 .endif diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index ad768b3851e8..3e795176674b 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -7,7 +7,7 @@ PORTNAME= autotrace PORTVERSION= 0.31.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,7 +23,7 @@ LIB_DEPENDS= jbig.1:${PORTSDIR}/graphics/jbigkit \ png.5:${PORTSDIR}/graphics/png \ ming.3:${PORTSDIR}/graphics/ming \ wmf.2:${PORTSDIR}/graphics/libwmf \ - Magick.7:${PORTSDIR}/graphics/ImageMagick \ + Magick.8:${PORTSDIR}/graphics/ImageMagick \ pstoedit.0:${PORTSDIR}/graphics/pstoedit .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index d2204c057915..b42965bffc63 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -8,6 +8,7 @@ PORTNAME= k3d PORTVERSION= 0.4.4.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,7 +22,7 @@ BUILD_DEPENDS= ${X11BASE}/lib/libplibul.a:${PORTSDIR}/x11-toolkits/plib LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ \ freetype.9:${PORTSDIR}/print/freetype2 \ tiff.4:${PORTSDIR}/graphics/tiff \ - Magick++.7:${PORTSDIR}/graphics/ImageMagick \ + Magick++.8:${PORTSDIR}/graphics/ImageMagick \ netpbm.1:${PORTSDIR}/graphics/netpbm \ Half.2:${PORTSDIR}/graphics/OpenEXR \ gts.3:${PORTSDIR}/graphics/gts diff --git a/graphics/kallery/Makefile b/graphics/kallery/Makefile index 12205c02efb8..26e57aaa5fcf 100644 --- a/graphics/kallery/Makefile +++ b/graphics/kallery/Makefile @@ -7,13 +7,14 @@ PORTNAME= kallery PORTVERSION= 1.0.7a +PORTREVISION= 1 CATEGORIES= graphics www kde MASTER_SITES= http://kallery.kdewebdev.org/releases/ MAINTAINER= metrol@metrol.net COMMENT= An image gallery generator for KDE -LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick USE_KDELIBS_VER=3 USE_BZIP2= yes diff --git a/graphics/lphoto/Makefile b/graphics/lphoto/Makefile index 336599e71ded..8b6f27f2ec1e 100644 --- a/graphics/lphoto/Makefile +++ b/graphics/lphoto/Makefile @@ -16,7 +16,7 @@ COMMENT= A complete desktop solution for digital photo management BUILD_DEPENDS= kdepyuic:${PORTSDIR}/x11-toolkits/py-kde # libs for burning cd/vcd in lphoto, does not work in freebsd. -#LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagic \ +#LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick \ # vcdinfo.0:${PORTSDIR}/multimedia/vcdimager \ # avcodec.1:${PORTSDIR}/multimedia/ffmpeg RUN_DEPENDS= gphoto2:${PORTSDIR}/graphics/gphoto2 \ diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index f28ed01b2fa9..1736a1d2060b 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -8,7 +8,7 @@ PORTNAME= opendx PORTVERSION= 4.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics math MASTER_SITES= http://opendx.npaci.edu/source/ DISTNAME= dx-${PORTVERSION} @@ -16,7 +16,7 @@ DISTNAME= dx-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= IBM's Open Visualization Data Explorer -LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick \ tiff.4:${PORTSDIR}/graphics/tiff OPTIONS= HDF "Build hdf-support (only hdf OR netcdf is supported)" on \ diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index 76c90d06142e..4d9701e5ed74 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -7,7 +7,7 @@ PORTNAME= imagick PORTVERSION= 0.9.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -17,7 +17,7 @@ DIST_SUBDIR= PECL MAINTAINER= ale@FreeBSD.org COMMENT= A PECL extension to manipulate images -LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick USE_PHP= yes USE_PHPEXT= yes diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index 3fe3e46fa7b5..cb3965a70828 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -7,14 +7,14 @@ PORTNAME= pixieplus PORTVERSION= 0.5.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= http://people.fruitsalad.org/avleeuwen/distfiles/${PORTNAME}/ MAINTAINER= avleeuwen@piwebs.com COMMENT= A free, fast, and feature packed image browser and viewer for KDE -LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick \ ungif.5:${PORTSDIR}/graphics/libungif BROKEN= Removes file installed by another port diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 1835e8508457..077570a06a60 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= pstoedit PORTVERSION= 3.33 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics print MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ @@ -16,7 +16,7 @@ COMMENT= Convert PostScript to other vector graphic formats USE_GHOSTSCRIPT= yes -LIB_DEPENDS= Magick++.7:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick++.8:${PORTSDIR}/graphics/ImageMagick \ ming.3:${PORTSDIR}/graphics/ming \ plotter.4:${PORTSDIR}/graphics/plotutils \ EMF.1:${PORTSDIR}/graphics/libemf diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile index 734d8860c8f8..1715d145eda7 100644 --- a/graphics/ruby-rmagick/Makefile +++ b/graphics/ruby-rmagick/Makefile @@ -7,6 +7,7 @@ PORTNAME= rmagick PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= graphics ruby MASTER_SITES= http://rubyforge.org/frs/download.php/2231/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby binding for ImageMagick -LIB_DEPENDS= Magick.7:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.8:${PORTSDIR}/graphics/ImageMagick USE_RUBY= yes USE_RUBY_SETUP= yes |