From owner-svn-ports-head@freebsd.org Thu Sep 27 08:53:04 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04B4C10A6811; Thu, 27 Sep 2018 08:53:04 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ADD597C366; Thu, 27 Sep 2018 08:53:03 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8B9823DBA; Thu, 27 Sep 2018 08:53:03 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8R8r3bS077097; Thu, 27 Sep 2018 08:53:03 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8R8r37j077096; Thu, 27 Sep 2018 08:53:03 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201809270853.w8R8r37j077096@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 27 Sep 2018 08:53:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480791 - head/sysutils/xfce4-systemload-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/sysutils/xfce4-systemload-plugin X-SVN-Commit-Revision: 480791 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 08:53:04 -0000 Author: madpilot Date: Thu Sep 27 08:53:03 2018 New Revision: 480791 URL: https://svnweb.freebsd.org/changeset/ports/480791 Log: - Add UPOWER option to xfce4-systemload-plugin, enabled by default since it was mandatory before [1] - While here cleanup and silence one portlint warning PR: 231731 [1] Submitted by: Ali Abdallah Modified: head/sysutils/xfce4-systemload-plugin/Makefile Modified: head/sysutils/xfce4-systemload-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-systemload-plugin/Makefile Thu Sep 27 08:50:01 2018 (r480790) +++ head/sysutils/xfce4-systemload-plugin/Makefile Thu Sep 27 08:53:03 2018 (r480791) @@ -12,19 +12,23 @@ COMMENT= System Load plugin for Xfce4 panel LICENSE= BSD2CLAUSE -LIB_DEPENDS= libupower-glib.so:sysutils/upower +USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3 +USE_GNOME= gtk30 intltool cairo gdkpixbuf2 +USE_XFCE= panel SSP_UNSAFE= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3 -USE_GNOME= gtk30 intltool cairo gdkpixbuf2 -USE_XFCE= panel -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS UPOWER +OPTIONS_DEFAULT=UPOWER +UPOWER_DESC= Use upower for adapting update interval to power state OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime + +UPOWER_CONFIGURE_ENABLE=upower +UPOWER_LIB_DEPENDS= libupower-glib.so:sysutils/upower .include