From bd7c507ffe08ca72a3fa8f12a7a26719ce9c4f51 Mon Sep 17 00:00:00 2001 From: brooks Date: Fri, 2 Feb 2007 01:27:46 +0000 Subject: 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. --- sysutils/diskmark/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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). -- cgit