From nobody Fri Apr 21 18:28:12 2023 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Q331S46CPz46jbV; Fri, 21 Apr 2023 18:28:12 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Q331S3gSHz3skd; Fri, 21 Apr 2023 18:28:12 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1682101692; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=RzHey8exYXxYn29BzmcBPcWRGl0X4Xi4vlLyo44GxLg=; b=UVNQM8a04xqJp/1IndRbQ8l64WLWlO1tcxx5aWJIZ5/iRZYuvlPdomQKg+7rZphBIzQNVw DIvcvLvvSOekUnmZPzWlq5Zi0CLuAJRDjT3mxeblZCEX8fQYu17d8AxI8WhZ0xdpVzBrBo txWHsM/dmBSrmZI7awvHqChBYNG/AXFnXjlq+W0t063yp+dtlOri+Hq17GccNwZlLO9uJt TZXviC4s0P1CH6ZmlsOFxufxLyqf2u2Y7ALpJVsXy3RUTW9Rs676edwdQ8DaCuneOnuXJh C/Fl9jVziKgGKVTDpp+HEVO7USvVog8MVLIfA3gzjDukNJmyR/ESMbKvIs0xsg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1682101692; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=RzHey8exYXxYn29BzmcBPcWRGl0X4Xi4vlLyo44GxLg=; b=aZbpGbTn6D9WFYVJe1V1y2xsalQJSNuFOi0M/oJpjwrZATIG1IIWj8ATVeRA69ckuECLhB pwOqMcTwcc+O2VnxMFrIGHATrcJWfXeHCSwGgXRPFJ6wXXAvpN1Nj34cFHucwk/oo8V61+ 5e8pXC0Cc63Q8ezbZSmiVWDD4o0NK6E32wQT66yRCReHXSlFnhaPmeTU80xwGiWZIzDw+J 5V5xiOll54afuQWxZt0hoLBziG5kTniCvDpUp2AL54e6XDLDssyisFDWra6kPo3PFRUCVE W79eqojeKDUegRCchDRbwi6q+bolQCKHSbEpiElmIafCOxH4u2zMp56cPiQ2oA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1682101692; a=rsa-sha256; cv=none; b=pJMfHpjSSb27Hr/+FpyB4EFHhkUQz6+lkyEeEEN4JSmWOvGzyzMpQWXtiEkRWDmhVk5B89 iRA05LL8wHO2GMxVBCU0duzP1z2WY3H1/ia+k/qYcSL/kh2HkXRS31/1I9//G0MDyzBRHn sDXLI9Vru05pivWS5QvrHo5fdZcbeHVKPsTbQNRos/mMcg8JtjA0uYfyGTdvHasAlKlDnm LMqrsNN1cXsuCXqABgMUF1+1yl75tXIChqcywyS4eydYDh1MI98J7XuEq+HPbmZW1ILQlk 5+USjn/xqW0sHOo3abuSR8oLV2WrVzEur1nYnc1OUboIctNtBI6enEySNjd7PA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Q331S2jvJzW8y; Fri, 21 Apr 2023 18:28:12 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 33LISC3u030923; Fri, 21 Apr 2023 18:28:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 33LISCTm030922; Fri, 21 Apr 2023 18:28:12 GMT (envelope-from git) Date: Fri, 21 Apr 2023 18:28:12 GMT Message-Id: <202304211828.33LISCTm030922@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guido Falsi Subject: git: e16568962bef - main - x11-clocks/xfce4-time-out-plugin: Update to 1.1.3 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: madpilot X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e16568962befb8f85470ace6ad2a0da1b4a8a9b9 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by madpilot: URL: https://cgit.FreeBSD.org/ports/commit/?id=e16568962befb8f85470ace6ad2a0da1b4a8a9b9 commit e16568962befb8f85470ace6ad2a0da1b4a8a9b9 Author: Guido Falsi AuthorDate: 2023-04-21 18:27:42 +0000 Commit: Guido Falsi CommitDate: 2023-04-21 18:27:42 +0000 x11-clocks/xfce4-time-out-plugin: Update to 1.1.3 - Add missing dependencies --- x11-clocks/xfce4-time-out-plugin/Makefile | 7 ++++--- x11-clocks/xfce4-time-out-plugin/distinfo | 6 +++--- x11-clocks/xfce4-time-out-plugin/pkg-plist | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/x11-clocks/xfce4-time-out-plugin/Makefile b/x11-clocks/xfce4-time-out-plugin/Makefile index 077b91402ac6..c9b7dca43d6b 100644 --- a/x11-clocks/xfce4-time-out-plugin/Makefile +++ b/x11-clocks/xfce4-time-out-plugin/Makefile @@ -1,6 +1,5 @@ PORTNAME= xfce4-time-out-plugin -PORTVERSION= 1.1.2 -PORTREVISION= 1 +PORTVERSION= 1.1.3 CATEGORIES= x11-clocks xfce MASTER_SITES= XFCE/panel-plugins DIST_SUBDIR= xfce4 @@ -11,9 +10,11 @@ WWW= https://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin LICENSE= GPLv2 +LIB_DEPENDS= libharfbuzz.so:print/harfbuzz + USES= compiler:c11 gettext-tools gmake gnome libtool pkgconfig \ tar:bzip2 xfce xorg -USE_GNOME= cairo gtk30 intltool +USE_GNOME= cairo gdkpixbuf2 gtk30 intltool USE_XFCE= panel USE_XORG= x11 diff --git a/x11-clocks/xfce4-time-out-plugin/distinfo b/x11-clocks/xfce4-time-out-plugin/distinfo index 20f12ec6a43e..0453e336596a 100644 --- a/x11-clocks/xfce4-time-out-plugin/distinfo +++ b/x11-clocks/xfce4-time-out-plugin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614549710 -SHA256 (xfce4/xfce4-time-out-plugin-1.1.2.tar.bz2) = 3dd8eba694ff3ba5c25bd7f5cd70dc22175fb2c0a759213f05ab8f0e629d82d4 -SIZE (xfce4/xfce4-time-out-plugin-1.1.2.tar.bz2) = 409221 +TIMESTAMP = 1682100889 +SHA256 (xfce4/xfce4-time-out-plugin-1.1.3.tar.bz2) = 5a1ca36361e95ec718bbd887ea5be6a270ab458d1c2d672186721522a7228ee8 +SIZE (xfce4/xfce4-time-out-plugin-1.1.3.tar.bz2) = 407981 diff --git a/x11-clocks/xfce4-time-out-plugin/pkg-plist b/x11-clocks/xfce4-time-out-plugin/pkg-plist index dc1288bd4a92..6d353aa17d45 100644 --- a/x11-clocks/xfce4-time-out-plugin/pkg-plist +++ b/x11-clocks/xfce4-time-out-plugin/pkg-plist @@ -12,6 +12,7 @@ share/icons/hicolor/scalable/apps/xfce4-time-out-plugin.svg %%NLS%%share/locale/el/LC_MESSAGES/xfce4-time-out-plugin.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-time-out-plugin.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/xfce4-time-out-plugin.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-time-out-plugin.mo %%NLS%%share/locale/eo/LC_MESSAGES/xfce4-time-out-plugin.mo %%NLS%%share/locale/es/LC_MESSAGES/xfce4-time-out-plugin.mo %%NLS%%share/locale/et/LC_MESSAGES/xfce4-time-out-plugin.mo