Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2023 18:25:23 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: bf6f120059ca - main - www/pound: the port had been updated to version 4.10
Message-ID:  <202310131825.39DIPNul082338@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=bf6f120059ca1bf6b8b2e1103af997e8316de518

commit bf6f120059ca1bf6b8b2e1103af997e8316de518
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2023-10-13 18:24:36 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2023-10-13 18:24:36 +0000

    www/pound: the port had been updated to version 4.10
    
    Add missing TEST_DEPENDS and make PCRE dependency more specific.
    
    Requested by:   maintainer
---
 www/pound/Makefile | 7 +++++--
 www/pound/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/www/pound/Makefile b/www/pound/Makefile
index fb3db4e6be18..920bc494f5f1 100644
--- a/www/pound/Makefile
+++ b/www/pound/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pound
-PORTVERSION=	4.7
+PORTVERSION=	4.10
 CATEGORIES=	www net
 MASTER_SITES=	https://github.com/graygnuorg/pound/releases/download/v${PORTVERSION}/
 
@@ -9,6 +9,9 @@ WWW=		https://github.com/graygnuorg/pound
 
 LICENSE=	GPLv3+
 
+TEST_DEPENDS=	p5-IO-FDPass>=0:devel/p5-IO-FDPass \
+		p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL
+
 USES=		cpe gmake ssl
 CPE_VENDOR=	apsis
 GNU_CONFIGURE=	yes
@@ -25,7 +28,7 @@ OPTIONS_DEFINE=	DOCS DSAPARAM PCRE
 OPTIONS_DEFAULT=PCRE
 DSAPARAM_DESC=	Generate DH parameters without using "safe" primes
 
-PCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
+PCRE_LIB_DEPENDS=	libpcre2-posix.so:devel/pcre2
 PCRE_USES=	localbase
 PCRE_CONFIGURE_ENABLE=	pcreposix
 
diff --git a/www/pound/distinfo b/www/pound/distinfo
index 4006b54d6396..d2111114601a 100644
--- a/www/pound/distinfo
+++ b/www/pound/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681750197
-SHA256 (pound-4.7.tar.gz) = 9cb885c4d80346964348e8663f6d775041184d78baf04128a3a133d741226795
-SIZE (pound-4.7.tar.gz) = 397432
+TIMESTAMP = 1697185811
+SHA256 (pound-4.10.tar.gz) = dbe307ab3ffb0e88e09798faad85908ee9c3bf52692774d79efa72bb994570e8
+SIZE (pound-4.10.tar.gz) = 554678



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