Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 20:54:23 +0000 (UTC)
From:      Beech Rintoul <beech@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308713 - in head: databases/virtuoso graphics/cuneiform graphics/libdmtx graphics/pecl-imagick graphics/php-magickwand graphics/reallyslick math/labplot multimedia/kino science/gnudata...
Message-ID:  <201212112054.qBBKsN30088344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: beech
Date: Tue Dec 11 20:54:22 2012
New Revision: 308713
URL: http://svnweb.freebsd.org/changeset/ports/308713

Log:
  - Bump port after ImageMagick update
  - Remove version
  - Bump PORTREVISION

Modified:
  head/databases/virtuoso/Makefile   (contents, props changed)
  head/graphics/cuneiform/Makefile   (contents, props changed)
  head/graphics/libdmtx/Makefile   (contents, props changed)
  head/graphics/pecl-imagick/Makefile   (contents, props changed)
  head/graphics/php-magickwand/Makefile   (contents, props changed)
  head/graphics/reallyslick/Makefile   (contents, props changed)
  head/math/labplot/Makefile   (contents, props changed)
  head/multimedia/kino/Makefile   (contents, props changed)
  head/science/gnudatalanguage/Makefile   (contents, props changed)
  head/www/WebMagick/Makefile

Modified: head/databases/virtuoso/Makefile
==============================================================================
--- head/databases/virtuoso/Makefile	Tue Dec 11 20:40:12 2012	(r308712)
+++ head/databases/virtuoso/Makefile	Tue Dec 11 20:54:22 2012	(r308713)
@@ -7,6 +7,7 @@
 
 PORTNAME=	virtuoso
 PORTVERSION=	6.1.6
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-opensource-${PORTVERSION}
@@ -76,7 +77,7 @@ check:
 
 .if defined(WITH_IMAGEMAGICK)
 CONFIGURE_ARGS+=--enable-imagemagick=${LOCALBASE}
-LIB_DEPENDS+=	MagickWand.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=	MagickWand:${PORTSDIR}/graphics/ImageMagick
 PLIST_SUB+=	WITH_IMAGEMAGICK=""
 .else
 CONFIGURE_ARGS+=--disable-imagemagick

Modified: head/graphics/cuneiform/Makefile
==============================================================================
--- head/graphics/cuneiform/Makefile	Tue Dec 11 20:40:12 2012	(r308712)
+++ head/graphics/cuneiform/Makefile	Tue Dec 11 20:54:22 2012	(r308713)
@@ -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
 .endif
 
 .if defined(WITH_IMAGEMAGICK)
-LIB_DEPENDS+=	MagickWand.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=	MagickWand:${PORTSDIR}/graphics/ImageMagick
 .endif
 
 post-extract:

Modified: head/graphics/libdmtx/Makefile
==============================================================================
--- head/graphics/libdmtx/Makefile	Tue Dec 11 20:40:12 2012	(r308712)
+++ head/graphics/libdmtx/Makefile	Tue Dec 11 20:54:22 2012	(r308713)
@@ -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
 

Modified: head/graphics/pecl-imagick/Makefile
==============================================================================
--- head/graphics/pecl-imagick/Makefile	Tue Dec 11 20:40:12 2012	(r308712)
+++ head/graphics/pecl-imagick/Makefile	Tue Dec 11 20:54:22 2012	(r308713)
@@ -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

Modified: head/graphics/php-magickwand/Makefile
==============================================================================
--- head/graphics/php-magickwand/Makefile	Tue Dec 11 20:40:12 2012	(r308712)
+++ head/graphics/php-magickwand/Makefile	Tue Dec 11 20:54:22 2012	(r308713)
@@ -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

Modified: head/graphics/reallyslick/Makefile
==============================================================================
--- head/graphics/reallyslick/Makefile	Tue Dec 11 20:40:12 2012	(r308712)
+++ head/graphics/reallyslick/Makefile	Tue Dec 11 20:54:22 2012	(r308713)
@@ -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

