svn commit: r310536 - in head: devel/qtcreator editors/calligra games/pink-pony graphics/aqsis graphics/cinepaint graphics/exact-image graphics/fyre graphics/gegl graphics/gimp-gmic-plugin graphics...

Steve Wills swills at FreeBSD.org
Thu Jan 17 03:32:31 UTC 2013


Author: swills
Date: Thu Jan 17 03:32:27 2013
New Revision: 310536
URL: http://svnweb.freebsd.org/changeset/ports/310536

Log:
  - Chase lib version changes from ilmbase and OpenEXR updates

Modified:
  head/devel/qtcreator/Makefile   (contents, props changed)
  head/editors/calligra/Makefile
  head/games/pink-pony/Makefile   (contents, props changed)
  head/graphics/aqsis/Makefile
  head/graphics/cinepaint/Makefile   (contents, props changed)
  head/graphics/exact-image/Makefile   (contents, props changed)
  head/graphics/fyre/Makefile   (contents, props changed)
  head/graphics/gegl/Makefile
  head/graphics/gimp-gmic-plugin/Makefile   (contents, props changed)
  head/graphics/luxrender/Makefile   (contents, props changed)
  head/graphics/nvidia-texture-tools/Makefile   (contents, props changed)
  head/graphics/py-openexr/Makefile   (contents, props changed)
  head/graphics/visionworkbench/Makefile   (contents, props changed)
  head/sysutils/easypbi/Makefile   (contents, props changed)
  head/x11/kde4-runtime/Makefile
  head/x11/kdelibs4/Makefile   (contents, props changed)

Modified: head/devel/qtcreator/Makefile
==============================================================================
--- head/devel/qtcreator/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/devel/qtcreator/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -7,7 +7,7 @@
 
 PORTNAME=	qtcreator
 PORTVERSION=	2.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://download.qt.nokia.com/qtcreator/
 DISTNAME=	qt-creator-${PORTVERSION}-src
@@ -15,8 +15,8 @@ DISTNAME=	qt-creator-${PORTVERSION}-src
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Qt Creator IDE and tools
 
-LIB_DEPENDS=	Imath.6:${PORTSDIR}/graphics/ilmbase \
-		IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
+LIB_DEPENDS=	Imath:${PORTSDIR}/graphics/ilmbase \
+		IlmImf:${PORTSDIR}/graphics/OpenEXR \
 		jasper.4:${PORTSDIR}/graphics/jasper \
 		jpeg.11:${PORTSDIR}/graphics/jpeg
 

Modified: head/editors/calligra/Makefile
==============================================================================
--- head/editors/calligra/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/editors/calligra/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -2,6 +2,7 @@
 
 PORTNAME=	calligra
 PORTVERSION=	${CALLIGRA_VERSION}
+PORTREVSION=	1
 CATEGORIES=	editors kde
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	${CALLIGRA_BRANCH}/${PORTNAME}-${PORTVERSION}/
@@ -11,7 +12,7 @@ MAINTAINER=	kde at FreeBSD.org
 COMMENT=	KDE graphic art and office suite
 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
-		IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
+		IlmImf:${PORTSDIR}/graphics/OpenEXR \
 		boost_thread.4:${PORTSDIR}/devel/boost-libs \
 		qca.2:${PORTSDIR}/devel/qca \
 		exiv2.12:${PORTSDIR}/graphics/exiv2 \

Modified: head/games/pink-pony/Makefile
==============================================================================
--- head/games/pink-pony/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/games/pink-pony/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -7,7 +7,7 @@
 
 PORTNAME=	pink-pony
 PORTVERSION=	1.2.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	GOOGLE_CODE \
 		http://mirror.amdmi3.ru/distfiles/
@@ -18,7 +18,7 @@ COMMENT=	Tron-like multiplayer racing ga
 LIB_DEPENDS=	IL.2:${PORTSDIR}/graphics/devil \
 		protobuf.7:${PORTSDIR}/devel/protobuf \
 		glfw.0:${PORTSDIR}/graphics/glfw \
