From owner-svn-ports-all@freebsd.org Wed Jul 3 14:54:03 2019 Return-Path: Delivered-To: svn-ports-all@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 C8A5315D6675; Wed, 3 Jul 2019 14:54:03 +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.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 6EE39770F3; Wed, 3 Jul 2019 14:54: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 4253AD577; Wed, 3 Jul 2019 14:54: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 x63Es38q017818; Wed, 3 Jul 2019 14:54:03 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x63Es2I0017816; Wed, 3 Jul 2019 14:54:02 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201907031454.x63Es2I0017816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 3 Jul 2019 14:54:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505758 - head/sysutils/xfce4-cpugraph-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/sysutils/xfce4-cpugraph-plugin X-SVN-Commit-Revision: 505758 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6EE39770F3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] 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: Wed, 03 Jul 2019 14:54:04 -0000 Author: madpilot Date: Wed Jul 3 14:54:02 2019 New Revision: 505758 URL: https://svnweb.freebsd.org/changeset/ports/505758 Log: - Update xfce4-cpugraph-plugin to 1.1.0 - Remove unneeded intlhack This new version uses GTK 3 Modified: head/sysutils/xfce4-cpugraph-plugin/Makefile head/sysutils/xfce4-cpugraph-plugin/distinfo head/sysutils/xfce4-cpugraph-plugin/pkg-plist Modified: head/sysutils/xfce4-cpugraph-plugin/Makefile ============================================================================== --- head/sysutils/xfce4-cpugraph-plugin/Makefile Wed Jul 3 14:48:19 2019 (r505757) +++ head/sysutils/xfce4-cpugraph-plugin/Makefile Wed Jul 3 14:54:02 2019 (r505758) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-cpugraph-plugin -PORTVERSION= 1.0.5 -PORTREVISION= 5 +PORTVERSION= 1.1.0 CATEGORIES= sysutils xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 @@ -17,8 +16,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= gettext-tools gmake gnome libtool pkgconfig \ - tar:bzip2 xfce -USE_GNOME= cairo gtk20 intlhack intltool + tar:bzip2 xfce:gtk3 +USE_GNOME= cairo gtk30 intltool USE_XFCE= panel GNU_CONFIGURE= yes Modified: head/sysutils/xfce4-cpugraph-plugin/distinfo ============================================================================== --- head/sysutils/xfce4-cpugraph-plugin/distinfo Wed Jul 3 14:48:19 2019 (r505757) +++ head/sysutils/xfce4-cpugraph-plugin/distinfo Wed Jul 3 14:54:02 2019 (r505758) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-cpugraph-plugin-1.0.5.tar.bz2) = 85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7 -SIZE (xfce4/xfce4-cpugraph-plugin-1.0.5.tar.bz2) = 328972 +TIMESTAMP = 1562148594 +SHA256 (xfce4/xfce4-cpugraph-plugin-1.1.0.tar.bz2) = 3ece0a24e55827e0d9b6314129906da60513acdc1748d9dece9f50526e906ba4 +SIZE (xfce4/xfce4-cpugraph-plugin-1.1.0.tar.bz2) = 391629 Modified: head/sysutils/xfce4-cpugraph-plugin/pkg-plist ============================================================================== --- head/sysutils/xfce4-cpugraph-plugin/pkg-plist Wed Jul 3 14:48:19 2019 (r505757) +++ head/sysutils/xfce4-cpugraph-plugin/pkg-plist Wed Jul 3 14:54:02 2019 (r505758) @@ -2,29 +2,35 @@ lib/xfce4/panel/plugins/libcpugraph.so %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/be/LC_MESSAGES/xfce4-cpugraph-plugin.mo +%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/da/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/de/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/el/LC_MESSAGES/xfce4-cpugraph-plugin.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/es/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/eu/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-cpugraph-plugin.mo +%%NLS%%share/locale/he/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-cpugraph-plugin.mo +%%NLS%%share/locale/ie/LC_MESSAGES/xfce4-cpugraph-plugin.mo +%%NLS%%share/locale/is/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/it/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/kk/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/ko/LC_MESSAGES/xfce4-cpugraph-plugin.mo -%%NLS%%share/locale/ku/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/lt/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/lv/LC_MESSAGES/xfce4-cpugraph-plugin.mo +%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfce4-cpugraph-plugin.mo +%%NLS%%share/locale/oc/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/pa/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfce4-cpugraph-plugin.mo @@ -33,12 +39,15 @@ lib/xfce4/panel/plugins/libcpugraph.so %%NLS%%share/locale/ru/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfce4-cpugraph-plugin.mo +%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfce4-cpugraph-plugin.mo +%%NLS%%share/locale/th/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/ug/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/uk/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/ur/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-cpugraph-plugin.mo +%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-cpugraph-plugin.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-cpugraph-plugin.mo share/xfce4/panel/plugins/cpugraph.desktop