From nobody Sun Oct 31 16:26:02 2021 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 BC7B11810756; Sun, 31 Oct 2021 16:26:02 +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 4Hj1kL51Pwz3q3R; Sun, 31 Oct 2021 16:26:02 +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 8CB6720FCB; Sun, 31 Oct 2021 16:26:02 +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 19VGQ2Qp040049; Sun, 31 Oct 2021 16:26:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19VGQ2Kk040048; Sun, 31 Oct 2021 16:26:02 GMT (envelope-from git) Date: Sun, 31 Oct 2021 16:26:02 GMT Message-Id: <202110311626.19VGQ2Kk040048@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Luca Pizzamiglio Subject: git: 1f340d205d19 - main - sysutils/pot: Update to 0.14.0 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: pizzamig X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1f340d205d196c39a8c4d11085c4e036a94f333e Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by pizzamig: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f340d205d196c39a8c4d11085c4e036a94f333e commit 1f340d205d196c39a8c4d11085c4e036a94f333e Author: Luca Pizzamiglio AuthorDate: 2021-10-31 16:24:08 +0000 Commit: Luca Pizzamiglio CommitDate: 2021-10-31 16:24:08 +0000 sysutils/pot: Update to 0.14.0 Important fix on the copy-in command. Import a fix in the rc pot script Changes: https://github.com/pizzamig/pot/releases/tag/0.14.0 --- sysutils/pot/Makefile | 2 +- sysutils/pot/distinfo | 6 +++--- sysutils/pot/files/pot.in | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sysutils/pot/Makefile b/sysutils/pot/Makefile index 3913f01128f7..ff2dff7caedc 100644 --- a/sysutils/pot/Makefile +++ b/sysutils/pot/Makefile @@ -1,7 +1,7 @@ # Created by: Luca Pizzamiglio PORTNAME= pot -DISTVERSION= 0.13.0 +DISTVERSION= 0.14.0 PORTREVISION= 0 CATEGORIES= sysutils diff --git a/sysutils/pot/distinfo b/sysutils/pot/distinfo index fba6eac3a69c..7ec33c91afbb 100644 --- a/sysutils/pot/distinfo +++ b/sysutils/pot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632246604 -SHA256 (pizzamig-pot-0.13.0_GH0.tar.gz) = 0b9ec486cd19265034eb5474b11d4c6805384dea8c3baff7fc378be0032d8016 -SIZE (pizzamig-pot-0.13.0_GH0.tar.gz) = 162943 +TIMESTAMP = 1635680287 +SHA256 (pizzamig-pot-0.14.0_GH0.tar.gz) = 44c3b5b2787651ef176ee8c720fa8c19b6fba2e9b71b8783e57df3c78ac143ae +SIZE (pizzamig-pot-0.14.0_GH0.tar.gz) = 163035 diff --git a/sysutils/pot/files/pot.in b/sysutils/pot/files/pot.in index 72ec8ec13727..d4fba0d5d616 100644 --- a/sysutils/pot/files/pot.in +++ b/sysutils/pot/files/pot.in @@ -76,6 +76,7 @@ pot_restart() pot_status() { local _pname _dyn_pot_list + _dyn_pot_list=$(%%PREFIX%%/bin/pot ls -q) for _pname in $_dyn_pot_list ; do if [ "$( %%PREFIX%%/bin/pot get-attr -p "$_pname" -A early-start-at-boot -q )" = "YES" ] || [ "$( %%PREFIX%%/bin/pot get-attr -p "$_pname" -A start-at-boot -q )" = "YES" ]; then