Date: Sun, 11 Oct 2015 16:20:41 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399093 - in head: comms/xastir graphics/GraphicsMagick graphics/cimg graphics/gimp-gmic-plugin graphics/pecl-gmagick graphics/vips math/octave science/gnudatalanguage textproc/htmltolatex Message-ID: <201510111620.t9BGKfEA003617@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Oct 11 16:20:41 2015 New Revision: 399093 URL: https://svnweb.freebsd.org/changeset/ports/399093 Log: graphics/GraphicsMagick: Upgrade version 1.3.21 => 1.3.22 GraphicsMagick was just updated, but there was as newer, second PR to upgrade it once more. And again, the shared library version has been bumped (haven't these guys heard of symbol versioning?) While the INDEX references 114 users of GraphicksMagick, I'm going to only bump the same 8 ports as yesterday. The bump script appears to be obsolete (still uses CVS!) PR: 203547 Submitted by: Walter Schwarzenfeld Modified: head/comms/xastir/Makefile head/graphics/GraphicsMagick/Makefile head/graphics/GraphicsMagick/distinfo head/graphics/GraphicsMagick/pkg-plist head/graphics/cimg/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 Sun Oct 11 16:19:33 2015 (r399092) +++ head/comms/xastir/Makefile Sun Oct 11 16:20:41 2015 (r399093) @@ -3,7 +3,7 @@ PORTNAME= xastir PORTVERSION= 2.0.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Sun Oct 11 16:19:33 2015 (r399092) +++ head/graphics/GraphicsMagick/Makefile Sun Oct 11 16:20:41 2015 (r399093) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphicsMagick -PORTVERSION= 1.3.21 +PORTVERSION= 1.3.22 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ Modified: head/graphics/GraphicsMagick/distinfo ============================================================================== --- head/graphics/GraphicsMagick/distinfo Sun Oct 11 16:19:33 2015 (r399092) +++ head/graphics/GraphicsMagick/distinfo Sun Oct 11 16:20:41 2015 (r399093) @@ -1,2 +1,2 @@ -SHA256 (GraphicsMagick-1.3.21.tar.bz2) = a0ce08f2710c158e39faa083463441f6eeeecce07dbd59510498ffa4e0b053d1 -SIZE (GraphicsMagick-1.3.21.tar.bz2) = 7527643 +SHA256 (GraphicsMagick-1.3.22.tar.bz2) = eccde8534de936e23a32466c08ae6ebab559f29ad553262ed648de8012c7b23f +SIZE (GraphicsMagick-1.3.22.tar.bz2) = 7611948 Modified: head/graphics/GraphicsMagick/pkg-plist ============================================================================== --- head/graphics/GraphicsMagick/pkg-plist Sun Oct 11 16:19:33 2015 (r399092) +++ head/graphics/GraphicsMagick/pkg-plist Sun Oct 11 16:20:41 2015 (r399093) @@ -91,16 +91,16 @@ lib/GraphicsMagick/config/type-windows.m lib/GraphicsMagick/config/type.mgk lib/libGraphicsMagick++.a lib/libGraphicsMagick++.so -lib/libGraphicsMagick++.so.11 -lib/libGraphicsMagick++.so.11.0.0 +lib/libGraphicsMagick++.so.12 +lib/libGraphicsMagick++.so.12.0.0 lib/libGraphicsMagick.a lib/libGraphicsMagick.so lib/libGraphicsMagick.so.3 -lib/libGraphicsMagick.so.3.13.0 +lib/libGraphicsMagick.so.3.14.0 lib/libGraphicsMagickWand.a lib/libGraphicsMagickWand.so lib/libGraphicsMagickWand.so.2 -lib/libGraphicsMagickWand.so.2.7.1 +lib/libGraphicsMagickWand.so.2.7.2 libdata/pkgconfig/GraphicsMagick++.pc libdata/pkgconfig/GraphicsMagick.pc libdata/pkgconfig/GraphicsMagickWand.pc @@ -285,5 +285,5 @@ man/man5/quantize.5.gz %%PORTDOCS%%%%DOCSDIR%%/www/wand/magick_wand.html %%PORTDOCS%%%%DOCSDIR%%/www/wand/pixel_wand.html %%PORTDOCS%%%%DOCSDIR%%/www/wand/wand.html -@dir lib/GraphicsMagick/modules-Q%%Q%%/filters @dir lib/GraphicsMagick/modules-Q%%Q%%/coders +@dir lib/GraphicsMagick/modules-Q%%Q%%/filters Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Sun Oct 11 16:19:33 2015 (r399092) +++ head/graphics/cimg/Makefile Sun Oct 11 16:20:41 2015 (r399093) @@ -4,7 +4,7 @@ PORTNAME= cimg DISTVERSIONPREFIX= v DISTVERSION= 1.6.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= graphics devel Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Sun Oct 11 16:19:33 2015 (r399092) +++ head/graphics/gimp-gmic-plugin/Makefile Sun Oct 11 16:20:41 2015 (r399093) @@ -2,7 +2,7 @@ PORTNAME= gmic PORTVERSION= 1.6.0.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 Sun Oct 11 16:19:33 2015 (r399092) +++ head/graphics/pecl-gmagick/Makefile Sun Oct 11 16:20:41 2015 (r399093) @@ -3,7 +3,7 @@ PORTNAME= gmagick PORTVERSION= 1.1.7RC2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- Modified: head/graphics/vips/Makefile ============================================================================== --- head/graphics/vips/Makefile Sun Oct 11 16:19:33 2015 (r399092) +++ head/graphics/vips/Makefile Sun Oct 11 16:20:41 2015 (r399093) @@ -3,7 +3,7 @@ PORTNAME= vips PORTVERSION= 8.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://www.vips.ecs.soton.ac.uk/supported/${PORTVERSION:R}/ Modified: head/math/octave/Makefile ============================================================================== --- head/math/octave/Makefile Sun Oct 11 16:19:33 2015 (r399092) +++ head/math/octave/Makefile Sun Oct 11 16:20:41 2015 (r399093) @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 3.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= GNU Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Sun Oct 11 16:19:33 2015 (r399092) +++ head/science/gnudatalanguage/Makefile Sun Oct 11 16:20:41 2015 (r399093) @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} .if defined(BUILD_PYTHON_MODULE) Modified: head/textproc/htmltolatex/Makefile ============================================================================== --- head/textproc/htmltolatex/Makefile Sun Oct 11 16:19:33 2015 (r399092) +++ head/textproc/htmltolatex/Makefile Sun Oct 11 16:20:41 2015 (r399093) @@ -3,7 +3,7 @@ PORTNAME= htmltolatex PORTVERSION= 1 -PORTREVISION= 20 +PORTREVISION= 21 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?201510111620.t9BGKfEA003617>