diff options
author | beech <beech@FreeBSD.org> | 2012-12-12 04:54:22 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2012-12-12 04:54:22 +0800 |
commit | 511c7aadea2589ed7d7ceea8c68c25dade5a9770 (patch) | |
tree | d88a5f63a459734314f6fb890ffbe74b2b209d2a /graphics | |
parent | 64cf0c39f1cd11a2934a9a663ea28313ae061d95 (diff) | |
download | freebsd-ports-gnome-511c7aadea2589ed7d7ceea8c68c25dade5a9770.tar.gz freebsd-ports-gnome-511c7aadea2589ed7d7ceea8c68c25dade5a9770.tar.zst freebsd-ports-gnome-511c7aadea2589ed7d7ceea8c68c25dade5a9770.zip |
- Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cuneiform/Makefile | 4 | ||||
-rw-r--r-- | graphics/libdmtx/Makefile | 4 | ||||
-rw-r--r-- | graphics/pecl-imagick/Makefile | 5 | ||||
-rw-r--r-- | graphics/php-magickwand/Makefile | 3 | ||||
-rw-r--r-- | graphics/reallyslick/Makefile | 4 |
5 files changed, 11 insertions, 9 deletions
diff --git a/graphics/cuneiform/Makefile b/graphics/cuneiform/Makefile index fea8460d6ca8..25ff7910b3e8 100644 --- a/graphics/cuneiform/Makefile +++ b/graphics/cuneiform/Makefile @@ -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${LOCALBASE}/lib -ldlmalloc" .endif .if defined(WITH_IMAGEMAGICK) -LIB_DEPENDS+= MagickWand.5:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= MagickWand:${PORTSDIR}/graphics/ImageMagick .endif post-extract: diff --git a/graphics/libdmtx/Makefile b/graphics/libdmtx/Makefile index c97ae7014100..15396c0b9529 100644 --- a/graphics/libdmtx/Makefile +++ b/graphics/libdmtx/Makefile @@ -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 diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index baeff5cc1bef..35a037c08115 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -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 diff --git a/graphics/php-magickwand/Makefile b/graphics/php-magickwand/Makefile index f437317f465c..2f6659548c18 100644 --- a/graphics/php-magickwand/Makefile +++ b/graphics/php-magickwand/Makefile @@ -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 diff --git a/graphics/reallyslick/Makefile b/graphics/reallyslick/Makefile index ee36bf5b9b0e..0cee4212ab65 100644 --- a/graphics/reallyslick/Makefile +++ b/graphics/reallyslick/Makefile @@ -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 |