Date: Mon, 18 Sep 2017 14:26:03 +0000 (UTC) From: Guido Falsi <madpilot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450043 - head/x11-wm/xfce4-desktop Message-ID: <201709181426.v8IEQ3vR081013@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: madpilot Date: Mon Sep 18 14:26:03 2017 New Revision: 450043 URL: https://svnweb.freebsd.org/changeset/ports/450043 Log: - Update x11-wm/xfce4-desktop to 4.12.4 - Adjust dependencies (reported by QA script) - Silence USES portlint warning PR: 220290 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Modified: head/x11-wm/xfce4-desktop/Makefile head/x11-wm/xfce4-desktop/distinfo Modified: head/x11-wm/xfce4-desktop/Makefile ============================================================================== --- head/x11-wm/xfce4-desktop/Makefile Mon Sep 18 14:17:15 2017 (r450042) +++ head/x11-wm/xfce4-desktop/Makefile Mon Sep 18 14:26:03 2017 (r450043) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-desktop -PORTVERSION= 4.12.3 -PORTREVISION= 2 +PORTVERSION= 4.12.4 CATEGORIES= x11-wm xfce MASTER_SITES= XFCE/src/xfce/xfdesktop/${PORTVERSION:R}/ DISTNAME= xfdesktop-${PORTVERSION} @@ -15,19 +14,22 @@ COMMENT= Xfce's desktop manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ - libnotify.so:devel/libnotify +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libdbus-glib-1.so:devel/dbus-glib \ + libnotify.so:devel/libnotify \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 +USES= gettext-tools gmake pkgconfig tar:bzip2 xfce GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_GNOME= glib20 gtk20 intltool intlhack libwnck -USE_XFCE= garcon -USES= gettext-tools gmake pkgconfig tar:bzip2 xfce -USE_XORG= x11 sm +USE_GNOME= glib20 gtk20 intltool libwnck cairo +USE_XFCE= garcon libexo +USE_XORG= ice sm x11 INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--enable-gio-unix \ - --enable-notifications + --enable-notifications OPTIONS_DEFINE= NLS THUNAR OPTIONS_DEFAULT= THUNAR @@ -36,7 +38,6 @@ NLS_CONFIGURE_ENABLE= nls THUNAR_USE= xfce=thunar THUNAR_CONFIGURE_ENABLE= thunarx THUNAR_CONFIGURE_WITH= file-manager-fallback=Thunar -THUNAR_USE_OFF= xfce=libexo THUNAR_DESC= Thunar file manager support OPTIONS_SUB= yes Modified: head/x11-wm/xfce4-desktop/distinfo ============================================================================== --- head/x11-wm/xfce4-desktop/distinfo Mon Sep 18 14:17:15 2017 (r450042) +++ head/x11-wm/xfce4-desktop/distinfo Mon Sep 18 14:26:03 2017 (r450043) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfdesktop-4.12.3.tar.bz2) = a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac -SIZE (xfce4/xfdesktop-4.12.3.tar.bz2) = 1420704 +TIMESTAMP = 1498493923 +SHA256 (xfce4/xfdesktop-4.12.4.tar.bz2) = 098a35510562907e1431d5adbfa8307484a235c1dec6a43e2d58d2ac4241f1cb +SIZE (xfce4/xfdesktop-4.12.4.tar.bz2) = 1421623
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709181426.v8IEQ3vR081013>