From owner-svn-ports-head@freebsd.org Mon Nov 9 11:42:58 2020 Return-Path: Delivered-To: svn-ports-head@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 AA0422EFEDB; Mon, 9 Nov 2020 11:42:58 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CV8J24TsHz4hj1; Mon, 9 Nov 2020 11:42:58 +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 8D01C10B48; Mon, 9 Nov 2020 11:42:58 +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 0A9Bgw8U093777; Mon, 9 Nov 2020 11:42:58 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A9BgwwT093775; Mon, 9 Nov 2020 11:42:58 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202011091142.0A9BgwwT093775@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 9 Nov 2020 11:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554711 - head/mail/xfce4-mailwatch-plugin X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: head/mail/xfce4-mailwatch-plugin X-SVN-Commit-Revision: 554711 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.34 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: Mon, 09 Nov 2020 11:42:58 -0000 Author: madpilot Date: Mon Nov 9 11:42:57 2020 New Revision: 554711 URL: https://svnweb.freebsd.org/changeset/ports/554711 Log: Update xfce4-mailwatch-plugin to 1.3.0 This release moves to gtk3. Modified: head/mail/xfce4-mailwatch-plugin/Makefile head/mail/xfce4-mailwatch-plugin/distinfo head/mail/xfce4-mailwatch-plugin/pkg-plist Modified: head/mail/xfce4-mailwatch-plugin/Makefile ============================================================================== --- head/mail/xfce4-mailwatch-plugin/Makefile Mon Nov 9 11:42:33 2020 (r554710) +++ head/mail/xfce4-mailwatch-plugin/Makefile Mon Nov 9 11:42:57 2020 (r554711) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-mailwatch-plugin -PORTVERSION= 1.2.0 -PORTREVISION= 10 +PORTVERSION= 1.3.0 CATEGORIES= mail xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 @@ -15,14 +14,13 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgnutls.so:security/gnutls \ - libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ - tar:bzip2 xfce:gtk2 xorg -USE_GNOME= cairo glib20 gtk20 intltool + tar:bzip2 xfce xorg +USE_GNOME= cairo glib20 gtk30 intltool USE_XFCE= panel USE_XORG= x11 Modified: head/mail/xfce4-mailwatch-plugin/distinfo ============================================================================== --- head/mail/xfce4-mailwatch-plugin/distinfo Mon Nov 9 11:42:33 2020 (r554710) +++ head/mail/xfce4-mailwatch-plugin/distinfo Mon Nov 9 11:42:57 2020 (r554711) @@ -1,2 +1,3 @@ -SHA256 (xfce4/xfce4-mailwatch-plugin-1.2.0.tar.bz2) = 624acc8229a8593c0dfeb28f883f4958119a715cc81cecdbaf29efc8ab1edcad -SIZE (xfce4/xfce4-mailwatch-plugin-1.2.0.tar.bz2) = 509649 +TIMESTAMP = 1604912787 +SHA256 (xfce4/xfce4-mailwatch-plugin-1.3.0.tar.bz2) = 20f91ebefd2880b27f421f773115b3740f67de2bf60feace3841bfd1a09cbe2e +SIZE (xfce4/xfce4-mailwatch-plugin-1.3.0.tar.bz2) = 551687 Modified: head/mail/xfce4-mailwatch-plugin/pkg-plist ============================================================================== --- head/mail/xfce4-mailwatch-plugin/pkg-plist Mon Nov 9 11:42:33 2020 (r554710) +++ head/mail/xfce4-mailwatch-plugin/pkg-plist Mon Nov 9 11:42:57 2020 (r554711) @@ -5,6 +5,7 @@ share/icons/hicolor/scalable/apps/xfce-newmail.svg share/icons/hicolor/scalable/apps/xfce-nomail.svg %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-mailwatch-plugin.mo +%%NLS%%share/locale/be/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/bg/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfce4-mailwatch-plugin.mo @@ -22,22 +23,27 @@ share/icons/hicolor/scalable/apps/xfce-nomail.svg %%NLS%%share/locale/hr/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-mailwatch-plugin.mo +%%NLS%%share/locale/ie/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/is/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/it/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/ko/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/lt/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/lv/LC_MESSAGES/xfce4-mailwatch-plugin.mo +%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfce4-mailwatch-plugin.mo +%%NLS%%share/locale/oc/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-mailwatch-plugin.mo +%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/sr/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfce4-mailwatch-plugin.mo +%%NLS%%share/locale/th/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/ug/LC_MESSAGES/xfce4-mailwatch-plugin.mo %%NLS%%share/locale/uk/LC_MESSAGES/xfce4-mailwatch-plugin.mo