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 /math | |
parent | 20d5a3e1dcf9fa0dd4f74cce8e31f310c7d6e07b (diff) | |
download | freebsd-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
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |