aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2015-10-12 00:20:41 +0800
committermarino <marino@FreeBSD.org>2015-10-12 00:20:41 +0800
commitdf43ac7fb3f0e44d1cdf4a1ec00d24eb3c86da20 (patch)
treeda242c6d6d35a5183bf8b89f086db67192c76e14
parent20d5a3e1dcf9fa0dd4f74cce8e31f310c7d6e07b (diff)
downloadfreebsd-ports-gnome-df43ac7fb3f0e44d1cdf4a1ec00d24eb3c86da20.tar.gz
freebsd-ports-gnome-df43ac7fb3f0e44d1cdf4a1ec00d24eb3c86da20.tar.zst
freebsd-ports-gnome-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/Makefile2
-rw-r--r--graphics/GraphicsMagick/Makefile2
-rw-r--r--graphics/GraphicsMagick/distinfo4
-rw-r--r--graphics/GraphicsMagick/pkg-plist10
-rw-r--r--graphics/cimg/Makefile2
-rw-r--r--graphics/gimp-gmic-plugin/Makefile2
-rw-r--r--graphics/pecl-gmagick/Makefile2
-rw-r--r--graphics/vips/Makefile2
-rw-r--r--math/octave/Makefile2
-rw-r--r--science/gnudatalanguage/Makefile2
-rw-r--r--textproc/htmltolatex/Makefile2
11 files changed, 16 insertions, 16 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile
index a9899fa4661a..c5b1abdf6af5 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 1da007343b46..4d8d61fcf077 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 9f9824ae8897..66b3c00ccf73 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 b15caa7f1fc0..c5ce61d3b169 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 fed8fa6260ef..c14f41182224 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 21b2ac4603a1..3c8060ff875a 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 0ea6376b0fff..867990e57a6d 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 222ec4891c7d..849ae3d3bf54 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 9419ea8f3d1c..00c9f2ea8ef3 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 fe7b11b74360..f310e8d35331 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 70fcabb8b61a..cf9365ea1f04 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}