git: 9a6db0b6eaf9 - main - devel/libPropList: Deprecate and set expiration date to 2025-06-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 18 May 2025 12:23:28 UTC
The branch main has been updated by diizzy:

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

commit 9a6db0b6eaf9349965475ffbb93efec9c090010a
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-05-17 15:22:12 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-05-18 12:18:31 +0000

    devel/libPropList: Deprecate and set expiration date to 2025-06-30
    
    Deprecated and unsupported upstream
    
    Reference: https://www.windowmaker.org/docs/FAQ.html#what-happened-to-libproplist
---
 devel/libPropList/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile
index a7cbbea4e0ec..a8f02729a6bc 100644
--- a/devel/libPropList/Makefile
+++ b/devel/libPropList/Makefile
@@ -8,6 +8,9 @@ DISTNAME=	libPropList-${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Property library for gnome and Window Maker
 
+DEPRECATED=	Deprecated and unsupported upstream
+EXPIRATION_DATE=2025-06-30
+
 GNU_CONFIGURE=	yes
 USES=		libtool
 USE_LDCONFIG=	yes