svn commit: r358165 - in head: comms/xastir graphics/cimg graphics/darktable graphics/gimp-gmic-plugin math/octave science/gnudatalanguage
Rene Ladan
rene at FreeBSD.org
Tue Jun 17 19:26:41 UTC 2014
Author: rene
Date: Tue Jun 17 19:26:39 2014
New Revision: 358165
URL: http://svnweb.freebsd.org/changeset/ports/358165
QAT: https://qat.redports.org/buildarchive/r358165/
Log:
Update consumers of graphics/GraphicsMagick13 to use graphics/GraphicsMagick
instead, these two ports are now equal.
Bump PORTREVISIONs
Approved by: portmgr (antoine)
Modified:
head/comms/xastir/Makefile
head/graphics/cimg/Makefile
head/graphics/darktable/Makefile
head/graphics/gimp-gmic-plugin/Makefile
head/math/octave/Makefile
head/science/gnudatalanguage/Makefile
Modified: head/comms/xastir/Makefile
==============================================================================
--- head/comms/xastir/Makefile Tue Jun 17 19:24:33 2014 (r358164)
+++ head/comms/xastir/Makefile Tue Jun 17 19:26:39 2014 (r358165)
@@ -3,7 +3,7 @@
PORTNAME= xastir
PORTVERSION= 2.0.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= comms hamradio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION}
@@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --without-shapelib
.endif
.if ${PORT_OPTIONS:MMAGICK}
-LIB_DEPENDS+= libGraphicsMagickWand.so:${PORTSDIR}/graphics/GraphicsMagick13
+LIB_DEPENDS+= libGraphicsMagickWand.so:${PORTSDIR}/graphics/GraphicsMagick
.else
CONFIGURE_ARGS+= --without-imagemagick --without-graphicsmagick
.endif
Modified: head/graphics/cimg/Makefile
==============================================================================
--- head/graphics/cimg/Makefile Tue Jun 17 19:24:33 2014 (r358164)
+++ head/graphics/cimg/Makefile Tue Jun 17 19:26:39 2014 (r358165)
@@ -3,7 +3,7 @@
PORTNAME= cimg
PORTVERSION= 1.5.8
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= graphics devel
MASTER_SITES= SF/${PORTNAME} \
@@ -47,7 +47,7 @@ LIB_DEPENDS+= libpng15.so:${PORTSDIR}/gr
libfftw3.so:${PORTSDIR}/math/fftw3 \
libopencv_legacy.so:${PORTSDIR}/graphics/opencv \
libopencv_core.so:${PORTSDIR}/graphics/opencv-core\
- libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick13
+ libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick
ALL_TARGET= Mlinux
. else
ALL_TARGET= dlinux
Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile Tue Jun 17 19:24:33 2014 (r358164)
+++ head/graphics/darktable/Makefile Tue Jun 17 19:26:39 2014 (r358165)
@@ -3,6 +3,7 @@
PORTNAME= darktable
PORTVERSION= 1.4.2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
@@ -63,7 +64,7 @@ GNOMEKEYRING_CMAKE_OFF= -DUSE_GNOME_KEYR
GPHOTO_LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
GPHOTO_CMAKE_OFF= -DUSE_CAMERA_SUPPORT:BOOL=OFF
-GRAPHMAGICK_LIB_DEPENDS=libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick13
+GRAPHMAGICK_LIB_DEPENDS=libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick
GRAPHMAGICK_CMAKE_OFF= -DUSE_GRAPHICSMAGICK:BOOL=OFF
LUA_USES= lua
Modified: head/graphics/gimp-gmic-plugin/Makefile
==============================================================================
--- head/graphics/gimp-gmic-plugin/Makefile Tue Jun 17 19:24:33 2014 (r358164)
+++ head/graphics/gimp-gmic-plugin/Makefile Tue Jun 17 19:26:39 2014 (r358165)
@@ -2,6 +2,7 @@
PORTNAME= gmic
PORTVERSION= 1.5.9.0
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/older_versions/ \
SF/${PORTNAME}/
@@ -12,7 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= rm at FreeBSD.org
COMMENT= GREYC's Magic Image Converter
-LIB_DEPENDS= libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick13 \
+LIB_DEPENDS= libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick \
libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \
libMagick++.so:${PORTSDIR}/graphics/ImageMagick \
libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
Modified: head/math/octave/Makefile
==============================================================================
--- head/math/octave/Makefile Tue Jun 17 19:24:33 2014 (r358164)
+++ head/math/octave/Makefile Tue Jun 17 19:26:39 2014 (r358165)
@@ -3,7 +3,7 @@
PORTNAME= octave
PORTVERSION= 3.8.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= octave
@@ -20,7 +20,7 @@ BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot \
gsed:${PORTSDIR}/textproc/gsed \
${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
-LIB_DEPENDS= libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick13 \
+LIB_DEPENDS= libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick \
libarpack.so:${PORTSDIR}/math/arpack \
libcurl.so:${PORTSDIR}/ftp/curl \
libfftw3.so:${PORTSDIR}/math/fftw3 \
@@ -34,7 +34,7 @@ LIB_DEPENDS= libGraphicsMagick.so.14:${P
libumfpack.so:${PORTSDIR}/math/suitesparse \
libglpk.so:${PORTSDIR}/math/glpk \
libgl2ps.so:${PORTSDIR}/print/gl2ps \
- qscintilla2:${PORTSDIR}/devel/qscintilla2
+ libqscintilla2.so:${PORTSDIR}/devel/qscintilla2
USES= charsetfix fortran gmake libtool perl5 pkgconfig tar:bzip2
USE_PERL5= build
Modified: head/science/gnudatalanguage/Makefile
==============================================================================
--- head/science/gnudatalanguage/Makefile Tue Jun 17 19:24:33 2014 (r358164)
+++ head/science/gnudatalanguage/Makefile Tue Jun 17 19:26:39 2014 (r358165)
@@ -3,7 +3,7 @@
PORTNAME= gnudatalanguage
DISTVERSION= 0.9.4
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= science lang
MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION}
.if defined(BUILD_PYTHON_MODULE)
@@ -63,7 +63,7 @@ PLIST_SUB+= MASTER=""
.endif
.if !defined(WITHOUT_GRAPHICSMAGICK)
-LIB_DEPENDS+= libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick13
+LIB_DEPENDS+= libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick
CMAKE_ARGS+= -DGRAPHICSMAGICK:BOOL=YES
.else
CMAKE_ARGS+= -DGRAPHICSMAGICK:BOOL=NO
More information about the svn-ports-all
mailing list