diff options
author | Rene Ladan <rene@FreeBSD.org> | 2025-09-20 12:57:42 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2025-09-20 12:57:42 +0200 |
commit | a3a78384b95b85103d5ec53476a1a84ac098317f (patch) | |
tree | b2fe53a67a17fce19ba850c26b88cedc5ae24ad2 | |
parent | x11/swww: Update to 0.11.1 (diff) |
security/iddawc: fix expiration date
Fixes: d2550faa15b7 "security/iddawc: Deprecate and set expiration date to 2025-10-13"
-rw-r--r-- | security/iddawc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/iddawc/Makefile b/security/iddawc/Makefile index d2550faa15b7..775eee3530cd 100644 --- a/security/iddawc/Makefile +++ b/security/iddawc/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE DEPRECATED= Upstream repo archived on Nov 11, 2024 -EXPIRATION_DATE=2024-10-13 +EXPIRATION_DATE=2025-10-13 BUILD_DEPENDS= jansson>=2.11:devel/jansson \ orcania>=2.3.2:devel/orcania \ |