git: aefc63ba8d02 - main - sysutils/py-appjail-gui: Mark deprecated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Sep 2026 04:50:38 UTC
The branch main has been updated by dtxdf:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aefc63ba8d02c925a1d848e7dd4883ebd61b65b7
commit aefc63ba8d02c925a1d848e7dd4883ebd61b65b7
Author: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2026-09-02 23:39:57 +0000
Commit: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2026-09-03 04:40:14 +0000
sysutils/py-appjail-gui: Mark deprecated
MFH: 2026Q3
---
sysutils/py-appjail-gui/Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sysutils/py-appjail-gui/Makefile b/sysutils/py-appjail-gui/Makefile
index ffb4a7b39f3b..ab19a03f85b2 100644
--- a/sysutils/py-appjail-gui/Makefile
+++ b/sysutils/py-appjail-gui/Makefile
@@ -1,7 +1,7 @@
PORTNAME= appjail-gui
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,9 @@ WWW= https://github.com/DtxdF/${PORTNAME}
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Upstream repo archived on Sep 02, 2026
+EXPIRATION_DATE= 2026-10-02
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}commentjson>=0:devel/py-commentjson@${PY_FLAVOR}
USES= python