diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-02-12 06:47:31 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2019-02-12 06:47:31 +0000 |
commit | a58290766c98fe0c3b9aceb20e1f5ec6d0921a26 (patch) | |
tree | 02f9c1bbf44d1fa22abb246e73b6764001004a61 | |
parent | - Update to 2.0.0 (diff) |
Mark this port deprecated. It has been stale upstream for ten years,
pretty much to the day and the last changes accepted were FreeBSD fixes
from my side. Plus it appears there are no users anywhere, including on
the FreeBSD side.
Put in an expiration date of nearly three months to see whether anyone
is interested in this after all.
On the way, separate the USES block in the Makefile [1] and adjust the
name of this port in pkg-descr.
Reported by: portlint [1]
-rw-r--r-- | misc/gnuit/Makefile | 4 | ||||
-rw-r--r-- | misc/gnuit/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index 6fb091250221..a8d6f2eb9cdc 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/Makefile @@ -13,7 +13,11 @@ COMMENT= GNU Interactive Tools - a file system browser for UNIX systems LICENSE= GPLv3+ GFDL LICENSE_COMB= multi +DEPRECATED= Upstream stale for 10 years, no users it appears +EXPIRATION_DATE=2019-05-12 + USES= ncurses + GNU_CONFIGURE= YES CONFIGURE_ARGS= --disable-transition INFO= gnuit diff --git a/misc/gnuit/pkg-descr b/misc/gnuit/pkg-descr index 31defe50a299..327653b46b20 100644 --- a/misc/gnuit/pkg-descr +++ b/misc/gnuit/pkg-descr @@ -1,4 +1,4 @@ -GIT is a file system browser for UNIX systems. An interactive process +gnuit is a file system browser for UNIX systems. An interactive process viewer/killer, a hex/ascii file viewer, an auto-mount shell script and a per file type action script are also available. |