From owner-dev-commits-ports-all@freebsd.org Wed Sep 22 08:17:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 6C8EC6AE16C; Wed, 22 Sep 2021 08:17:24 +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 4HDrkX2ScDz4ZS1; Wed, 22 Sep 2021 08:17:24 +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 3603F14611; Wed, 22 Sep 2021 08:17:24 +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 18M8HOq5026368; Wed, 22 Sep 2021 08:17:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18M8HORE026367; Wed, 22 Sep 2021 08:17:24 GMT (envelope-from git) Date: Wed, 22 Sep 2021 08:17:24 GMT Message-Id: <202109220817.18M8HORE026367@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: 27a5bd9cb868 - main - sysutils/pot: Update to 0.13.0 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: 27a5bd9cb868cfab5e5aeb5c1fc02a5d4274ab42 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2021 08:17:24 -0000 The branch main has been updated by pizzamig: URL: https://cgit.FreeBSD.org/ports/commit/?id=27a5bd9cb868cfab5e5aeb5c1fc02a5d4274ab42 commit 27a5bd9cb868cfab5e5aeb5c1fc02a5d4274ab42 Author: Luca Pizzamiglio AuthorDate: 2021-09-22 08:15:48 +0000 Commit: Luca Pizzamiglio CommitDate: 2021-09-22 08:15:48 +0000 sysutils/pot: Update to 0.13.0 Add support to layered images Add copy-out command, to copy things out from a pot Other improvements and fixes --- sysutils/pot/Makefile | 2 +- sysutils/pot/distinfo | 6 +++--- sysutils/pot/pkg-plist | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/sysutils/pot/Makefile b/sysutils/pot/Makefile index 42d37e8d2db1..3913f01128f7 100644 --- a/sysutils/pot/Makefile +++ b/sysutils/pot/Makefile @@ -1,7 +1,7 @@ # Created by: Luca Pizzamiglio PORTNAME= pot -DISTVERSION= 0.12.0 +DISTVERSION= 0.13.0 PORTREVISION= 0 CATEGORIES= sysutils diff --git a/sysutils/pot/distinfo b/sysutils/pot/distinfo index af3723ee76ea..fba6eac3a69c 100644 --- a/sysutils/pot/distinfo +++ b/sysutils/pot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621696717 -SHA256 (pizzamig-pot-0.12.0_GH0.tar.gz) = 2808bd4b36f40f58da0066c3da49cd421d4c9959f7e9565d9d43a1ae21fba151 -SIZE (pizzamig-pot-0.12.0_GH0.tar.gz) = 160011 +TIMESTAMP = 1632246604 +SHA256 (pizzamig-pot-0.13.0_GH0.tar.gz) = 0b9ec486cd19265034eb5474b11d4c6805384dea8c3baff7fc378be0032d8016 +SIZE (pizzamig-pot-0.13.0_GH0.tar.gz) = 162943 diff --git a/sysutils/pot/pkg-plist b/sysutils/pot/pkg-plist index 01129a7ff90f..1eff6f9ac86f 100644 --- a/sysutils/pot/pkg-plist +++ b/sysutils/pot/pkg-plist @@ -12,6 +12,7 @@ bin/pot %%DATADIR%%/common-flv.sh %%DATADIR%%/config.sh %%DATADIR%%/copy-in.sh +%%DATADIR%%/copy-out.sh %%DATADIR%%/create-base.sh %%DATADIR%%/create-fscomp.sh %%DATADIR%%/create-private-bridge.sh