Date: Thu, 13 Dec 2012 14:14:18 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308848 - in head: graphics/imgseek graphics/opendx graphics/ruby-rmagick lang/q Message-ID: <201212131414.qBDEEIJl049986@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Thu Dec 13 14:14:18 2012 New Revision: 308848 URL: http://svnweb.freebsd.org/changeset/ports/308848 Log: - Chase graphics/ImageMagick update - Remove ABI version from MagickWand - Trim header Modified: head/graphics/imgseek/Makefile head/graphics/opendx/Makefile head/graphics/ruby-rmagick/Makefile head/lang/q/Makefile Modified: head/graphics/imgseek/Makefile ============================================================================== --- head/graphics/imgseek/Makefile Thu Dec 13 11:55:36 2012 (r308847) +++ head/graphics/imgseek/Makefile Thu Dec 13 14:14:18 2012 (r308848) @@ -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 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 Modified: head/graphics/opendx/Makefile ============================================================================== --- head/graphics/opendx/Makefile Thu Dec 13 11:55:36 2012 (r308847) +++ head/graphics/opendx/Makefile Thu Dec 13 14:14:18 2012 (r308848) @@ -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 Modified: head/graphics/ruby-rmagick/Makefile ============================================================================== --- head/graphics/ruby-rmagick/Makefile Thu Dec 13 11:55:36 2012 (r308847) +++ head/graphics/ruby-rmagick/Makefile Thu Dec 13 14:14:18 2012 (r308848) @@ -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 Modified: head/lang/q/Makefile ============================================================================== --- head/lang/q/Makefile Thu Dec 13 11:55:36 2012 (r308847) +++ head/lang/q/Makefile Thu Dec 13 14:14:18 2012 (r308848) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212131414.qBDEEIJl049986>