svn commit: r334804 - head/x11/yad
Danilo Egea Gondolfo
danilo at FreeBSD.org
Mon Nov 25 00:36:18 UTC 2013
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
More information about the svn-ports-all
mailing list