From owner-svn-ports-all@FreeBSD.ORG Thu Dec 13 14:14:19 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E014FC16; Thu, 13 Dec 2012 14:14:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B97068FC12; Thu, 13 Dec 2012 14:14:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBDEEJCl049991; Thu, 13 Dec 2012 14:14:19 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBDEEIJl049986; Thu, 13 Dec 2012 14:14:18 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201212131414.qBDEEIJl049986@svn.freebsd.org> From: Bryan Drewery Date: Thu, 13 Dec 2012 14:14:18 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Dec 2012 14:14:20 -0000 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 -# +# Created by: Ben Haga # $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 -# +# Created by: Akinori MUSHA aka knu # $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 \