-		Half.6:${PORTSDIR}/graphics/ilmbase \
+		Half:${PORTSDIR}/graphics/ilmbase \
 		ftgl.2:${PORTSDIR}/graphics/ftgl \
 		sigc-2.0.0:${PORTSDIR}/devel/libsigc++20
 BUILD_DEPENDS=	${LOCALBASE}/lib/libaudiere.so:${PORTSDIR}/audio/audiere

Modified: head/graphics/aqsis/Makefile
==============================================================================
--- head/graphics/aqsis/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/graphics/aqsis/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -8,6 +8,7 @@
 
 PORTNAME=	aqsis
 PORTVERSION=	1.8.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION}
 
@@ -19,7 +20,7 @@ LICENSE_COMB=	multi
 
 BUILD_DEPENDS=	bison:${PORTSDIR}/devel/bison \
 		xsltproc:${PORTSDIR}/textproc/libxslt
-LIB_DEPENDS=	IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
+LIB_DEPENDS=	IlmImf:${PORTSDIR}/graphics/OpenEXR \
     		boost_filesystem.4:${PORTSDIR}/devel/boost-libs \
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		fltk.1:${PORTSDIR}/x11-toolkits/fltk

Modified: head/graphics/cinepaint/Makefile
==============================================================================
--- head/graphics/cinepaint/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/graphics/cinepaint/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -7,7 +7,7 @@
 
 PORTNAME=	cinepaint
 PORTVERSION=	0.22
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/CinePaint/CinePaint-${PORTVERSION}-1
 DISTNAME=	${PORTNAME}-${PORTVERSION}-1
@@ -45,7 +45,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib -lintl
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOPENEXR}
-LIB_DEPENDS+=	IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
+LIB_DEPENDS+=	IlmImf:${PORTSDIR}/graphics/OpenEXR \
     		fltk.1:${PORTSDIR}/x11-toolkits/fltk
 CONFIGURE_ARGS+=	--with-openexr-prefix=${LOCALBASE}
 CFLAGS+=	-I${LOCALBASE}/include/openEXR

Modified: head/graphics/exact-image/Makefile
==============================================================================
--- head/graphics/exact-image/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/graphics/exact-image/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -7,7 +7,7 @@
 
 PORTNAME=	exact-image
 PORTVERSION=	0.8.7
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics perl5 python
 MASTER_SITES=	http://dl.exactcode.de/oss/${PORTNAME}/ LOCAL/bf
 
@@ -23,7 +23,7 @@ LIB_DEPENDS=	agg.2:${PORTSDIR}/graphics/
 		png15:${PORTSDIR}/graphics/png \
 		gif.5:${PORTSDIR}/graphics/giflib \
 		jasper.4:${PORTSDIR}/graphics/jasper \
-		IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
+		IlmImf:${PORTSDIR}/graphics/OpenEXR \
 		lcms.1:${PORTSDIR}/graphics/lcms \
 		freetype.9:${PORTSDIR}/print/freetype2 \
 		expat.6:${PORTSDIR}/textproc/expat2

Modified: head/graphics/fyre/Makefile
==============================================================================
--- head/graphics/fyre/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/graphics/fyre/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -7,7 +7,7 @@
 
 PORTNAME=	fyre
 PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://releases.navi.cx/fyre/
 
@@ -36,7 +36,7 @@ CFLAGS+=	-march=native -O3 -ffast-math -
 .endif
 
 .if ${PORT_OPTIONS:MOPENEXR}
-LIB_DEPENDS+=	IlmImf.6:${PORTSDIR}/graphics/OpenEXR
+LIB_DEPENDS+=	IlmImf:${PORTSDIR}/graphics/OpenEXR
 .else
 CONFIGURE_ARGS+=--disable-openexr
 .endif

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/graphics/gegl/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gegl
 PORTVERSION=	0.1.8
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	graphics
 MASTER_SITES=	ftp://ftp.gimp.org/pub/gegl/0.1/
 
