summaryrefslogtreecommitdiff
path: root/x11/gtkmm/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-04-06 12:13:11 +0000
committeradam <adam@pkgsrc.org>2008-04-06 12:13:11 +0000
commitd284ba7d8716558478f28b431259292d2163deb6 (patch)
treea86ef732138ad13da93f9f3cf87d43a6cf79b811 /x11/gtkmm/Makefile
parentd1b2869e7bd09d5cb07b01cdd4b1e062e04eb0b5 (diff)
downloadpkgsrc-d284ba7d8716558478f28b431259292d2163deb6.tar.gz
Changes 2.12.7:
* UIManager: add_ui_from_string(): Fix a problem with use of non-ASCII text in UI markup. * TreeModel::Path (TreePath): TreePath(In pbegin, In pend) constructor: Initialize gobject_ to avoid a crash. Changes 2.12.6: * Container: Avoid a useless warning about remove() with custom containers. * Build: Fixed a warning from g++ 4.3. * Documentation: Correct the debian/Ubuntu package name.
Diffstat (limited to 'x11/gtkmm/Makefile')
-rw-r--r--x11/gtkmm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile
index 2509096d636..621f2ad61b0 100644
--- a/x11/gtkmm/Makefile
+++ b/x11/gtkmm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2008/03/02 15:50:20 adam Exp $
+# $NetBSD: Makefile,v 1.59 2008/04/06 12:13:11 adam Exp $
-DISTNAME= gtkmm-2.12.5
+DISTNAME= gtkmm-2.12.7
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.12/}
EXTRACT_SUFX= .tar.bz2