aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2012-12-13 14:14:18 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2012-12-13 14:14:18 +0000
commitb651804e0d34e2690ec58e2ddf2832b11ed32e52 (patch)
tree14eb4b7d11240425499cc5cbcb694b0f1d502440
parenta3bbd50254a94167ef2139fda346873edeef76b5 (diff)
downloadports-b651804e0d34e2690ec58e2ddf2832b11ed32e52.tar.gz
ports-b651804e0d34e2690ec58e2ddf2832b11ed32e52.zip
Notes
-rw-r--r--graphics/imgseek/Makefile10
-rw-r--r--graphics/opendx/Makefile4
-rw-r--r--graphics/ruby-rmagick/Makefile10
-rw-r--r--lang/q/Makefile10
4 files changed, 11 insertions, 23 deletions
diff --git a/graphics/imgseek/Makefile b/graphics/imgseek/Makefile
index 2d88f6d015e5..5a738ad28626 100644
--- a/graphics/imgseek/Makefile
+++ b/graphics/imgseek/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: imgseek
-# Date created: 16 June 2003
-# Whom: Ben Haga <tuxsuximus@hotmail.com>
-#
+# Created by: Ben Haga <tuxsuximus@hotmail.com>
# $FreeBSD$
-#
PORTNAME= imgSeek
PORTVERSION= 0.8.6
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= graphics
MASTER_SITES= SF
@@ -17,7 +13,7 @@ COMMENT= A photo manager and viewer with content-based search
BUILD_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
RUN_DEPENDS= pyuic:${PORTSDIR}/x11-toolkits/py-qt
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
- MagickWand.5:${PORTSDIR}/graphics/ImageMagick
+ MagickWand:${PORTSDIR}/graphics/ImageMagick
USE_PYDISTUTILS=yes
USE_PYTHON= yes
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index 932a3b90f5eb..24f93e587f1f 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opendx
PORTVERSION= 4.4.4
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= graphics math
MASTER_SITES= http://www.sfr-fresh.com/unix/misc/
DISTNAME= dx-${PORTVERSION}
@@ -11,7 +11,7 @@ DISTNAME= dx-${PORTVERSION}
MAINTAINER= stephen@FreeBSD.org
COMMENT= IBM's Open Visualization Data Explorer
-LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick \
+LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \
tiff.4:${PORTSDIR}/graphics/tiff \
cdf.0:${PORTSDIR}/science/cdf
diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile
index 71e3288b4569..d7e32bd51973 100644
--- a/graphics/ruby-rmagick/Makefile
+++ b/graphics/ruby-rmagick/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: RMagick
-# Date created: 16 November 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= rmagick
PORTVERSION= 2.13.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics ruby
MASTER_SITES= RF
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -17,7 +13,7 @@ DIST_SUBDIR= ruby
MAINTAINER= ruby@FreeBSD.org
COMMENT= A Ruby binding for ImageMagick
-LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick
USE_BZIP2= yes
USE_RUBY= yes
diff --git a/lang/q/Makefile b/lang/q/Makefile
index 2dd40213868d..b7f8bf71836f 100644
--- a/lang/q/Makefile
+++ b/lang/q/Makefile
@@ -1,20 +1,16 @@
-# New ports collection makefile for: q
-# Date created: 14 August 2003
-# Whom: ag@muwiinfa.geschichte.uni-mainz.de Albert Graef
-#
+# Created by: ag@muwiinfa.geschichte.uni-mainz.de Albert Graef
# $FreeBSD$
-#
PORTNAME= q
PORTVERSION= 7.11
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}-lang/${PORTNAME}/${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= Q -- equational programming language
-LIB_DEPENDS= MagickWand.5:${PORTSDIR}/graphics/ImageMagick \
+LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \
curl.6:${PORTSDIR}/ftp/curl \
freetype.9:${PORTSDIR}/print/freetype2 \
gdbm.4:${PORTSDIR}/databases/gdbm \