Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2012 18:35:17 +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: r308864 - head/graphics/gimp-gmic-plugin
Message-ID:  <201212131835.qBDIZHXX091544@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu Dec 13 18:35:17 2012
New Revision: 308864
URL: http://svnweb.freebsd.org/changeset/ports/308864

Log:
  - Chase graphics/ImageMagick update
  - Remove ABI version from Magick++
  - Trim header

Modified:
  head/graphics/gimp-gmic-plugin/Makefile

Modified: head/graphics/gimp-gmic-plugin/Makefile
==============================================================================
--- head/graphics/gimp-gmic-plugin/Makefile	Thu Dec 13 18:28:12 2012	(r308863)
+++ head/graphics/gimp-gmic-plugin/Makefile	Thu Dec 13 18:35:17 2012	(r308864)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	gimp-gmic-plugin
-# Date created:				07 Feb 2011
-# Whom:					Mahmatkhanov Ruslan <cvs-src@yandex.ru>
-#
+# Created by: Mahmatkhanov Ruslan <cvs-src@yandex.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	gmic
 PORTVERSION=	1.5.1.5
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME} \
 		SF/${PORTNAME}/old
@@ -19,7 +16,7 @@ COMMENT=	GREYC's Magic Image Converter
 
 LIB_DEPENDS=	GraphicsMagick++.9:${PORTSDIR}/graphics/GraphicsMagick13 \
 		IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
-		Magick++.5:${PORTSDIR}/graphics/ImageMagick \
+		Magick++:${PORTSDIR}/graphics/ImageMagick \
 		avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
 		fftw3:${PORTSDIR}/math/fftw3 \
 		gimp-2.0:${PORTSDIR}/graphics/gimp-app



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212131835.qBDIZHXX091544>