diff options
author | mi <mi@FreeBSD.org> | 2005-03-02 01:43:34 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2005-03-02 01:43:34 +0800 |
commit | 915026621c31978b1487cb2393b351f85f66363c (patch) | |
tree | 79cd8ad9bb2c0787cd548f1e419f348032a7fe9e /graphics/libfpx/Makefile | |
parent | 48d5f4d7f5c8ac8b57648556153f3c53f25bd61a (diff) | |
download | freebsd-ports-gnome-915026621c31978b1487cb2393b351f85f66363c.tar.gz freebsd-ports-gnome-915026621c31978b1487cb2393b351f85f66363c.tar.zst freebsd-ports-gnome-915026621c31978b1487cb2393b351f85f66363c.zip |
Bump from 1.2.0.11 to 1.2.0.12
Apparently, ImageMagick, realized, that their earlier rip-off "release"
(1.2.0.11) of GraphicsMagick's tar-ball (1.2.0.10) had "GraphicsMagick"
in several $Header$ fields.
So they cut another "release", which brings a slightly updated
libtool/autoconf soup, and GraphicsMagick duly replaced by ImageMagick
in all of those pesky $Header$ lines.
There are no functional differences WHATSOEVER in the source files, but
the earlier 1.2.0.11 is no longer available.
Notified by: all recent builders of ImageMagick
Diffstat (limited to 'graphics/libfpx/Makefile')
-rw-r--r-- | graphics/libfpx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile index 53de7028ed8f..86289d40f17b 100644 --- a/graphics/libfpx/Makefile +++ b/graphics/libfpx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libfpx -PORTVERSION= 1.2.0.11 +PORTVERSION= 1.2.0.12 CATEGORIES= graphics MASTER_SITES= ftp://gd.tuwien.ac.at/pub/graphics/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/multimedia/graphics/%SUBDIR%/ \ |