git: ba645519f21b - main - www/libapreq2: Mark deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Jun 2026 18:45:14 UTC
The branch main has been updated by brnrd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ba645519f21bb298ca50bda7d96bf542565663ce
commit ba645519f21bb298ca50bda7d96bf542565663ce
Author: Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2026-06-09 18:42:45 +0000
Commit: Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2026-06-09 18:45:10 +0000
www/libapreq2: Mark deprecated
Apache HTTP Server project announced that libapreq2 is retired.
See: https://lists.apache.org/thread/bhk82b4h0ffm9vdrdoym9yr6ghrx6jtt
---
www/libapreq2/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/libapreq2/Makefile b/www/libapreq2/Makefile
index be0880eaae08..e981b555441d 100644
--- a/www/libapreq2/Makefile
+++ b/www/libapreq2/Makefile
@@ -10,6 +10,9 @@ WWW= https://metacpan.org/dist/libapreq2
LICENSE= APACHE20
+DEPRECATED= Project is retired by Apache HTTP Server project
+EXPIRATION_DATE=2026-12-31
+
LIB_DEPENDS= libapr-1.so:devel/apr1 \
libaprutil-1.so:devel/apr1 \
libexpat.so:textproc/expat2