diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2023-02-27 08:52:29 +0100 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2023-02-27 09:17:28 +0100 |
commit | 22afae0cc45579fe62e2b89dc0cd62bd95602cfb (patch) | |
tree | ba5c21a252bbbfaef83783914e42281865e3d4e2 /sysutils | |
parent | 0100a78c1de471f3b8360754840e7fbfaf556677 (diff) | |
download | freebsd-ports-22afae0cc45579fe62e2b89dc0cd62bd95602cfb.zip |
sysutils/relaxconf: Deprecate and set expiration date to 2023-03-31
Last release of RelaxBSD was back in 2011 and no development for years
Reference: https://sourceforge.net/projects/relaxbsd/
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/relaxconf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/relaxconf/Makefile b/sysutils/relaxconf/Makefile index 223e5a07c8e3..c18de90ecdc7 100644 --- a/sysutils/relaxconf/Makefile +++ b/sysutils/relaxconf/Makefile @@ -8,6 +8,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Set of text menu based utilities for configuring RelaxBSD LiveCD WWW= https://sourceforge.net/projects/relaxbsd/ +DEPRECATED= Abandonware, last release of RelaxBSD was back in 2006 +EXPIRATION_DATE=2023-03-31 + BUILD_DEPENDS= cdialog:devel/cdialog RUN_DEPENDS= cdialog:devel/cdialog \ disktype:sysutils/disktype |