ports/74488: Update ports for new ImageMagick version, bump portrevisions

Arjan van Leeuwen avleeuwen at piwebs.com
Sun Nov 28 21:10:26 UTC 2004


>Number:         74488
>Category:       ports
>Synopsis:       Update ports for new ImageMagick version, bump portrevisions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 28 21:10:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Arjan van Leeuwen
>Release:        FreeBSD 6.0-CURRENT amd64
>Organization:
>Environment:


System: FreeBSD 6.0-CURRENT #0: Sun Nov 28 16:49:32 CET 2004
    root at vincent.piwebs.com:/usr/obj/usr/src/sys/VINCENT



>Description:


The library version of ImageMagick was changed from 
.6 to .7 in version 6.1.5 (see ports/74487). This patch 
updates all ports that depend on ImageMagick and 
bumps their portrevisions, to ensure a smooth update
process.

graphics/pixieplus, which I maintain myself, is in a 
seperate PR.


>How-To-Repeat:





>Fix:


--- bump.diff begins here ---
--- /usr/ports/./graphics/ale/Makefile	Fri Nov  5 19:47:43 2004
+++ ./graphics/ale/Makefile	Sun Nov 28 20:56:48 2004
@@ -8,6 +8,7 @@
 
 PORTNAME=	ale
 PORTVERSION=	0.7.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	http://auricle.dyndns.org/ALE/download/
 
@@ -37,7 +38,7 @@
 .endif
 
 .if !defined(WITHOUT_IMAGEMAGICK)
-LIB_DEPENDS+=	Magick.6:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=	Magick.7:${PORTSDIR}/graphics/ImageMagick
 MAKE_ARGS+=	IMAGEMAGICK=1
 .endif
 
--- /usr/ports/./graphics/autotrace/Makefile	Fri Jul  9 19:42:25 2004
+++ ./graphics/autotrace/Makefile	Sun Nov 28 20:57:12 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	autotrace
 PORTVERSION=	0.31.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -23,7 +23,7 @@
 		png.5:${PORTSDIR}/graphics/png \
 		ming.3:${PORTSDIR}/graphics/ming \
 		wmf.2:${PORTSDIR}/graphics/libwmf \
-		Magick.6:${PORTSDIR}/graphics/ImageMagick \
+		Magick.7:${PORTSDIR}/graphics/ImageMagick \
 		pstoedit.0:${PORTSDIR}/graphics/pstoedit
 .if !exists(/usr/bin/bzip2)
 LIB_DEPENDS+=	bz2.1:${PORTSDIR}/archivers/bzip2
--- /usr/ports/./graphics/kallery/Makefile	Sun Sep 19 13:56:18 2004
+++ ./graphics/kallery/Makefile	Sun Nov 28 20:57:54 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	kallery
 PORTVERSION=	1.0.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	graphics kde
 MASTER_SITES=	http://www.virtualartisans.com/kde/andras/kallery/
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,7 +15,7 @@
 MAINTAINER=		metrol at metrol.net
 COMMENT=	An image gallery generator for KDE
 
-LIB_DEPENDS=	Magick.6:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS=	Magick.7:${PORTSDIR}/graphics/ImageMagick
 
 BROKEN=		Checksum mismatch
 
--- /usr/ports/./graphics/lphoto/Makefile	Mon Nov  8 16:35:56 2004
+++ ./graphics/lphoto/Makefile	Sun Nov 28 20:58:30 2004
@@ -7,15 +7,16 @@
 
 PORTNAME=	lphoto
 PORTVERSION=	1.0.26
+PORTREVISION=	1
 CATEGORIES=	graphics
-MASTER_SITES=	 http://software.linspire.com/emptypool/lindowsos/pool/main/l/lphoto/
+MASTER_SITES=	http://software.linspire.com/emptypool/lindowsos/pool/main/l/lphoto/
 DISTNAME=	${PORTNAME}_${PORTVERSION}-0.0.0.45.lindows0.1
 
 MAINTAINER=	ahze at FreeBSD.org
 COMMENT=	A complete desktop solution for digital photo management
 
 BUILD_DEPENDS=	kdepyuic:${PORTSDIR}/x11-toolkits/py-kde
-LIB_DEPENDS=	Magick.6:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS=	Magick.7:${PORTSDIR}/graphics/ImageMagick
 RUN_DEPENDS=	gphoto2:${PORTSDIR}/graphics/gphoto2 \
 		kdepyuic:${PORTSDIR}/x11-toolkits/py-kde
 
--- /usr/ports/./graphics/opendx/Makefile	Sun Sep 19 13:56:18 2004
+++ ./graphics/opendx/Makefile	Sun Nov 28 20:58:56 2004
@@ -8,7 +8,7 @@
 
 PORTNAME=	opendx
 PORTVERSION=	4.3.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics math
 MASTER_SITES=	http://opendx.npaci.edu/source/
 DISTNAME=	dx-${PORTVERSION}
