git: 22394f0c2675 - main - ports-mgmt/poudriere-devel: update to 234f8d15

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Mon, 13 Nov 2023 08:14:04 UTC
The branch main has been updated by bapt:

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

commit 22394f0c2675b6c9614e9746ad47e4f6ddd8a358
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-11-13 08:08:56 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-11-13 08:14:02 +0000

    ports-mgmt/poudriere-devel: update to 234f8d15
    
    Enhancement:
    - option now properly deal with interruption (^C)
    - bulk: rebuilding and resigning of a repo can now be triggered
    - add a /etc/hosts entry in building jail (necessary for newer openjdk)
    - stop adding devfs in jails new pkg does not need it
    - image now regenerate pwd database (this allows master.passwd in
      overlays)
    - reduce the number of I/O in gather_distfiles, (should reduce greatly
      the number of call to fsync)
    
    Fixes:
    - option support for subpackages
    - status without sets now prints properly
    - deduplication options and dependencies while gathering incremental
      rebuild (should reduce the number of false positive rebuild detection)
---
 ports-mgmt/poudriere-devel/Makefile  | 4 ++--
 ports-mgmt/poudriere-devel/distinfo  | 6 +++---
 ports-mgmt/poudriere-devel/pkg-plist | 1 +
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile
index 24f7bd0936c8..24da9bba2104 100644
--- a/ports-mgmt/poudriere-devel/Makefile
+++ b/ports-mgmt/poudriere-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	poudriere
-DISTVERSION=	3.4.99.20231030
+DISTVERSION=	3.4.99.20231113
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	LOCAL/bdrewery/${PORTNAME}/ \
 		http://mirror.shatow.net/freebsd/${PORTNAME}/ \
@@ -16,7 +16,7 @@ CONFLICTS_INSTALL=	poudriere
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	8d03be39
+GH_TAGNAME=	234f8d15
 
 GNU_CONFIGURE=	yes
 ETCDIR=		${PREFIX}/etc/poudriere.d
diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo
index e009fc10a7f6..895330245ef2 100644
--- a/ports-mgmt/poudriere-devel/distinfo
+++ b/ports-mgmt/poudriere-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698687297
-SHA256 (freebsd-poudriere-3.4.99.20231030-8d03be39_GH0.tar.gz) = f906a9d49516ba436c60542d53f7a3ad52193b821393d4bd20efbf3270af8d8b
-SIZE (freebsd-poudriere-3.4.99.20231030-8d03be39_GH0.tar.gz) = 4207372
+TIMESTAMP = 1699862873
+SHA256 (freebsd-poudriere-3.4.99.20231113-234f8d15_GH0.tar.gz) = f3a5969531615f4367ff5c97a6054cf6de152983d2271a503f432037ba068a64
+SIZE (freebsd-poudriere-3.4.99.20231113-234f8d15_GH0.tar.gz) = 4208110
diff --git a/ports-mgmt/poudriere-devel/pkg-plist b/ports-mgmt/poudriere-devel/pkg-plist
index 8bdd4f325957..72bd0c1d500e 100644
--- a/ports-mgmt/poudriere-devel/pkg-plist
+++ b/ports-mgmt/poudriere-devel/pkg-plist
@@ -36,6 +36,7 @@ man/man8/poudriere-testport.8.gz
 man/man8/poudriere-version.8.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpd.conf.sample
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nginx.conf.sample
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Caddyfile.sample
 %%DATADIR%%/MANIFESTS
 %%DATADIR%%/awk/dependency_loop.awk
 %%DATADIR%%/awk/humanize.awk