diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2007-02-02 01:27:46 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2007-02-02 01:27:46 +0000 |
commit | 3d44c32cedb8d84a691d895272fb33cf81b12ae3 (patch) | |
tree | d931f6ea246bf1aa66d5aca8f3a03bbf1f3257c3 /sysutils | |
parent | - patch for oniguruma library installed (diff) |
diskmark is obsolete and only relevent on systems without glabel (4.x).
Mark DEPRECATED and set to expire in one month. Drop MAINTAINERship.
If someone uses this, they should become the MAINTAINER.
Notes
Notes:
svn path=/head/; revision=183921
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/diskmark/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/diskmark/Makefile b/sysutils/diskmark/Makefile index 97d5baf0a840..43d9e9b5db81 100644 --- a/sysutils/diskmark/Makefile +++ b/sysutils/diskmark/Makefile @@ -10,9 +10,12 @@ PORTVERSION= 0.9 CATEGORIES= sysutils MASTER_SITES= http://people.freebsd.org/~brooks/diskmark/ -MAINTAINER= brooks@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A program to mark disks using empty partition table entries +DEPRECATED= Makes no sense on FreeBSD > 4.x. Use glabel(8) instead +EXPIRATION_DATE= 2006-03-01 + # Diskmark makes little sense on arches that don't boot from MBR # partition tables and doesn't build on 64-bit platforms with strict # alignment (partion entries are aligned on a 2-byte boundry). |