diff options
author | josef <josef@FreeBSD.org> | 2004-12-05 23:35:48 +0800 |
---|---|---|
committer | josef <josef@FreeBSD.org> | 2004-12-05 23:35:48 +0800 |
commit | 51dca7d8d9e060b1bd274a506112bb714683ca3d (patch) | |
tree | 9b7a223ed131e106a8250af27ebbbbc5d03739e2 | |
parent | c01b0494f2266d3b9c2f1b821e4c984c9a2238dd (diff) | |
download | freebsd-ports-gnome-51dca7d8d9e060b1bd274a506112bb714683ca3d.tar.gz freebsd-ports-gnome-51dca7d8d9e060b1bd274a506112bb714683ca3d.tar.zst freebsd-ports-gnome-51dca7d8d9e060b1bd274a506112bb714683ca3d.zip |
Bump portrevision and dependency on ImageMagick
in order to trace recent ImageMagick update.
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
PR: ports/74487
Approved by: mat
Reviewed by: lofi
-rw-r--r-- | net-p2p/gift/Makefile | 3 | ||||
-rw-r--r-- | net/gift/Makefile | 3 | ||||
-rw-r--r-- | textproc/htmltolatex/Makefile | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile index e3fdd5f76268..baf7ad6ee6cf 100644 --- a/net-p2p/gift/Makefile +++ b/net-p2p/gift/Makefile @@ -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 @@ MAINTAINER= shoesoft@gmx.net 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 diff --git a/net/gift/Makefile b/net/gift/Makefile index e3fdd5f76268..baf7ad6ee6cf 100644 --- a/net/gift/Makefile +++ b/net/gift/Makefile @@ -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 @@ MAINTAINER= shoesoft@gmx.net 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 diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index 3455bb6fc978..c984cc7a3385 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -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 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@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 |