git: 9cc1206e67a9 - main - */*: Deprecate ports and set expiration date to 2025-12-31
Date: Wed, 15 Oct 2025 04:11:09 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9cc1206e67a9d3c141526856bb592de94bdd4438
commit 9cc1206e67a9d3c141526856bb592de94bdd4438
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-10-13 22:33:21 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-10-15 04:09:44 +0000
*/*: Deprecate ports and set expiration date to 2025-12-31
Follow up on 1b25bcd52d9cf8118a4d1e3e1fa2da85747f81d8, deprecate ports
where committer also is upstream as these now are unmaintained
---
converters/dos2ansi/Makefile | 3 +++
devel/poser/Makefile | 3 +++
security/tlsc/Makefile | 3 +++
security/unix-selfauth-helper/Makefile | 3 +++
x11/xmoji/Makefile | 3 +++
5 files changed, 15 insertions(+)
diff --git a/converters/dos2ansi/Makefile b/converters/dos2ansi/Makefile
index ad77c7640a03..e6c8ccc08245 100644
--- a/converters/dos2ansi/Makefile
+++ b/converters/dos2ansi/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/Zirias/dos2ansi
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Unmaintained port
+EXPIRATION_DATE=2025-12-31
+
FLAVORS= x11 nox11
FLAVOR?= x11
nox11_OPTIONS_EXCLUDE= BITMAP SCALABLE
diff --git a/devel/poser/Makefile b/devel/poser/Makefile
index 4b54a24a14bb..234f70c209d0 100644
--- a/devel/poser/Makefile
+++ b/devel/poser/Makefile
@@ -11,6 +11,9 @@ WWW= https://zirias.github.io/poser/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Unmaintained port
+EXPIRATION_DATE=2025-12-31
+
USES= compiler:c11 gmake pkgconfig tar:xz
USE_LDCONFIG= yes
diff --git a/security/tlsc/Makefile b/security/tlsc/Makefile
index 1068f7b3e4c8..62a7008de6f7 100644
--- a/security/tlsc/Makefile
+++ b/security/tlsc/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/Zirias/tlsc
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Unmaintained port
+EXPIRATION_DATE=2025-12-31
+
LIB_DEPENDS= libposercore.so:devel/poser
USES= compiler:c11 gmake pkgconfig tar:xz
diff --git a/security/unix-selfauth-helper/Makefile b/security/unix-selfauth-helper/Makefile
index 61d843015cd6..7ca163de3985 100644
--- a/security/unix-selfauth-helper/Makefile
+++ b/security/unix-selfauth-helper/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/Zirias/${PORTNAME}
LICENSE= BSD2CLAUSE
+DEPRECATED= Unmaintained port
+EXPIRATION_DATE=2025-12-31
+
USES= tar:xz
MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man
diff --git a/x11/xmoji/Makefile b/x11/xmoji/Makefile
index 17d10b15407a..718f247285de 100644
--- a/x11/xmoji/Makefile
+++ b/x11/xmoji/Makefile
@@ -10,6 +10,9 @@ WWW= https://github.com/Zirias/xmoji
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Unmaintained port
+EXPIRATION_DATE=2025-12-31
+
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libharfbuzz.so:print/harfbuzz \