summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-04-21 18:13:43 +0200
committerRene Ladan <rene@FreeBSD.org>2025-04-21 18:15:09 +0200
commitb858dd653d730de877743d02f8304ea3bd0a2eee (patch)
tree67cedb3079da3b57fd95b2f04ec1efa41257d6d4
parentall: expire (indirect) consumers of devel/py-atomicwrites on 2025-06-21 (diff)
all: expire consumers of textproc/linuxdoc-tools on 2025-06-21
-rw-r--r--comms/opencbm/Makefile3
-rw-r--r--devel/cc65/Makefile7
2 files changed, 10 insertions, 0 deletions
diff --git a/comms/opencbm/Makefile b/comms/opencbm/Makefile
index d01d86da4815..0db9b775a445 100644
--- a/comms/opencbm/Makefile
+++ b/comms/opencbm/Makefile
@@ -9,6 +9,9 @@ WWW= http://opencbm.sourceforge.net/
LICENSE= GPLv2 BSD3CLAUSE
LICENSE_COMB= multi
+DEPRECATED= Depends on expiring devel/cc65
+EXPIRATION_DATE=2025-06-21
+
BUILD_DEPENDS= cc65:devel/cc65
USES= gmake pkgconfig
diff --git a/devel/cc65/Makefile b/devel/cc65/Makefile
index b1681899d932..2402c690671d 100644
--- a/devel/cc65/Makefile
+++ b/devel/cc65/Makefile
@@ -59,4 +59,11 @@ post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS} || ${PORT_OPTIONS:MINFO}
+DEPRECATED= Depends on expired textproc/linuxdoc-tools
+EXPIRATION_DATE=2025-06-21
+.endif
+
.include <bsd.port.mk>