diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-12-20 06:22:01 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-12-20 06:22:01 +0000 |
commit | 1beca13b147a94e23a6f4f0a8a2fd22401e52f95 (patch) | |
tree | 7338c5334d89fe8794115066d01144b0676831e9 /sysutils/stat | |
parent | 92f20698f86d46bb12bc19f087a6fc03f25c0802 (diff) | |
download | FreeBSD-ports-1beca13b147a94e23a6f4f0a8a2fd22401e52f95.zip FreeBSD-ports-1beca13b147a94e23a6f4f0a8a2fd22401e52f95.tar.gz |
Mark deprecated and expire in 3 months.
This software is buggy, and "stat" has been in the base system
since FreeBSD 4.10.
PR: ports/25490
Submitted by: Tony Finch <dot@dotat.at> <dot@dotat.at>
Approved by: wosch (maintainer, timeout 4 years)
Diffstat (limited to 'sysutils/stat')
-rw-r--r-- | sysutils/stat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/stat/Makefile b/sysutils/stat/Makefile index b21d1f4..d2f4cd8 100644 --- a/sysutils/stat/Makefile +++ b/sysutils/stat/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://wolfram.schneider.org/src/ MAINTAINER= wosch@FreeBSD.org COMMENT= Print inode contents +DEPRECATED= Buggy, use stat(1) from base +EXPIRATION_DATE=2006-03-20 + MAN1= stat.1 MANCOMPRESSED= yes PLIST_FILES= bin/stat |