diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-20 11:25:44 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-20 11:25:44 +0000 |
commit | 39c64c6d1529ce6d6e82cabcc5138f7be4fd5ac2 (patch) | |
tree | ba0d530ad1892dcca6a71c1bc8e8e3a491c1197a | |
parent | 4692c8ea5435a4162a594b3688edae79ad797281 (diff) | |
download | freebsd-ports-39c64c6d1529ce6d6e82cabcc5138f7be4fd5ac2.zip |
Mark this port deprecated, with an expiration date of 2004-06-18, so
it'll be removed during the next ports tree cleanup.
As mentioned on ports@, the project has been dead for quite a while now,
and there are better and more up to date tools in the ports tree.
PR: 66872
Submitted by: Stefan Walter <sw@gegenunendlich.de>
Reviewed by: kris
-rw-r--r-- | security/siphon/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/siphon/Makefile b/security/siphon/Makefile index 083f204c5519..b99bfd5951c5 100644 --- a/security/siphon/Makefile +++ b/security/siphon/Makefile @@ -20,6 +20,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Passive host OS identifier using characteristics of sniffed traffic BROKEN= "Does not fetch" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-06-18 WRKSRC= ${WRKDIR}/siphon-v.666 |