diff options
author | bapt <bapt@FreeBSD.org> | 2011-03-14 05:30:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-03-14 05:30:59 +0800 |
commit | 0ecbc69a44210dfcadb6551310418742ef4aee48 (patch) | |
tree | 98f20c0a4fafb2bdd2ea13419b8fc4d72e830cef /security/ssh-multiadd | |
parent | b6257c47181ffe631f8278260a99f695f17b0ded (diff) | |
download | freebsd-ports-gnome-0ecbc69a44210dfcadb6551310418742ef4aee48.tar.gz freebsd-ports-gnome-0ecbc69a44210dfcadb6551310418742ef4aee48.tar.zst freebsd-ports-gnome-0ecbc69a44210dfcadb6551310418742ef4aee48.zip |
Deprecate unmaintained ports from security where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
Diffstat (limited to 'security/ssh-multiadd')
-rw-r--r-- | security/ssh-multiadd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/ssh-multiadd/Makefile b/security/ssh-multiadd/Makefile index 996a72c53d2b..205cdbbcf78e 100644 --- a/security/ssh-multiadd/Makefile +++ b/security/ssh-multiadd/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://www.dakotacom.net/~donut/programs/ssh-multiadd/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to add multiple ssh keys to the authentication agent +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + USE_PYTHON= yes NO_BUILD= yes MAN1= ssh-multiadd.1 |