git: a3a78384b95b - main - security/iddawc: fix expiration date

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sat, 20 Sep 2025 10:58:58 UTC
The branch main has been updated by rene:

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

commit a3a78384b95b85103d5ec53476a1a84ac098317f
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-09-20 10:57:42 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-09-20 10:57:42 +0000

    security/iddawc: fix expiration date
    
    Fixes:          d2550faa15b7 "security/iddawc: Deprecate and set expiration date to 2025-10-13"
---
 security/iddawc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \