Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2024 01:16:43 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1cfb58cd7e4e - main - www/pound: the port had been updated to version 4.13
Message-ID:  <202409020116.4821GhZc033286@gitrepo.freebsd.org>

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

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

commit 1cfb58cd7e4ea64bd838cdb26aa1980ac60deed8
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-09-02 01:14:48 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-09-02 01:14:48 +0000

    www/pound: the port had been updated to version 4.13
    
    The pcre2posix layer is no longer used (because it's not thread-safe)
    and was replaced with native library calls to provide for additional
    speed-up and avoid coredumps under high load.
    
    Requested by:   maintainer
---
 www/pound/Makefile | 11 +++++------
 www/pound/distinfo |  6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/www/pound/Makefile b/www/pound/Makefile
index 0a76bc08844c..9b0b5d2d690e 100644
--- a/www/pound/Makefile
+++ b/www/pound/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	pound
-PORTVERSION=	4.11
-PORTREVISION=	1
+PORTVERSION=	4.13
 CATEGORIES=	www net
 MASTER_SITES=	https://github.com/graygnuorg/pound/releases/download/v${PORTVERSION}/
 
@@ -16,7 +15,6 @@ TEST_DEPENDS=	p5-IO-FDPass>=0:devel/p5-IO-FDPass \
 USES=		cpe gmake ssl
 CPE_VENDOR=	apsis
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-tcmalloc --disable-hoard
 USE_RC_SUBR=	${PORTNAME}
 TEST_TARGET=	check
@@ -24,15 +22,16 @@ TEST_TARGET=	check
 SUB_FILES=	${PORTNAME}.cfg
 SUB_LIST=	NAME=${PORTNAME}
 
+INFO=		${PORTNAME}
 PORTDOCS=	AUTHORS ChangeLog ChangeLog.apsis NEWS README THANKS
 
 OPTIONS_DEFINE=	DOCS DSAPARAM PCRE
 OPTIONS_DEFAULT=PCRE
+
 DSAPARAM_DESC=	Generate DH parameters without using "safe" primes
 
-PCRE_LIB_DEPENDS=	libpcre2-posix.so:devel/pcre2
-PCRE_USES=	localbase
-PCRE_CONFIGURE_ENABLE=	pcreposix
+PCRE_LIB_DEPENDS=	libpcre2-8.so:devel/pcre2
+PCRE_CONFIGURE_OFF=	--disable-pcre
 
 post-patch-DSAPARAM-on:
 	@${REINPLACE_CMD} -e '/openssl dhparam/s,-5,-dsaparam,' \
diff --git a/www/pound/distinfo b/www/pound/distinfo
index 6f319e734ad5..cd09e7bb9746 100644
--- a/www/pound/distinfo
+++ b/www/pound/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1704295754
-SHA256 (pound-4.11.tar.gz) = 536b5948f7a17d17a0a1ee03381843ad3ca020aab1e9b24f5c5cc83cfd2017e3
-SIZE (pound-4.11.tar.gz) = 565278
+TIMESTAMP = 1724500294
+SHA256 (pound-4.13.tar.gz) = c5c526f2d2d98a8fb7c4e24ea5d2ecb79da44910643bb924aa65235b4a3ad570
+SIZE (pound-4.13.tar.gz) = 702915



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