mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
www/pound: the port had been updated to version 4.10
Add missing TEST_DEPENDS and make PCRE dependency more specific. Requested by: maintainer
This commit is contained in:
parent
e28cfeb282
commit
bf6f120059
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user