Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 00:36:18 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334804 - head/x11/yad
Message-ID:  <201311250036.rAP0aI7M088974@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Mon Nov 25 00:36:18 2013
New Revision: 334804
URL: http://svnweb.freebsd.org/changeset/ports/334804

Log:
  - Update from 0.24.0 to 0.24.1
  - Convert GTK selection to options helpers

Modified:
  head/x11/yad/Makefile
  head/x11/yad/distinfo

Modified: head/x11/yad/Makefile
==============================================================================
--- head/x11/yad/Makefile	Mon Nov 25 00:13:59 2013	(r334803)
+++ head/x11/yad/Makefile	Mon Nov 25 00:36:18 2013	(r334804)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yad
-PORTVERSION=	0.24.0
+PORTVERSION=	0.24.1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GOOGLE_CODE
 
@@ -28,17 +28,13 @@ OPTIONS_DEFAULT=	GTK2
 NLS_CONFIGURE_OFF=	--disable-nls
 NLS_USES=	gettext
 GTK2_CONFIGURE_ON=	--with-gtk=gtk2
+GTK2_USE=		GNOME=gtk20
 GTK3_CONFIGURE_ON=	--with-gtk=gtk3
+GTK3_USE=		GNOME=gtk30
 ICONBROWSER_CONFIGURE_ENABLE=	icon-browser
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MGTK2}
-USE_GNOME=	gtk20
-.else
-USE_GNOME=	gtk30
-.endif
-
 post-configure:
 .if empty(PORT_OPTIONS:MNLS)
 	@${REINPLACE_CMD} -e '/^SUBDIRS =/ s/ po//' ${WRKSRC}/Makefile

Modified: head/x11/yad/distinfo
==============================================================================
--- head/x11/yad/distinfo	Mon Nov 25 00:13:59 2013	(r334803)
+++ head/x11/yad/distinfo	Mon Nov 25 00:36:18 2013	(r334804)
@@ -1,2 +1,2 @@
-SHA256 (yad-0.24.0.tar.xz) = a7e9a190fafbde41391b1fabc2718e4815bd4833b5f441ef786978ca87730e2a
-SIZE (yad-0.24.0.tar.xz) = 228180
+SHA256 (yad-0.24.1.tar.xz) = ae9724d2e9c1e03e2a0de84fd6afd6c6d62d20ae7dadb4fa9b1003a60ac5fa03
+SIZE (yad-0.24.1.tar.xz) = 227968



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311250036.rAP0aI7M088974>