diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/altivore/Makefile | 2 | ||||
-rw-r--r-- | security/libsectok/Makefile | 2 | ||||
-rw-r--r-- | security/ruby-acl/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/security/altivore/Makefile b/security/altivore/Makefile index 74b91d5c0bff..d8bb94617ea6 100644 --- a/security/altivore/Makefile +++ b/security/altivore/Makefile @@ -19,6 +19,8 @@ RESTRICTED= License does not allow redistribution in any form\ (source, code or otherwise) BROKEN= Unfetchable +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/security/libsectok/Makefile b/security/libsectok/Makefile index c8e34e14c3cb..e17ae6802d75 100644 --- a/security/libsectok/Makefile +++ b/security/libsectok/Makefile @@ -21,5 +21,7 @@ USE_OPENSSL= YES MAN3= sectok.3 IGNORE= produces a broken package (dangling symlink) +EXPIRATION_DATE=2005-02-18 +DEPRECATED= "${IGNORE}" .include <bsd.port.mk> diff --git a/security/ruby-acl/Makefile b/security/ruby-acl/Makefile index 71d9ca22e4f5..25d8dd39c0ad 100644 --- a/security/ruby-acl/Makefile +++ b/security/ruby-acl/Makefile @@ -16,6 +16,8 @@ MAINTAINER= knu@FreeBSD.org COMMENT= Ruby module to provide Access Control List checks BROKEN= Does not build +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} USE_RUBY= yes |