svn commit: r339316 - head/security/destroy

Baptiste Daroussin bapt at FreeBSD.org
Fri Jan 10 07:26:00 UTC 2014


Author: bapt
Date: Fri Jan 10 07:25:59 2014
New Revision: 339316
URL: http://svnweb.freebsd.org/changeset/ports/339316

Log:
  Fix date of expiration

Modified:
  head/security/destroy/Makefile

Modified: head/security/destroy/Makefile
==============================================================================
--- head/security/destroy/Makefile	Fri Jan 10 07:19:19 2014	(r339315)
+++ head/security/destroy/Makefile	Fri Jan 10 07:25:59 2014	(r339316)
@@ -12,7 +12,7 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Program to securely destroy files on the hard disk
 
 DEPRECATED=	No longer under active development
-EXPIRATION_DATE=	20130201
+EXPIRATION_DATE=	20140201
 
 USE_GMAKE=	yes
 


More information about the svn-ports-all mailing list