git: 27a5bd9cb868 - main - sysutils/pot: Update to 0.13.0

Luca Pizzamiglio pizzamig at FreeBSD.org
Wed Sep 22 08:17:24 UTC 2021


The branch main has been updated by pizzamig:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27a5bd9cb868cfab5e5aeb5c1fc02a5d4274ab42

commit 27a5bd9cb868cfab5e5aeb5c1fc02a5d4274ab42
Author:     Luca Pizzamiglio <pizzamig at FreeBSD.org>
AuthorDate: 2021-09-22 08:15:48 +0000
Commit:     Luca Pizzamiglio <pizzamig at FreeBSD.org>
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 <pizzamig at FreeBSD.org>
 
 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


More information about the dev-commits-ports-main mailing list