Modified: head/math/labplot/Makefile
==============================================================================
--- head/math/labplot/Makefile	Tue Dec 11 20:40:12 2012	(r308712)
+++ head/math/labplot/Makefile	Tue Dec 11 20:54:22 2012	(r308713)
@@ -7,7 +7,7 @@
 
 PORTNAME=	LabPlot
 PORTVERSION=	1.6.0.2
-PORTREVISION=	16
+PORTREVISION=	17
 CATEGORIES=	math kde
 MASTER_SITES=	SF
 
@@ -16,7 +16,7 @@ COMMENT=	LabPlot : Data analysis and vis
 
 LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
 		jasper.4:${PORTSDIR}/graphics/jasper \
-		MagickWand.5:${PORTSDIR}/graphics/ImageMagick \
+		MagickWand:${PORTSDIR}/graphics/ImageMagick \
 		gsl.16:${PORTSDIR}/math/gsl \
 		fftw3:${PORTSDIR}/math/fftw3 \
 		qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \

Modified: head/multimedia/kino/Makefile
==============================================================================
--- head/multimedia/kino/Makefile	Tue Dec 11 20:40:12 2012	(r308712)
+++ head/multimedia/kino/Makefile	Tue Dec 11 20:54:22 2012	(r308713)
@@ -7,7 +7,7 @@
 
 PORTNAME=	kino
 PORTVERSION=	1.3.4
-PORTREVISION=	12
+PORTREVISION=	13
 CATEGORIES=	multimedia
 MASTER_SITES=	SF
 
@@ -15,7 +15,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A DV non-linear video editor
 
 LIB_DEPENDS=	dv.4:${PORTSDIR}/multimedia/libdv	\
-		MagickWand.5:${PORTSDIR}/graphics/ImageMagick	\
+		MagickWand:${PORTSDIR}/graphics/ImageMagick	\
 		samplerate.1:${PORTSDIR}/audio/libsamplerate
 RUN_DEPENDS=	mencoder:${PORTSDIR}/multimedia/mencoder	\
 		mplex:${PORTSDIR}/multimedia/mjpegtools

Modified: head/science/gnudatalanguage/Makefile
==============================================================================
--- head/science/gnudatalanguage/Makefile	Tue Dec 11 20:40:12 2012	(r308712)
+++ head/science/gnudatalanguage/Makefile	Tue Dec 11 20:54:22 2012	(r308713)
@@ -7,7 +7,7 @@
 
 PORTNAME=	gnudatalanguage
 DISTVERSION=	0.9.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	science lang
 MASTER_SITES=	SF/${PORTNAME}/gdl/${DISTVERSION}
 .if defined(BUILD_PYTHON_MODULE)
@@ -59,7 +59,7 @@ PLIST_SUB+=	MASTER=""
 .endif
 
 .if !defined(WITHOUT_IMAGEMAGICK)
-LIB_DEPENDS+=	MagickWand.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=	MagickWand:${PORTSDIR}/graphics/ImageMagick
 CONFIGURE_ARGS+=--with-Magick=${LOCALBASE}
 .else
 CONFIGURE_ARGS+=--with-Magick=no

Modified: head/www/WebMagick/Makefile
==============================================================================
--- head/www/WebMagick/Makefile	Tue Dec 11 20:40:12 2012	(r308712)
+++ head/www/WebMagick/Makefile	Tue Dec 11 20:54:22 2012	(r308713)
@@ -7,6 +7,7 @@
 
 PORTNAME=	WebMagick
 PORTVERSION=	2.03p17
+PORTREVISION=	1
 DISTVERSION=	2.03pre17
 PORTEPOCH=	1
 CATEGORIES=	www graphics
@@ -17,7 +18,7 @@ COMMENT=	Image Web Generator - recursive
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	MagickWand.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS=	MagickWand:${PORTSDIR}/graphics/ImageMagick
 RUN_DEPENDS=	p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally
 
 USE_PERL5=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212112054.qBBKsN30088344>