diff options
author | marino <marino@FreeBSD.org> | 2015-10-12 00:20:41 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-10-12 00:20:41 +0800 |
commit | df43ac7fb3f0e44d1cdf4a1ec00d24eb3c86da20 (patch) | |
tree | da242c6d6d35a5183bf8b89f086db67192c76e14 | |
parent | 20d5a3e1dcf9fa0dd4f74cce8e31f310c7d6e07b (diff) | |
download | freebsd-ports-graphics-df43ac7fb3f0e44d1cdf4a1ec00d24eb3c86da20.tar.gz freebsd-ports-graphics-df43ac7fb3f0e44d1cdf4a1ec00d24eb3c86da20.tar.zst freebsd-ports-graphics-df43ac7fb3f0e44d1cdf4a1ec00d24eb3c86da20.zip |
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
-rw-r--r-- | comms/xastir/Makefile | 2 | ||||
-rw-r--r-- | graphics/GraphicsMagick/Makefile | 2 | ||||
-rw-r--r-- | graphics/GraphicsMagick/distinfo | 4 | ||||
-rw-r--r-- | graphics/GraphicsMagick/pkg-plist | 10 | ||||
-rw-r--r-- | graphics/cimg/Makefile | 2 | ||||
-rw-r--r-- | graphics/gimp-gmic-plugin/Makefile | 2 | ||||
-rw-r--r-- | graphics/pecl-gmagick/Makefile | 2 | ||||
-rw-r--r-- | graphics/vips/Makefile | 2 | ||||
-rw-r--r-- | math/octave/Makefile | 2 | ||||
-rw-r--r-- | science/gnudatalanguage/Makefile | 2 | ||||
-rw-r--r-- | textproc/htmltolatex/Makefile | 2 |
11 files changed, 16 insertions, 16 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index a9899fa4661..c5b1abdf6af 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -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} diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index 1da007343b4..4d8d61fcf07 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphicsMagick -PORTVERSION= 1.3.21 +PORTVERSION= 1.3.22 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ diff --git a/graphics/GraphicsMagick/distinfo b/graphics/GraphicsMagick/distinfo index 9f9824ae889..66b3c00ccf7 100644 --- a/graphics/GraphicsMagick/distinfo +++ b/graphics/GraphicsMagick/distinfo @@ -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 diff --git a/graphics/GraphicsMagick/pkg-plist b/graphics/GraphicsMagick/pkg-plist index b15caa7f1fc..c5ce61d3b16 100644 --- a/graphics/GraphicsMagick/pkg-plist +++ b/graphics/GraphicsMagick/pkg-plist @@ -91,16 +91,16 @@ lib/GraphicsMagick/config/type-windows.mgk 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 diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index fed8fa6260e..c14f4118222 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -4,7 +4,7 @@ PORTNAME= cimg DISTVERSIONPREFIX= v DISTVERSION= 1.6.4 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= graphics devel diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile index 21b2ac4603a..3c8060ff875 100644 --- a/graphics/gimp-gmic-plugin/Makefile +++ b/graphics/gimp-gmic-plugin/Makefile @@ -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}/ diff --git a/graphics/pecl-gmagick/Makefile b/graphics/pecl-gmagick/Makefile index 0ea6376b0ff..867990e57a6 100644 --- a/graphics/pecl-gmagick/Makefile +++ b/graphics/pecl-gmagick/Makefile @@ -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- diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 222ec4891c7..849ae3d3bf5 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -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}/ diff --git a/math/octave/Makefile b/math/octave/Makefile index 9419ea8f3d1..00c9f2ea8ef 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave PORTVERSION= 3.8.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= GNU diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index fe7b11b7436..f310e8d3533 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -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) diff --git a/textproc/htmltolatex/Makefile b/textproc/htmltolatex/Makefile index 70fcabb8b61..cf9365ea1f0 100644 --- a/textproc/htmltolatex/Makefile +++ b/textproc/htmltolatex/Makefile @@ -3,7 +3,7 @@ PORTNAME= htmltolatex PORTVERSION= 1 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= textproc MASTER_SITES= http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= ${PORTNAME} |