diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-21 20:25:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-21 20:25:39 +0800 |
commit | f49e89d340cfcd2b381f7a9e870cbe2edf15ee96 (patch) | |
tree | 8fea9889fd06e732ed6df4b7eb95056f1cf1b6a0 | |
parent | 01d33e2dd4d8b08087ddd4af6cda966b34eefd6a (diff) | |
download | marcuscom-ports-f49e89d340cfcd2b381f7a9e870cbe2edf15ee96.tar.gz marcuscom-ports-f49e89d340cfcd2b381f7a9e870cbe2edf15ee96.tar.zst marcuscom-ports-f49e89d340cfcd2b381f7a9e870cbe2edf15ee96.zip |
Update to 3.1.92.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16311 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gtk30/Makefile | 11 | ||||
-rw-r--r-- | x11-toolkits/gtk30/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile index bc34f01b0..9c35bcc72 100644 --- a/x11-toolkits/gtk30/Makefile +++ b/x11-toolkits/gtk30/Makefile @@ -3,11 +3,11 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.36 2011/08/30 21:31:32 kwm Exp $ +# $MCom: ports/x11-toolkits/gtk30/Makefile,v 1.37 2011/09/15 18:44:03 kwm Exp $ # PORTNAME= gtk -PORTVERSION= 3.1.90 +PORTVERSION= 3.1.92 PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ @@ -26,6 +26,7 @@ COMMENT= Gimp Toolkit for X11 GUI (current stable version) LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING + USE_XZ= yes LATEST_LINK= gtk30 @@ -46,9 +47,9 @@ USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \ xcomposite CONFIGURE_ARGS= --enable-static --enable-xinput=yes CONFIGURE_ARGS+=--enable-gtk2-dependency -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ - -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ +#CPPFLAGS= -I${LOCALBASE}/include/freetype2 \ +CPPFLAGS= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0` GLIB_SCHEMAS= org.gtk.Settings.FileChooser.gschema.xml diff --git a/x11-toolkits/gtk30/distinfo b/x11-toolkits/gtk30/distinfo index e5254f1d7..d861d574f 100644 --- a/x11-toolkits/gtk30/distinfo +++ b/x11-toolkits/gtk30/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome3/gtk+-3.1.90.tar.xz) = dc65a5ec50df57cc603b30fb85e6c68be36673688babcb21d2ad6123d63c4a8b -SIZE (gnome3/gtk+-3.1.90.tar.xz) = 12407812 +SHA256 (gnome3/gtk+-3.1.92.tar.xz) = e6ce9549b8bb3a9796223d1ae9768503ce66e8755b66dd2529c7a149b9ebea64 +SIZE (gnome3/gtk+-3.1.92.tar.xz) = 12391436 |