diff options
author | marino <marino@FreeBSD.org> | 2014-06-21 21:18:05 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-06-21 21:18:05 +0800 |
commit | 62fbfba3783914c6fea8a54c30947664ee110387 (patch) | |
tree | 4a081f692b1d9f74420ff21d756683e51fa6424f /security | |
parent | e720ad007b614e1b9fd2a7c617cb5477b670ac48 (diff) | |
download | freebsd-ports-gnome-62fbfba3783914c6fea8a54c30947664ee110387.tar.gz freebsd-ports-gnome-62fbfba3783914c6fea8a54c30947664ee110387.tar.zst freebsd-ports-gnome-62fbfba3783914c6fea8a54c30947664ee110387.zip |
Deprecate interactive port security/hunch for removal in 2 months
This unstaged port would need to be converted to a regular, staged port
in order to undeprecate it.
PR: 191211
Submitted by: marino
Disposition: maintainer (Dan Pelleq)
Approved by: portmgr (implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/hunch/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/hunch/Makefile b/security/hunch/Makefile index 301483ffd7d3..51ac57eea296 100644 --- a/security/hunch/Makefile +++ b/security/hunch/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://s89813419.onlinehome.us/ \ MAINTAINER= daniel+hunch@pelleg.org COMMENT= Scan httpd log files for vulnerability probes, mail admins +DEPRECATED= Likely unused interactive port +EXPIRATION_DATE=2014-08-20 + RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net USES= perl5 |