From owner-svn-ports-all@freebsd.org Tue Oct 22 14:59:37 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 439DF15CD2A; Tue, 22 Oct 2019 14:59:37 +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 46yGr911nTz3NNq; Tue, 22 Oct 2019 14:59:37 +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 068B6DFAF; Tue, 22 Oct 2019 14:59:37 +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 x9MExa2s011979; Tue, 22 Oct 2019 14:59:36 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9MExa7v011977; Tue, 22 Oct 2019 14:59:36 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201910221459.x9MExa7v011977@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Tue, 22 Oct 2019 14:59:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515198 - 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: 515198 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2019 14:59:37 -0000 Author: riggs Date: Tue Oct 22 14:59:36 2019 New Revision: 515198 URL: https://svnweb.freebsd.org/changeset/ports/515198 Log: Update to version 0.3; uses gtk3 now Modified: head/sysutils/xfce4-bsdcpufreq-plugin/Makefile head/sysutils/xfce4-bsdcpufreq-plugin/distinfo Modified: head/sysutils/xfce4-bsdcpufreq-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-bsdcpufreq-plugin/Makefile Tue Oct 22 14:59:18 2019 (r515197) +++ head/sysutils/xfce4-bsdcpufreq-plugin/Makefile Tue Oct 22 14:59:36 2019 (r515198) @@ -3,8 +3,7 @@ # PORTNAME= xfce4-bsdcpufreq-plugin -PORTVERSION= 0.2 -PORTREVISION= 3 +PORTVERSION= 0.3 CATEGORIES= sysutils xfce MAINTAINER= riggs@FreeBSD.org @@ -16,16 +15,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= compiler:c11 pkgconfig xfce:gtk2 +USES= compiler:c11 pkgconfig xfce USE_XFCE= panel -USE_GNOME= cairo gdkpixbuf2 gtk20 +USE_GNOME= cairo gdkpixbuf2 gtk30 PLIST_FILES= lib/xfce4/panel/plugins/libbsdcpufreq.so \ share/xfce4/panel/plugins/bsdcpufreq.desktop USE_GITHUB= yes GH_ACCOUNT= riggs- -GH_TAGNAME= be17b3a +GH_TAGNAME= a093f86 do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xfce4/panel/plugins Modified: head/sysutils/xfce4-bsdcpufreq-plugin/distinfo ============================================================================== --- head/sysutils/xfce4-bsdcpufreq-plugin/distinfo Tue Oct 22 14:59:18 2019 (r515197) +++ head/sysutils/xfce4-bsdcpufreq-plugin/distinfo Tue Oct 22 14:59:36 2019 (r515198) @@ -1,2 +1,3 @@ -SHA256 (riggs--xfce4-bsdcpufreq-plugin-0.2-be17b3a_GH0.tar.gz) = 33af53ab684894e8e4af9b08e94ebaf8267af1c0a328552fb97b82535d612dd7 -SIZE (riggs--xfce4-bsdcpufreq-plugin-0.2-be17b3a_GH0.tar.gz) = 6280 +TIMESTAMP = 1571755070 +SHA256 (riggs--xfce4-bsdcpufreq-plugin-0.3-a093f86_GH0.tar.gz) = d6a072056370810645cd68af70ed7c6814dc98524a9634c049e2c95e79dfcd75 +SIZE (riggs--xfce4-bsdcpufreq-plugin-0.3-a093f86_GH0.tar.gz) = 6567