@@ -16,7 +16,7 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	IBM's Open Visualization Data Explorer
 
-LIB_DEPENDS=	Magick.6:${PORTSDIR}/graphics/ImageMagick \
+LIB_DEPENDS=	Magick.7:${PORTSDIR}/graphics/ImageMagick \
 		tiff.4:${PORTSDIR}/graphics/tiff
 
 OPTIONS=	HDF "Build hdf-support (only hdf OR netcdf is supported)" on \
--- /usr/ports/./graphics/pecl-imagick/Makefile	Mon Jul 19 17:26:30 2004
+++ ./graphics/pecl-imagick/Makefile	Sun Nov 28 20:59:19 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	imagick
 PORTVERSION=	0.9.11
+PORTREVISION=	1
 CATEGORIES=	graphics pear
 MASTER_SITES=	http://pecl.php.net/get/
 PKGNAMEPREFIX=	pecl-
@@ -16,7 +17,7 @@
 MAINTAINER=	ale at FreeBSD.org
 COMMENT=	A PECL extension to manipulate images
 
-LIB_DEPENDS=	Magick.6:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS=	Magick.7:${PORTSDIR}/graphics/ImageMagick
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
--- /usr/ports/./graphics/ruby-rmagick/Makefile	Fri Jul  2 10:21:08 2004
+++ ./graphics/ruby-rmagick/Makefile	Sun Nov 28 21:00:29 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	rmagick
 PORTVERSION=	1.5.0
+PORTREVISION=	1
 CATEGORIES=	graphics ruby
 MASTER_SITES=	http://rubyforge.org/frs/download.php/550/
 PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
@@ -20,7 +21,7 @@
 MAINTAINER=	knu at FreeBSD.org
 COMMENT=	A Ruby binding for ImageMagick
 
-LIB_DEPENDS=	Magick.6:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS=	Magick.7:${PORTSDIR}/graphics/ImageMagick
 
 BROKEN=		"Does not compile"
 
--- /usr/ports/./graphics/k3d/Makefile	Wed Oct 20 13:59:47 2004
+++ ./graphics/k3d/Makefile	Sun Nov 28 20:57:33 2004
@@ -8,7 +8,7 @@
 
 PORTNAME=	k3d
 PORTVERSION=	0.4.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,7 +22,7 @@
 LIB_DEPENDS=	sigc.1:${PORTSDIR}/devel/libsigc++ \
 		freetype.9:${PORTSDIR}/print/freetype2 \
 		tiff.4:${PORTSDIR}/graphics/tiff \
-		Magick++.6:${PORTSDIR}/graphics/ImageMagick \
+		Magick++.7:${PORTSDIR}/graphics/ImageMagick \
 		netpbm.1:${PORTSDIR}/graphics/netpbm \
 		Half.2:${PORTSDIR}/graphics/OpenEXR \
 		gts.3:${PORTSDIR}/graphics/gts
--- /usr/ports/./graphics/pstoedit/Makefile	Fri Jul  9 19:42:29 2004
+++ ./graphics/pstoedit/Makefile	Sun Nov 28 21:00:04 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	pstoedit
 PORTVERSION=	3.33
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics print
 MASTER_SITES=	http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/
 
@@ -16,7 +16,7 @@
 
 USE_GHOSTSCRIPT=	yes
 
-LIB_DEPENDS=	Magick++.6:${PORTSDIR}/graphics/ImageMagick \
+LIB_DEPENDS=	Magick++.7:${PORTSDIR}/graphics/ImageMagick \
 		ming.3:${PORTSDIR}/graphics/ming \
 		plotter.4:${PORTSDIR}/graphics/plotutils \
 		EMF.1:${PORTSDIR}/graphics/libemf
--- /usr/ports/./lang/q/Makefile	Sat Jun 19 11:33:19 2004
+++ ./lang/q/Makefile	Sun Nov 28 21:00:55 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	q
 PORTVERSION=	4.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	q-lang
@@ -16,7 +16,7 @@
 COMMENT=	Q -- equational programming language
 
 BUILD_DEPENDS=	${LOCALBASE}/dx/lib_freebsd/libDXL.a:${PORTSDIR}/graphics/opendx
-LIB_DEPENDS=	Magick.6:${PORTSDIR}/graphics/ImageMagick \
+LIB_DEPENDS=	Magick.7:${PORTSDIR}/graphics/ImageMagick \
 		freetype.9:${PORTSDIR}/print/freetype2 \
 		gdbm.3:${PORTSDIR}/databases/gdbm \
 		gii.0:${PORTSDIR}/devel/libgii \
