Date: Mon, 4 Aug 2014 19:34:31 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364040 - in head: comms/xastir graphics/GraphicsMagick graphics/cimg graphics/darktable graphics/gimp-gmic-plugin graphics/pecl-gmagick graphics/vips math/octave science/gnudatalanguag... Message-ID: <53dfe048.5c46.73804cf1@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Aug 4 19:34:31 2014 New Revision: 364040 URL: http://svnweb.freebsd.org/changeset/ports/364040 QAT: https://qat.redports.org/buildarchive/r364040/ Log: - Switch graphics/GraphicsMagick to USES=libtool, drop .la files - Bump dependent ports as .so version has changed - Fix distinfo for graphics/cmg - Fix shebang for graphics/vips Approved by: portmgr blanket Modified: head/comms/xastir/Makefile head/graphics/GraphicsMagick/Makefile head/graphics/GraphicsMagick/pkg-plist head/graphics/cimg/Makefile head/graphics/cimg/distinfo head/graphics/darktable/Makefile head/graphics/gimp-gmic-plugin/Makefile head/graphics/pecl-gmagick/Makefile head/graphics/vips/Makefile head/math/octave/Makefile head/science/gnudatalanguage/Makefile head/textproc/htmltolatex/Makefile Modified: head/comms/xastir/Makefile ============================================================================== --- head/comms/xastir/Makefile Mon Aug 4 19:33:35 2014 (r364039) +++ head/comms/xastir/Makefile Mon Aug 4 19:34:31 2014 (r364040) @@ -3,7 +3,7 @@ PORTNAME= xastir PORTVERSION= 2.0.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Mon Aug 4 19:33:35 2014 (r364039) +++ head/graphics/GraphicsMagick/Makefile Mon Aug 4 19:34:31 2014 (r364040) @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.19 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ @@ -25,7 +25,7 @@ CONFLICTS= GraphicsMagick-1.[12].* Graph PORTSCOUT= limit:^1\.3\. -USES= iconv tar:bzip2 +USES= iconv libtool tar:bzip2 USE_GNOME= libxml2 USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes Modified: head/graphics/GraphicsMagick/pkg-plist ============================================================================== --- head/graphics/GraphicsMagick/pkg-plist Mon Aug 4 19:33:35 2014 (r364039) +++ head/graphics/GraphicsMagick/pkg-plist Mon Aug 4 19:34:31 2014 (r364040) @@ -93,17 +93,17 @@ lib/GraphicsMagick/config/type.mgk @exec mkdir -p %D/lib/GraphicsMagick/modules-Q%%Q%%/coders @exec mkdir -p %D/lib/GraphicsMagick/modules-Q%%Q%%/filters lib/libGraphicsMagick++.a -lib/libGraphicsMagick++.la lib/libGraphicsMagick++.so -lib/libGraphicsMagick++.so.9 +lib/libGraphicsMagick++.so.3 +lib/libGraphicsMagick++.so.3.6.3 lib/libGraphicsMagick.a -lib/libGraphicsMagick.la lib/libGraphicsMagick.so -lib/libGraphicsMagick.so.14 +lib/libGraphicsMagick.so.3 +lib/libGraphicsMagick.so.3.11.1 lib/libGraphicsMagickWand.a -lib/libGraphicsMagickWand.la lib/libGraphicsMagickWand.so -lib/libGraphicsMagickWand.so.8 +lib/libGraphicsMagickWand.so.2 +lib/libGraphicsMagickWand.so.2.6.1 libdata/pkgconfig/GraphicsMagick++.pc libdata/pkgconfig/GraphicsMagick.pc libdata/pkgconfig/GraphicsMagickWand.pc Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Mon Aug 4 19:33:35 2014 (r364039) +++ head/graphics/cimg/Makefile Mon Aug 4 19:34:31 2014 (r364040) @@ -3,7 +3,7 @@ PORTNAME= cimg PORTVERSION= 1.5.9 -PORTREVISION= 1 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ @@ -51,7 +51,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/GraphicsMagick + libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick ALL_TARGET= Mlinux . else ALL_TARGET= dlinux Modified: head/graphics/cimg/distinfo ============================================================================== --- head/graphics/cimg/distinfo Mon Aug 4 19:33:35 2014 (r364039) +++ head/graphics/cimg/distinfo Mon Aug 4 19:34:31 2014 (r364040) @@ -1,2 +1,2 @@ -SHA256 (cimg-1.5.9_1/CImg-1.5.9.zip) = ecb863210e96cf5691aa62e0625e1d6749e917875225bfa73974b1378801c2f6 -SIZE (cimg-1.5.9_1/CImg-1.5.9.zip) = 11584769 +SHA256 (cimg-1.5.9_3/CImg-1.5.9.zip) = ecb863210e96cf5691aa62e0625e1d6749e917875225bfa73974b1378801c2f6 +SIZE (cimg-1.5.9_3/CImg-1.5.9.zip) = 11584769 Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Mon Aug 4 19:33:35 2014 (r364039) +++ head/graphics/darktable/Makefile Mon Aug 4 19:34:31 2014 (r364040) @@ -3,7 +3,7 @@ PORTNAME= darktable PORTVERSION= 1.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Mon Aug 4 19:33:35 2014 (r364039) +++ head/graphics/gimp-gmic-plugin/Makefile Mon Aug 4 19:34:31 2014 (r364040) @@ -2,7 +2,7 @@ PORTNAME= gmic PORTVERSION= 1.5.9.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/older_versions/ \ SF/${PORTNAME}/ Modified: head/graphics/pecl-gmagick/Makefile ============================================================================== --- head/graphics/pecl-gmagick/Makefile Mon Aug 4 19:33:35 2014 (r364039) +++ head/graphics/pecl-gmagick/Makefile Mon Aug 4 19:34:31 2014 (r364040) @@ -3,7 +3,7 @@ PORTNAME= gmagick PORTVERSION= 1.1.7RC2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Mon Aug 4 19:33:35 2014 (r364039) +++ head/graphics/vips/Makefile Mon Aug 4 19:34:31 2014 (r364040) @@ -3,6 +3,7 @@ PORTNAME= vips PORTVERSION= 7.40.3 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ @@ -32,7 +33,7 @@ OPTIONS_DEFAULT+= PYTHON .endif USES= gettext gmake libtool pathfix perl5 pkgconfig shebangfix USE_PERL5= build -SHEBANG_FILES= tools/vips-${PORTVERSION:R} +SHEBANG_FILES= tools/vips-${PORTVERSION:R} tools/vipsprofile USE_GNOME= glib20 pango libxml2 libgsf USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Mon Aug 4 19:33:35 2014 (r364039) +++ head/math/octave/Makefile Mon Aug 4 19:34:31 2014 (r364040) @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 3.8.1 -PORTREVISION= 3 +PORTREVISION= 4 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/GraphicsMagick \ +LIB_DEPENDS= libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick \ libarpack.so:${PORTSDIR}/math/arpack \ libcurl.so:${PORTSDIR}/ftp/curl \ libfftw3.so:${PORTSDIR}/math/fftw3 \ Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Mon Aug 4 19:33:35 2014 (r364039) +++ head/science/gnudatalanguage/Makefile Mon Aug 4 19:34:31 2014 (r364040) @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} .if defined(BUILD_PYTHON_MODULE) @@ -65,7 +65,7 @@ PLIST_SUB+= MASTER="" .endif .if !defined(WITHOUT_GRAPHICSMAGICK) -LIB_DEPENDS+= libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick +LIB_DEPENDS+= libGraphicsMagick.so:${PORTSDIR}/graphics/GraphicsMagick CMAKE_ARGS+= -DGRAPHICSMAGICK:BOOL=YES .else CMAKE_ARGS+= -DGRAPHICSMAGICK:BOOL=NO Modified: head/textproc/htmltolatex/Makefile ============================================================================== --- head/textproc/htmltolatex/Makefile Mon Aug 4 19:33:35 2014 (r364039) +++ head/textproc/htmltolatex/Makefile Mon Aug 4 19:34:31 2014 (r364040) @@ -3,7 +3,7 @@ PORTNAME= htmltolatex PORTVERSION= 1 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= textproc MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53dfe048.5c46.73804cf1>