diff options
author | tobik <tobik@FreeBSD.org> | 2018-10-12 21:41:44 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-10-12 21:41:44 +0800 |
commit | d492cb971e006179c575d4c2bc76d2afc2ef2d61 (patch) | |
tree | bb008c4f2a0e6d6724ff91064592bd53640184b9 /sysutils/ataidle/Makefile | |
parent | 668572775a74c989f64512408b28f05a8e16bbc6 (diff) | |
download | freebsd-ports-gnome-d492cb971e006179c575d4c2bc76d2afc2ef2d61.tar.gz freebsd-ports-gnome-d492cb971e006179c575d4c2bc76d2afc2ef2d61.tar.zst freebsd-ports-gnome-d492cb971e006179c575d4c2bc76d2afc2ef2d61.zip |
Deprecate sysutils/ataidle
camcontrol(8) from the base system should be used instead.
PR: 228578
Submitted by: bcran (ataidle developer)
Approved by: wg (maintainer timeout, 4 months)
Diffstat (limited to 'sysutils/ataidle/Makefile')
-rw-r--r-- | sysutils/ataidle/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/ataidle/Makefile b/sysutils/ataidle/Makefile index dfd8c423e45a..a7911657ba94 100644 --- a/sysutils/ataidle/Makefile +++ b/sysutils/ataidle/Makefile @@ -11,6 +11,9 @@ COMMENT= Utility to spin down ATA drives LICENSE= BSD3CLAUSE +DEPRECATED= obsoleted by camcontrol(8) +EXPIRATION_DATE= 2018-12-31 + USE_RC_SUBR= ${PORTNAME} PORTDOCS= Changelog README PLIST_FILES= sbin/ataidle \ |