From owner-svn-ports-head@freebsd.org Sun Feb 17 15:26:00 2019 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 4E10014F6D78; Sun, 17 Feb 2019 15:26:00 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3EAE71F43; Sun, 17 Feb 2019 15:25:59 +0000 (UTC) (envelope-from riggs@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 D2623203A4; Sun, 17 Feb 2019 15:25:59 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1HFPx4n001096; Sun, 17 Feb 2019 15:25:59 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1HFPxZc001095; Sun, 17 Feb 2019 15:25:59 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201902171525.x1HFPxZc001095@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 17 Feb 2019 15:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493169 - head/sysutils/xfce4-bsdcpufreq-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/sysutils/xfce4-bsdcpufreq-plugin X-SVN-Commit-Revision: 493169 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: E3EAE71F43 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.94)[-0.942,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 17 Feb 2019 15:26:00 -0000 Author: riggs Date: Sun Feb 17 15:25:59 2019 New Revision: 493169 URL: https://svnweb.freebsd.org/changeset/ports/493169 Log: Modernise port Makefile PR: 235130 Submitted by: madpilot Reviewed by: riggs Modified: head/sysutils/xfce4-bsdcpufreq-plugin/Makefile Modified: head/sysutils/xfce4-bsdcpufreq-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-bsdcpufreq-plugin/Makefile Sun Feb 17 13:54:29 2019 (r493168) +++ head/sysutils/xfce4-bsdcpufreq-plugin/Makefile Sun Feb 17 15:25:59 2019 (r493169) @@ -4,7 +4,7 @@ PORTNAME= xfce4-bsdcpufreq-plugin PORTVERSION= 0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils xfce MAINTAINER= riggs@FreeBSD.org @@ -13,17 +13,16 @@ COMMENT= Displays the current CPU clock frequency in t LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GITHUB= yes -GH_ACCOUNT= riggs- -GH_TAGNAME= be17b3a - -USE_GNOME= gtk20 - USES= pkgconfig xfce USE_XFCE= panel +USE_GNOME= cairo gdkpixbuf2 gtk20 PLIST_FILES= lib/xfce4/panel/plugins/libbsdcpufreq.so \ share/xfce4/panel/plugins/bsdcpufreq.desktop + +USE_GITHUB= yes +GH_ACCOUNT= riggs- +GH_TAGNAME= be17b3a do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xfce4/panel/plugins