diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-08-29 15:32:15 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-08-29 15:32:15 +0000 |
commit | 90ca08f301a729461ff9be3b527a44a11e51d3b5 (patch) | |
tree | 4cfa76ee9434128449448deeb9b358d3add597e8 | |
parent | f2904b6af86bf31288fb14f77c4147d547f2331f (diff) | |
download | ports-90ca08f301a729461ff9be3b527a44a11e51d3b5.tar.gz ports-90ca08f301a729461ff9be3b527a44a11e51d3b5.zip |
Update to 2.24.4.
Trim header and update comments and pkg-descr.
Switch to USES=gmake pathfix, and use *mm components from USE_GNOME.
Notes
Notes:
svn path=/head/; revision=325603
-rw-r--r-- | x11-toolkits/gtkmm24/Makefile | 21 | ||||
-rw-r--r-- | x11-toolkits/gtkmm24/distinfo | 4 | ||||
-rw-r--r-- | x11-toolkits/gtkmm24/pkg-descr | 4 |
3 files changed, 10 insertions, 19 deletions
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index fc4868a5b066..298f7748c4cd 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -1,38 +1,29 @@ -# New ports collection makefile for: gtkmm2 -# Date created: 30 September 2002 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# +# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> # $FreeBSD$ # $MCom: ports/x11-toolkits/gtkmm24/Makefile,v 1.77 2011/07/16 17:31:29 kwm Exp $ -# PORTNAME= gtkmm -PORTVERSION= 2.24.2 -PORTREVISION?= 1 +PORTVERSION= 2.24.4 +PORTREVISION?= 0 CATEGORIES= x11-toolkits MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ wrapper for Gtk+, Pango +COMMENT= C++ wrapper for Gtk+ USE_XZ= yes LATEST_LINK= gtkmm24 .if !defined(REFERENCE_PORT) -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm \ - cairomm-1.0.1:${PORTSDIR}/graphics/cairomm \ - atkmm-1.6.2:${PORTSDIR}/accessibility/atkmm \ - pangomm-1.4.1:${PORTSDIR}/x11-toolkits/pangomm BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USE_GMAKE= yes -USES= gettext +USES= gettext gmake pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack gtk20 ltverhack:1 +USE_GNOME= atkmm gtk20 ltverhack:1 pangomm CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-documentation \ diff --git a/x11-toolkits/gtkmm24/distinfo b/x11-toolkits/gtkmm24/distinfo index 0adf519d9800..d35c95d98d31 100644 --- a/x11-toolkits/gtkmm24/distinfo +++ b/x11-toolkits/gtkmm24/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/gtkmm-2.24.2.tar.xz) = c90c7a29c20dd6d795925bd66ad1ff40be07cea0e4c03f4d6105a8c07448953d -SIZE (gnome2/gtkmm-2.24.2.tar.xz) = 10776640 +SHA256 (gnome2/gtkmm-2.24.4.tar.xz) = 443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee +SIZE (gnome2/gtkmm-2.24.4.tar.xz) = 10262212 diff --git a/x11-toolkits/gtkmm24/pkg-descr b/x11-toolkits/gtkmm24/pkg-descr index b2371e32cb28..755d0793a7f2 100644 --- a/x11-toolkits/gtkmm24/pkg-descr +++ b/x11-toolkits/gtkmm24/pkg-descr @@ -1,3 +1,3 @@ -C++ wrapper for Gtk+, Pango and Atk. +C++ wrapper for Gtk+ 2 -WWW: http://gtkmm.sourceforge.net/ +WWW: http://www.gtkmm.org/ |