Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2019 14:59:36 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515198 - head/sysutils/xfce4-bsdcpufreq-plugin
Message-ID:  <201910221459.x9MExa7v011977@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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