--- /usr/ports/./multimedia/dvdauthor/Makefile	Thu Jul 22 21:22:17 2004
+++ ./multimedia/dvdauthor/Makefile	Sun Nov 28 21:01:40 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	dvdauthor
 PORTVERSION=	0.6.10
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -35,7 +36,7 @@
 .if exists(${LOCALBASE}/lib/libiconv.so)
 WITH_ICONV=		yes
 .endif
-.if exists(${LOCALBASE}/lib/libMagick.so.6)
+.if exists(${LOCALBASE}/lib/libMagick.so.7)
 WITH_IMAGEMAGICK=	yes
 .endif
 
@@ -49,7 +50,7 @@
 USE_ICONV=	yes
 .endif
 .if defined(WITH_IMAGEMAGICK)
-LIB_DEPENDS+=	Magick.6:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=	Magick.7:${PORTSDIR}/graphics/ImageMagick
 .else
 LIB_DEPENDS+=	png.5:${PORTSDIR}/graphics/png
 .endif
--- /usr/ports/./multimedia/kino/Makefile	Mon Nov  8 16:36:14 2004
+++ ./multimedia/kino/Makefile	Sun Nov 28 21:01:58 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	kino
 PORTVERSION=	0.7.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 MASTER_SITES=	http://kino.schirmacher.de/filemanager/download/42/	\
 		http://perso.enst.fr/~beyssac/mirrors/
@@ -17,7 +17,7 @@
 COMMENT=	A DV non-linear video editor
 
 LIB_DEPENDS=	dv.4:${PORTSDIR}/multimedia/libdv	\
-		Magick.6:${PORTSDIR}/graphics/ImageMagick	\
+		Magick.7:${PORTSDIR}/graphics/ImageMagick	\
 		samplerate.1:${PORTSDIR}/audio/libsamplerate
 
 USE_GETTEXT=	yes
--- /usr/ports/./multimedia/transcode/Makefile	Sun Nov 28 15:33:16 2004
+++ ./multimedia/transcode/Makefile	Sun Nov 28 21:02:30 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	transcode
 PORTVERSION=	0.6.12
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.zebra.fh-weingarten.de/~transcode/pre/
 
@@ -122,7 +122,7 @@
 .endif
 
 .if defined(WITH_IMAGEMAGICK)
-LIB_DEPENDS+=	Magick.6:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=	Magick.7:${PORTSDIR}/graphics/ImageMagick
 PLIST_SUB+=	WITH_IMAGEMAGICK=""
 .else
 CONFIGURE_ARGS+=	--with-magick-mods=no
--- /usr/ports/./net/gift/Makefile	Tue Oct 19 17:32:11 2004
+++ ./net/gift/Makefile	Sun Nov 28 21:02:56 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	giFT
 PORTVERSION=	0.11.6
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME:L}
@@ -16,7 +17,7 @@
 COMMENT=	An OpenFT, Gnutella and FastTrack p2p network client
 
 LIB_DEPENDS=	vorbis.3:${PORTSDIR}/audio/libvorbis \
-		Magick.6:${PORTSDIR}/graphics/ImageMagick
+		Magick.7:${PORTSDIR}/graphics/ImageMagick
 .if defined(WITH_LIBMAGIC)
 BUILD_DEPENDS+=	${LOCALBASE}/include/magic.h:${PORTSDIR}/sysutils/file
 LIB_DEPENDS+=	magic.1:${PORTSDIR}/sysutils/file
--- /usr/ports/./textproc/htmltolatex/Makefile	Mon Jul 26 14:13:47 2004
+++ ./textproc/htmltolatex/Makefile	Sun Nov 28 21:03:16 2004
@@ -8,7 +8,7 @@
 
 PORTNAME=	htmltolatex
 PORTVERSION=	1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc
 MASTER_SITES=	http://people.FreeBSD.org/~foxfair/distfiles/
 DISTNAME=	${PORTNAME}
@@ -16,7 +16,7 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	HTML to LaTeX to PDF Converter
 
-LIB_DEPENDS=	Magick.6:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS=	Magick.7:${PORTSDIR}/graphics/ImageMagick
 
 USE_BISON=	yes
 USE_GMAKE=	yes
--- /usr/ports/./www/WebMagick/Makefile	Sun Nov 28 15:33:42 2004
+++ ./www/WebMagick/Makefile	Sun Nov 28 21:03:42 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=	WebMagick
 PORTVERSION=	2.03p3
-PORTREVISION=	17
+PORTREVISION=	18
 PORTEPOCH=	1
 CATEGORIES=	www graphics
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
@@ -17,7 +17,7 @@
 MAINTAINER=	ache at freebsd.org
 COMMENT=	Image Web Generator - recursively build HTMLs, imagemaps, thumbnails
 
-LIB_DEPENDS=	Magick.6:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS=	Magick.7:${PORTSDIR}/graphics/ImageMagick
 
 USE_PERL5=	yes
 GNU_CONFIGURE=	yes
--- bump.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list