@@ -127,7 +127,7 @@ CONFIGURE_ARGS+=--without-lua
 .endif
 
 .if !defined(WITHOUT_OPENEXR)
-LIB_DEPENDS+=	IlmImf.6:${PORTSDIR}/graphics/OpenEXR
+LIB_DEPENDS+=	IlmImf:${PORTSDIR}/graphics/OpenEXR
 PLIST_SUB+=	OPENEXR=""
 .else
 CONFIGURE_ARGS+=--without-openexr

Modified: head/graphics/gimp-gmic-plugin/Makefile
==============================================================================
--- head/graphics/gimp-gmic-plugin/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/graphics/gimp-gmic-plugin/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gmic
 PORTVERSION=	1.5.2.4
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME} \
 		SF/${PORTNAME}/old
@@ -14,7 +15,7 @@ MAINTAINER=	rm at FreeBSD.org
 COMMENT=	GREYC's Magic Image Converter
 
 LIB_DEPENDS=	GraphicsMagick++.9:${PORTSDIR}/graphics/GraphicsMagick13 \
-		IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
+		IlmImf:${PORTSDIR}/graphics/OpenEXR \
 		Magick++:${PORTSDIR}/graphics/ImageMagick \
 		avcodec.1:${PORTSDIR}/multimedia/ffmpeg \
 		fftw3:${PORTSDIR}/math/fftw3 \

Modified: head/graphics/luxrender/Makefile
==============================================================================
--- head/graphics/luxrender/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/graphics/luxrender/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -7,7 +7,7 @@
 
 PORTNAME=	luxrender
 PORTVERSION=	0.7.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://src.luxrender.net/lux/archive/ \
 		http://freebsd.nsu.ru/distfiles/luxrender/
@@ -24,7 +24,7 @@ BROKEN=		does not build with boost-1.48.
 BUILD_DEPENDS=	${LOCALBASE}/lib/libfreeimage.a:${PORTSDIR}/graphics/freeimage
 LIB_DEPENDS=	boost_thread.4:${PORTSDIR}/devel/boost-libs \
 		png15:${PORTSDIR}/graphics/png \
-		IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
+		IlmImf:${PORTSDIR}/graphics/OpenEXR \
 
 HG_NODEID=	9206b3ba7011
 

Modified: head/graphics/nvidia-texture-tools/Makefile
==============================================================================
--- head/graphics/nvidia-texture-tools/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/graphics/nvidia-texture-tools/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -7,7 +7,7 @@
 
 PORTNAME=	nvidia-texture-tools
 DISTVERSION=	2.0.8-1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE \
 		http://mirror.amdmi3.ru/distfiles/
@@ -18,7 +18,7 @@ COMMENT=	Texture Tools with support for 
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
 		jpeg.11:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff \
-		IlmImf.6:${PORTSDIR}/graphics/OpenEXR
+		IlmImf:${PORTSDIR}/graphics/OpenEXR
 
 USE_CMAKE=	yes
 CMAKE_ARGS=	-DNVTT_SHARED=TRUE

Modified: head/graphics/py-openexr/Makefile
==============================================================================
--- head/graphics/py-openexr/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/graphics/py-openexr/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -7,6 +7,7 @@
 
 PORTNAME=	openexr
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	http://excamera.com/files/ \
 		CHEESESHOP
@@ -16,7 +17,7 @@ DISTNAME=	OpenEXR-${PORTVERSION}
 MAINTAINER=	jamesb-bsd at excamera.com
 COMMENT=	Python module for ILM's OpenEXR image format and library
 
