Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2016 15:10:29 +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: r420513 - head/x11/yad
Message-ID:  <201608201510.u7KFAT9u004481@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sat Aug 20 15:10:29 2016
New Revision: 420513
URL: https://svnweb.freebsd.org/changeset/ports/420513

Log:
  - Update to 0.37.0
  - Adjust dependencies to make QA happy

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

Modified: head/x11/yad/Makefile
==============================================================================
--- head/x11/yad/Makefile	Sat Aug 20 14:10:51 2016	(r420512)
+++ head/x11/yad/Makefile	Sat Aug 20 15:10:29 2016	(r420513)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yad
-PORTVERSION=	0.36.3
+PORTVERSION=	0.37.0
 CATEGORIES=	x11 gnome
 MASTER_SITES=	SF/${PORTNAME}-dialog/
 
@@ -11,7 +11,11 @@ COMMENT=	Display GNOME dialogs from the 
 
 LICENSE=	GPLv3
 
-USES=		gmake pkgconfig tar:xz
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2
+
+USES=		gettext-runtime gmake pkgconfig tar:xz
+USE_GNOME=	cairo
 GNU_CONFIGURE=	yes
 INSTALLS_OMF=	yes
 INSTALLS_ICONS=	yes
@@ -28,7 +32,6 @@ OPTIONS_SINGLE_GTK=	GTK2 GTK3
 OPTIONS_DEFAULT=	GTK2
 
 NLS_CONFIGURE_OFF=	--disable-nls
-NLS_USES=	gettext
 GTK2_CONFIGURE_ON=	--with-gtk=gtk2
 GTK2_USE=		GNOME=gtk20,intltool
 GTK3_CONFIGURE_ON=	--with-gtk=gtk3

Modified: head/x11/yad/distinfo
==============================================================================
--- head/x11/yad/distinfo	Sat Aug 20 14:10:51 2016	(r420512)
+++ head/x11/yad/distinfo	Sat Aug 20 15:10:29 2016	(r420513)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463346230
-SHA256 (yad-0.36.3.tar.xz) = ca7c8c377858f4d439b6b1d7d8c96e2a0320d16bc2332216da6218953d09a2ac
-SIZE (yad-0.36.3.tar.xz) = 252360
+TIMESTAMP = 1471704377
+SHA256 (yad-0.37.0.tar.xz) = 91efaf24b56dfbed8e86e4af800f13ec9cca4b550b82b65552aaab40ebd3183a
+SIZE (yad-0.37.0.tar.xz) = 255584



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