From nobody Tue Dec 28 18:26:06 2021 X-Original-To: dev-commits-ports-main@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 60A4A191879B; Tue, 28 Dec 2021 18:26:07 +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 4JNjf66Nl3z3NVk; Tue, 28 Dec 2021 18:26:06 +0000 (UTC) (envelope-from git@FreeBSD.org) 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 BC27516758; Tue, 28 Dec 2021 18:26:06 +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 1BSIQ6cR094882; Tue, 28 Dec 2021 18:26:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BSIQ6K4094881; Tue, 28 Dec 2021 18:26:06 GMT (envelope-from git) Date: Tue, 28 Dec 2021 18:26:06 GMT Message-Id: <202112281826.1BSIQ6K4094881@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Eric Turgeon Subject: git: 84b05d67fd1d - main - deskutils/mozo: updated to 1.26.1 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ericbsd X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 84b05d67fd1dccaa3fc8f710a9a94d60afae6876 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640715967; 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=BSOUlcaH+pHXF55Z0tFjUjpr60apkqURvGRY3/qWONo=; b=WA2Cc9KSwwkv+s2oRgUnQfg8Ri12SmV9cN39ul0ED82ooy3ttATzwPHX1Aqfuzh3gWlwrP ZJuyD0BZGYFJyMfKg+ko2D5Mx2R08QKI553hRIuaLLA2XNIe1tbLkbzaDEMGmEx5OWV2pD XeVM/DqF3iWloUnuaf+pLQiTEt5Oc1a32gMmJHgezmSpwzrirTFmcAwdFpLVm3KJMdCtTo Wx3sGmXAlGV0ZdGzflx6GopJXZM5QZ1Mf2iH9OP1JwXfafyDAIuwg39e6T0y5SvfFG+Wb7 U7Gws6NiE/gr6QaH+Zf8OZLNEzM4YcGNmOwQgvD5Uku82FxzTUZrmiERuzgZOw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640715967; a=rsa-sha256; cv=none; b=QPxqt2ujdCW1Kz5EbgbpVqEvZbhjwrLMsbOnSA/yC3d/394f7GSdmSYAFGMYmOX3bEbXWT ajXlFMcSQcY1tRzrgcJniKBk7sD0HcP3rwfV2BnnmG5doS4cgdjwAaNt68AyvIsmVlK5G9 MpnZerG6g+U8qldMti7iNCLeuJ8HVvrE5bkGgV9x1J6AaCtZWOCmQ/ityfrop7+rKvVaaI q/ufnJlHWv+pCA1fLfkVvXCwboQPUxoa5ITXfgawSeuzlnTV1cDhV1MK7hgyCE0+mn/mRd UJQsoKy6pTpO4hiCoqLWS9ZymYMfXCfMa8MmY+CP1wfi94nj9Ei/s/0OBw+RCQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by ericbsd: URL: https://cgit.FreeBSD.org/ports/commit/?id=84b05d67fd1dccaa3fc8f710a9a94d60afae6876 commit 84b05d67fd1dccaa3fc8f710a9a94d60afae6876 Author: Eric Turgeon AuthorDate: 2021-12-28 18:23:59 +0000 Commit: Eric Turgeon CommitDate: 2021-12-28 18:25:56 +0000 deskutils/mozo: updated to 1.26.1 --- deskutils/mozo/Makefile | 2 +- deskutils/mozo/distinfo | 6 +++--- deskutils/mozo/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/deskutils/mozo/Makefile b/deskutils/mozo/Makefile index e4e87a2f0cd9..50197922c1ab 100644 --- a/deskutils/mozo/Makefile +++ b/deskutils/mozo/Makefile @@ -1,7 +1,7 @@ # Created by: FreeBSD GNOME Team PORTNAME= mozo -PORTVERSION= 1.26.0 +PORTVERSION= 1.26.1 CATEGORIES= deskutils mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/deskutils/mozo/distinfo b/deskutils/mozo/distinfo index 72ae27559a78..78c4038082c2 100644 --- a/deskutils/mozo/distinfo +++ b/deskutils/mozo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633995968 -SHA256 (mate/mozo-1.26.0.tar.xz) = 4642cbf985fa0d72e205ad7f6abfb7d008e3117e2c5e331340f2bc6466c3ddc2 -SIZE (mate/mozo-1.26.0.tar.xz) = 240952 +TIMESTAMP = 1640713274 +SHA256 (mate/mozo-1.26.1.tar.xz) = 0f24429a3b037bd0688ec4c391d9d8781e42b23ef345f5e50af1e72c5ef2fa39 +SIZE (mate/mozo-1.26.1.tar.xz) = 242836 diff --git a/deskutils/mozo/pkg-plist b/deskutils/mozo/pkg-plist index 4f63d8b75b92..f2dda3a93301 100644 --- a/deskutils/mozo/pkg-plist +++ b/deskutils/mozo/pkg-plist @@ -48,6 +48,7 @@ share/icons/hicolor/48x48/apps/mozo.png %%NLS%%share/locale/en_AU/LC_MESSAGES/mozo.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/mozo.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/mozo.mo +%%NLS%%share/locale/en_US/LC_MESSAGES/mozo.mo %%NLS%%share/locale/eo/LC_MESSAGES/mozo.mo %%NLS%%share/locale/es/LC_MESSAGES/mozo.mo %%NLS%%share/locale/es_AR/LC_MESSAGES/mozo.mo