-LIB_DEPENDS=	IlmImf.6:${PORTSDIR}/graphics/OpenEXR
+LIB_DEPENDS=	IlmImf:${PORTSDIR}/graphics/OpenEXR
 
 post-extract:
 	${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py

Modified: head/graphics/visionworkbench/Makefile
==============================================================================
--- head/graphics/visionworkbench/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/graphics/visionworkbench/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -7,7 +7,7 @@
 
 PORTNAME=	visionworkbench
 PORTVERSION=	2.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://ti.arc.nasa.gov/m/project/nasa-vision-workbench/
 DISTNAME=	VisionWorkbench-${PORTVERSION}
@@ -33,7 +33,7 @@ LIB_DEPENDS+=	boost_thread.4:${PORTSDIR}
 LIB_DEPENDS+=	boost_python.4:${PORTSDIR}/devel/boost-python-libs
 LIB_DEPENDS+=	gdal:${PORTSDIR}/graphics/gdal
 LIB_DEPENDS+=	lapack.4:${PORTSDIR}/math/lapack
-LIB_DEPENDS+=	IlmImf.6:${PORTSDIR}/graphics/OpenEXR
+LIB_DEPENDS+=	IlmImf:${PORTSDIR}/graphics/OpenEXR
 LIB_DEPENDS+=	cairomm-1.0.1:${PORTSDIR}/graphics/cairomm
 
 .include <bsd.port.pre.mk>

Modified: head/sysutils/easypbi/Makefile
==============================================================================
--- head/sysutils/easypbi/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/sysutils/easypbi/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -7,15 +7,15 @@
 
 PORTNAME=	easypbi
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/makeapbi/${PORTNAME}/
 
 MAINTAINER=	jessefrgsmith at yahoo.ca
 COMMENT=	Graphical PBI module and package creator
 
-LIB_DEPENDS=	Imath.6:${PORTSDIR}/graphics/ilmbase \
-		IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
+LIB_DEPENDS=	Imath:${PORTSDIR}/graphics/ilmbase \
+		IlmImf:${PORTSDIR}/graphics/OpenEXR \
 		jasper.4:${PORTSDIR}/graphics/jasper \
 		jpeg.11:${PORTSDIR}/graphics/jpeg
 RUN_DEPENDS=	${LOCALBASE}/bin/gksu:${PORTSDIR}/sysutils/gksu \

Modified: head/x11/kde4-runtime/Makefile
==============================================================================
--- head/x11/kde4-runtime/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/x11/kde4-runtime/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -8,7 +8,7 @@
 
 PORTNAME=	kde-runtime
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 kde
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src
@@ -17,7 +17,7 @@ DIST_SUBDIR=	KDE
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Basic applications for the KDE system
 
-LIB_DEPENDS=	IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
+LIB_DEPENDS=	IlmImf:${PORTSDIR}/graphics/OpenEXR \
 		jpeg.11:${PORTSDIR}/graphics/jpeg \
 		exiv2.12:${PORTSDIR}/graphics/exiv2 \
 		xine.2:${PORTSDIR}/multimedia/libxine \

Modified: head/x11/kdelibs4/Makefile
==============================================================================
--- head/x11/kdelibs4/Makefile	Thu Jan 17 03:26:55 2013	(r310535)
+++ head/x11/kdelibs4/Makefile	Thu Jan 17 03:32:27 2013	(r310536)
@@ -8,7 +8,7 @@
 
 PORTNAME=	kdelibs
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11 kde ipv6
 MASTER_SITES=	${MASTER_SITE_KDE}
 MASTER_SITE_SUBDIR=	${KDE4_BRANCH}/${PORTVERSION}/src
@@ -17,7 +17,7 @@ DIST_SUBDIR=	KDE
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Base set of libraries needed by KDE programs
 
-LIB_DEPENDS=	IlmImf.6:${PORTSDIR}/graphics/OpenEXR \
+LIB_DEPENDS=	IlmImf:${PORTSDIR}/graphics/OpenEXR \
 		aspell.16:${PORTSDIR}/textproc/aspell \
 		jasper.4:${PORTSDIR}/graphics/jasper \
 		pcre.3:${PORTSDIR}/devel/pcre \


More information about the svn-ports-head mailing list