Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 15:31:58 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326287 - head/x11/yad
Message-ID:  <201309041531.r84FVwBg058766@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Wed Sep  4 15:31:58 2013
New Revision: 326287
URL: http://svnweb.freebsd.org/changeset/ports/326287

Log:
  x11/yad: update to 0.23.0
  
  - Updated from 0.22.1 to 0.23.0
  - Added Makefile header
  - Use new options helpers
  - Added YAD Icon Browser option
  
  Changes:
  https://code.google.com/p/yad/source/browse/trunk/ChangeLog?spec=svn687&r=687
  
  PR:		ports/181790
  Submitted by:	Danilo EgĂȘa Gondolfo <danilogondolfo gmail.com>

Modified:
  head/x11/yad/Makefile
  head/x11/yad/distinfo
  head/x11/yad/pkg-plist

Modified: head/x11/yad/Makefile
==============================================================================
--- head/x11/yad/Makefile	Wed Sep  4 15:26:37 2013	(r326286)
+++ head/x11/yad/Makefile	Wed Sep  4 15:31:58 2013	(r326287)
@@ -1,7 +1,8 @@
+# Created by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
 # $FreeBSD$
 
 PORTNAME=	yad
-PORTVERSION=	0.22.1
+PORTVERSION=	0.23.0
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GOOGLE_CODE
 
@@ -17,31 +18,27 @@ CONFIGURE_ENV+=	DATADIRNAME=share
 
 MAN1=	yad.1
 
-OPTIONS_DEFINE=	NLS
+OPTIONS_DEFINE=	NLS ICONBROWSER
+ICONBROWSER_DESC=	Build YAD icon browser
+OPTIONS_SUB=	yes
 
 OPTIONS_SINGLE=	GTK
 OPTIONS_SINGLE_GTK=	GTK2 GTK3
 
 OPTIONS_DEFAULT=	GTK2
 
-.include <bsd.port.options.mk>
+NLS_CONFIGURE_OFF=	--disable-nls
+NLS_USES=	gettext
+GTK2_CONFIGURE_ON=	--with-gtk=gtk2
+GTK3_CONFIGURE_ON=	--with-gtk=gtk3
+ICONBROWSER_CONFIGURE_ENABLE=	icon-browser
 
-.if ${PORT_OPTIONS:MNLS}
-PLIST_SUB+=	NLS=""
-USES+=		gettext
-.else
-PLIST_SUB+=	NLS="@comment "
-CONFIGURE_ARGS+=	--disable-nls
-.endif
-
-.if ${PORT_OPTIONS:MGTK3}
-USE_GNOME=	gtk30
-CONFIGURE_ARGS+=	--with-gtk=gtk3
-.endif
+.include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MGTK2}
 USE_GNOME=	gtk20
-CONFIGURE_ARGS+=	--with-gtk=gtk2
+.else
+USE_GNOME=	gtk30
 .endif
 
 post-configure:

Modified: head/x11/yad/distinfo
==============================================================================
--- head/x11/yad/distinfo	Wed Sep  4 15:26:37 2013	(r326286)
+++ head/x11/yad/distinfo	Wed Sep  4 15:31:58 2013	(r326287)
@@ -1,2 +1,2 @@
-SHA256 (yad-0.22.1.tar.xz) = 4dd9239ac0905c5d6e856725b16420322d27ef1a05aa7ee1ac45ef1a3a37b8e3
-SIZE (yad-0.22.1.tar.xz) = 223788
+SHA256 (yad-0.23.0.tar.xz) = ba84fe2953f398df5b091d7e863412c792a56f995319b1313e70c5579de1cdda
+SIZE (yad-0.23.0.tar.xz) = 224404

Modified: head/x11/yad/pkg-plist
==============================================================================
--- head/x11/yad/pkg-plist	Wed Sep  4 15:26:37 2013	(r326286)
+++ head/x11/yad/pkg-plist	Wed Sep  4 15:31:58 2013	(r326287)
@@ -13,3 +13,5 @@ share/icons/hicolor/96x96/apps/yad.png
 %%NLS%%share/locale/sk/LC_MESSAGES/yad.mo
 %%NLS%%share/locale/uk/LC_MESSAGES/yad.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/yad.mo
+%%ICONBROWSER%%bin/yad-icon-browser
+%%ICONBROWSER%%share/applications/yad-icon-browser.desktop



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