summaryrefslogtreecommitdiff
path: root/devel/glibmm/Makefile
diff options
context:
space:
mode:
authoradam <adam>2006-09-24 16:43:47 +0000
committeradam <adam>2006-09-24 16:43:47 +0000
commit6c99d0f25a15748fa2dc233c91c36ae020240e82 (patch)
treec77b5b0a703c6ed80ee8a1533ad3dba4a1592e03 /devel/glibmm/Makefile
parent15875f1a37a4fb2ae2bc13fe9a2bcbee49c89ffb (diff)
downloadpkgsrc-6c99d0f25a15748fa2dc233c91c36ae020240e82.tar.gz
Changes 2.12.1:
* Support optional ifdef parameters in the .hg macros, to allow, for instance the --enable-atk=no option, to disable the build and use of the atkmm API, for use in embedded environments. Changes 2.12.0: * Added the --enable-api-default-signal-handlers option, for use in embedded environments that have reduced resources. See configure --help for the other subsets. * Value: Added init(const GValue*), so we can copy GValue instances of any type at runtime. Needed by the new branch of libgdamm. Changes 2.11.3: * Build: Added the --enable-api-default-signal-handlers option, for use in embedded environments that have reduced resources. See configure --help for the other subsets. Changes 2.11.2: * Date: Fix implementation of Glib::Date::set_time_current() so that it doesn't set the date to Dec 31, 1969.
Diffstat (limited to 'devel/glibmm/Makefile')
-rw-r--r--devel/glibmm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile
index fe7cdd7c2d5..e72309a2740 100644
--- a/devel/glibmm/Makefile
+++ b/devel/glibmm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2006/06/14 07:53:36 adam Exp $
+# $NetBSD: Makefile,v 1.14 2006/09/24 16:43:47 adam Exp $
-DISTNAME= glibmm-2.10.4
+DISTNAME= glibmm-2.12.1
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/2.10/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glibmm/2.12/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= adam@NetBSD.org