diff options
author | romain <romain@FreeBSD.org> | 2014-10-21 16:30:48 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2014-10-21 16:30:48 +0800 |
commit | 6aea47b674260c46ea1a450c6f649a0ecbf853fc (patch) | |
tree | a7cc35ee35866f322e09981b381aac077169684e /x11-toolkits | |
parent | 412e8b54219383723c1da820b5b2556927dbfe44 (diff) | |
download | freebsd-ports-gnome-6aea47b674260c46ea1a450c6f649a0ecbf853fc.tar.gz freebsd-ports-gnome-6aea47b674260c46ea1a450c6f649a0ecbf853fc.tar.zst freebsd-ports-gnome-6aea47b674260c46ea1a450c6f649a0ecbf853fc.zip |
Update to 3.8.
PR: 194415
Submitted by: Sascha Holzleiter <sascha@root-login.org>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libgdiplus/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/libgdiplus/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/libgdiplus/files/patch-src_gdiplus-private.h | 12 |
3 files changed, 5 insertions, 18 deletions
diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile index 9a233c3f9e90..0a8f3425b4d5 100644 --- a/x11-toolkits/libgdiplus/Makefile +++ b/x11-toolkits/libgdiplus/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= libgdiplus -PORTVERSION= 2.10 -PORTREVISION= 4 +PORTVERSION= 3.8 CATEGORIES= x11-toolkits -MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ +MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/ MAINTAINER= mono@FreeBSD.org COMMENT= GDI+ API for System.Windows.Forms in Mono @@ -16,7 +15,7 @@ LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \ libcairo.so:${PORTSDIR}/graphics/cairo GNU_CONFIGURE= yes -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= gmake libtool:keepla pathfix pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes USE_XORG= x11 diff --git a/x11-toolkits/libgdiplus/distinfo b/x11-toolkits/libgdiplus/distinfo index c01263a658e4..7c22081441c2 100644 --- a/x11-toolkits/libgdiplus/distinfo +++ b/x11-toolkits/libgdiplus/distinfo @@ -1,2 +1,2 @@ -SHA256 (libgdiplus-2.10.tar.bz2) = 2d9e0397ef5583ed855eaafcdac8cabbe1d58463ed1e4b545be6dde5b63712a4 -SIZE (libgdiplus-2.10.tar.bz2) = 1962898 +SHA256 (libgdiplus-3.8.tar.gz) = 6a3cfb4a1b67dd09197c385bacb8654f8d7ff49499f39c57825e1a8f77e69b28 +SIZE (libgdiplus-3.8.tar.gz) = 688029 diff --git a/x11-toolkits/libgdiplus/files/patch-src_gdiplus-private.h b/x11-toolkits/libgdiplus/files/patch-src_gdiplus-private.h deleted file mode 100644 index 054cce89e83c..000000000000 --- a/x11-toolkits/libgdiplus/files/patch-src_gdiplus-private.h +++ /dev/null @@ -1,12 +0,0 @@ ---- src/gdiplus-private.h.orig 2013-12-17 00:22:34.000000000 +0100 -+++ src/gdiplus-private.h 2013-12-17 00:23:00.000000000 +0100 -@@ -30,7 +30,8 @@ - #include <stdio.h> - #include <math.h> - #include <glib.h> --#include <freetype/tttables.h> -+#include <ft2build.h> -+#include FT_TRUETYPE_TABLES_H - #include <pthread.h> - #include <unistd.h> - |