Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2023 19:23:41 GMT
From:      Michael Gmelin <grembo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ab1f491cb51d - main - sysutils/pot: Update to 0.16.0
Message-ID:  <202312301923.3BUJNftE020969@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by grembo:

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

commit ab1f491cb51d76ff1d5b3727b97c88197c63154f
Author:     Michael Gmelin <grembo@FreeBSD.org>
AuthorDate: 2023-12-30 19:23:03 +0000
Commit:     Michael Gmelin <grembo@FreeBSD.org>
CommitDate: 2023-12-30 19:23:03 +0000

    sysutils/pot: Update to 0.16.0
---
 sysutils/pot/Makefile | 36 +++++++++++++++++-------------------
 sysutils/pot/distinfo |  6 +++---
 2 files changed, 20 insertions(+), 22 deletions(-)

diff --git a/sysutils/pot/Makefile b/sysutils/pot/Makefile
index af783a6b7514..e56b16e32403 100644
--- a/sysutils/pot/Makefile
+++ b/sysutils/pot/Makefile
@@ -1,41 +1,39 @@
 PORTNAME=	pot
-DISTVERSION=	0.15.6
+DISTVERSION=	0.16.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	pizzamig@FreeBSD.org
 COMMENT=	Container framework for FreeBSD
-WWW=		https://github.com/pizzamig/pot/
+WWW=		https://github.com/bsdpot/pot/
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	potnet:sysutils/potnet \
+RUN_DEPENDS=	freebsd-release-manifests>0:misc/freebsd-release-manifests \
 		ncat:security/nmap \
-		freebsd-release-manifests>0:misc/freebsd-release-manifests \
+		potnet>=0.5.0:sysutils/potnet \
 		signify:security/signify
 TEST_DEPENDS=	flock:sysutils/flock
 
-GROUPS=		pot
-
+USE_GITHUB=	yes
+GH_ACCOUNT=	bsdpot
 USE_RC_SUBR=	pot pot_early
 
-SUB_FILES=	pkg-message pot.8
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	pizzamig
 NO_ARCH=	yes
 NO_BUILD=	yes
+SUB_FILES=	pkg-message pot.8
 
-OPTIONS_DEFINE=	DOCS ZSH
+TEST_WRKSRC=	${WRKSRC}/tests
 
-ZSH_DESC=	Zsh Autocompletion support
+GROUPS=		pot
 
-OPTIONS_DEFAULT=	ZSH
-OPTIONS_SUB=	yes
+PORTDOCS=	*
 
-TEST_WRKSRC=	${WRKSRC}/tests
+OPTIONS_DEFINE=		DOCS ZSH
+OPTIONS_DEFAULT=	ZSH
+OPTIONS_SUB=		yes
 
-PORTDOCS=	*
+ZSH_DESC=	Zsh Autocompletion support
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/pot \
@@ -61,9 +59,6 @@ do-install:
 do-install-ZSH-on:
 	( cd ${WRKSRC}/share/zsh && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/zsh)
 
-do-test:
-	( cd ${TEST_WRKSRC} && ./test-suite.sh )
-
 post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	${INSTALL_DATA} ${WRKSRC}/share/doc/pot/Installation.md \
@@ -73,4 +68,7 @@ post-install-DOCS-on:
 	${INSTALL_DATA} ${WRKSRC}/share/doc/pot/Images.md \
 		${STAGEDIR}${DOCSDIR}/
 
+do-test:
+	( cd ${TEST_WRKSRC} && ./test-suite.sh )
+
 .include <bsd.port.mk>
diff --git a/sysutils/pot/distinfo b/sysutils/pot/distinfo
index 7563aa2489b6..33fea03a4181 100644
--- a/sysutils/pot/distinfo
+++ b/sysutils/pot/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696001780
-SHA256 (pizzamig-pot-0.15.6_GH0.tar.gz) = 61badb8bd45ff5615a6ceffb6a4e44f1b7c24a970bfd637e4e330ce440805fc1
-SIZE (pizzamig-pot-0.15.6_GH0.tar.gz) = 176667
+TIMESTAMP = 1703963587
+SHA256 (bsdpot-pot-0.16.0_GH0.tar.gz) = 09f115e4a90871055bf19167202109db049e775eee7cc7d54f5cfcd5945dc40a
+SIZE (bsdpot-pot-0.16.0_GH0.tar.gz) = 178160



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312301923.3BUJNftE020969>