From owner-dev-commits-ports-main@freebsd.org Mon Jun 28 22:39:06 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 DE55165DFD7; Mon, 28 Jun 2021 22:39:06 +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 4GDMwV5fWZz4lH5; Mon, 28 Jun 2021 22:39: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 AA51D5AB3; Mon, 28 Jun 2021 22:39: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 15SMd6GR062508; Mon, 28 Jun 2021 22:39:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15SMd6F8062507; Mon, 28 Jun 2021 22:39:06 GMT (envelope-from git) Date: Mon, 28 Jun 2021 22:39:06 GMT Message-Id: <202106282239.15SMd6F8062507@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Danilo Egea Gondolfo Subject: git: ac6f986c642b - main - editors/nano: Update to 5.8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danilo X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ac6f986c642bc044807dcd1f2e7de89c6bc42ddc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2021 22:39:06 -0000 The branch main has been updated by danilo: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac6f986c642bc044807dcd1f2e7de89c6bc42ddc commit ac6f986c642bc044807dcd1f2e7de89c6bc42ddc Author: Danilo Egea Gondolfo AuthorDate: 2021-06-28 22:38:17 +0000 Commit: Danilo Egea Gondolfo CommitDate: 2021-06-28 22:38:53 +0000 editors/nano: Update to 5.8 --- editors/nano/Makefile | 2 +- editors/nano/distinfo | 6 +++--- editors/nano/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/editors/nano/Makefile b/editors/nano/Makefile index e0490f9454d9..accb61d5eadb 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -1,7 +1,7 @@ # Created by: Philippe Lefebvre PORTNAME= nano -DISTVERSION= 5.7 +DISTVERSION= 5.8 CATEGORIES= editors MASTER_SITES= https://www.nano-editor.org/dist/v${DISTVERSION:R:R}/ GNU diff --git a/editors/nano/distinfo b/editors/nano/distinfo index c2a309e0d0f5..bd25f7ac8587 100644 --- a/editors/nano/distinfo +++ b/editors/nano/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621452988 -SHA256 (nano-5.7.tar.xz) = d4b181cc2ec11def3711b4649e34f2be7a668e70ab506860514031d069cccafa -SIZE (nano-5.7.tar.xz) = 1447076 +TIMESTAMP = 1624914724 +SHA256 (nano-5.8.tar.xz) = e43b63db2f78336e2aa123e8d015dbabc1720a15361714bfd4b1bb4e5e87768c +SIZE (nano-5.8.tar.xz) = 1462364 diff --git a/editors/nano/pkg-plist b/editors/nano/pkg-plist index 22c2723ecc06..8dbaef9f55b4 100644 --- a/editors/nano/pkg-plist +++ b/editors/nano/pkg-plist @@ -37,6 +37,7 @@ man/man5/nanorc.5.gz %%NLS%%share/locale/pt_BR/LC_MESSAGES/nano.mo %%NLS%%share/locale/ro/LC_MESSAGES/nano.mo %%NLS%%share/locale/ru/LC_MESSAGES/nano.mo +%%NLS%%share/locale/sk/LC_MESSAGES/nano.mo %%NLS%%share/locale/sl/LC_MESSAGES/nano.mo %%NLS%%share/locale/sr/LC_MESSAGES/nano.mo %%NLS%%share/locale/sv/LC_MESSAGES/nano.mo