diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2014-01-10 10:49:37 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2014-01-10 10:49:37 +0800 |
commit | 0aa8d3b08b4ea101695746784adc2106d842bb23 (patch) | |
tree | 2e623ff42b82798c54a16385d9994b96600a942b /security | |
parent | b2cccd3b58c18e2e0e2a26c6ef7babdef4507dba (diff) | |
download | freebsd-ports-gnome-0aa8d3b08b4ea101695746784adc2106d842bb23.tar.gz freebsd-ports-gnome-0aa8d3b08b4ea101695746784adc2106d842bb23.tar.zst freebsd-ports-gnome-0aa8d3b08b4ea101695746784adc2106d842bb23.zip |
- Reassign to the heap due to mail bounces
- Mark DEPRECATED, set EXPIRATION_DATE
Diffstat (limited to 'security')
-rw-r--r-- | security/destroy/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/destroy/Makefile b/security/destroy/Makefile index 30a7127f8811..df8a0b64cdbd 100644 --- a/security/destroy/Makefile +++ b/security/destroy/Makefile @@ -8,9 +8,12 @@ MASTER_SITES= http://www.freebsdhackers.net/destroy/ \ http://destroy.rider.us/ \ http://www.impurity.org/mirrors/destroy/ -MAINTAINER= shane@freebsdhackers.net +MAINTAINER= ports@FreeBSD.org COMMENT= Program to securely destroy files on the hard disk +DEPRECATED= No longer under active development +EXPIRATION_DATE= 20130201 + USE_GMAKE= yes MAN1= destroy.1 |