diff options
author | nork <nork@FreeBSD.org> | 2003-10-05 00:36:18 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-10-05 00:36:18 +0800 |
commit | aa97716c8db186d2b4741648ab9545f26cbe4947 (patch) | |
tree | 56a4f413b5fb2d93c986d60acc077b5d4b8940b6 /graphics | |
parent | 407a9a2552815f894b604d0d844ae1c62c2f23a4 (diff) | |
download | freebsd-ports-gnome-aa97716c8db186d2b4741648ab9545f26cbe4947.tar.gz freebsd-ports-gnome-aa97716c8db186d2b4741648ab9545f26cbe4947.tar.zst freebsd-ports-gnome-aa97716c8db186d2b4741648ab9545f26cbe4947.zip |
Chase lib version change of graphics/ImageMagick.
Bump PORTREVISION acordingly.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/autotrace/Makefile | 3 | ||||
-rw-r--r-- | graphics/kallery/Makefile | 3 | ||||
-rw-r--r-- | graphics/opendx/Makefile | 4 | ||||
-rw-r--r-- | graphics/pixieplus/Makefile | 3 | ||||
-rw-r--r-- | graphics/ruby-rmagick/Makefile | 3 |
5 files changed, 10 insertions, 6 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 278eabbbb94d..4c3bdf8dd963 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -7,6 +7,7 @@ PORTNAME= autotrace PORTVERSION= 0.31.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,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.5:${PORTSDIR}/graphics/ImageMagick \ + Magick.6:${PORTSDIR}/graphics/ImageMagick \ pstoedit.0:${PORTSDIR}/graphics/pstoedit .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 diff --git a/graphics/kallery/Makefile b/graphics/kallery/Makefile index b5be7f94a40a..b6c2b2aa511c 100644 --- a/graphics/kallery/Makefile +++ b/graphics/kallery/Makefile @@ -7,6 +7,7 @@ PORTNAME= kallery PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= http://www.virtualartisans.com/kde/andras/kallery/ MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= metrol@metrol.net COMMENT= An image gallery generator for KDE -LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick USE_KDELIBS_VER=3 USE_BZIP2= yes diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index f93d8b41d90b..2653a2dbd7c8 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -8,7 +8,7 @@ PORTNAME= opendx PORTVERSION= 4.2.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics math MASTER_SITES= http://www.research.ibm.com/dx/srcDownload/srcArchive/ \ http://opendx.npaci.edu/source/ @@ -17,7 +17,7 @@ DISTNAME= dx-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= IBM's Open Visualization Data Explorer -LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick \ df.1:${PORTSDIR}/graphics/hdf \ netcdf.1:${PORTSDIR}/math/netcdf \ tiff.4:${PORTSDIR}/graphics/tiff diff --git a/graphics/pixieplus/Makefile b/graphics/pixieplus/Makefile index 1983a992e690..2414683b1292 100644 --- a/graphics/pixieplus/Makefile +++ b/graphics/pixieplus/Makefile @@ -7,13 +7,14 @@ PORTNAME= pixieplus PORTVERSION= 0.5.4 +PORTREVISION= 1 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.5:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick \ ungif.5:${PORTSDIR}/graphics/libungif GNU_CONFIGURE= yes diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile index 0acea35ea8f6..1afa399a7842 100644 --- a/graphics/ruby-rmagick/Makefile +++ b/graphics/ruby-rmagick/Makefile @@ -7,6 +7,7 @@ PORTNAME= rmagick PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= graphics ruby MASTER_SITES= http://rubyforge.org/download.php/124/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org COMMENT= A Ruby binding for ImageMagick -LIB_DEPENDS= Magick.5:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick USE_RUBY= yes USE_RUBY_SETUP= yes |