diff options
author | erwin <erwin@FreeBSD.org> | 2006-12-04 04:43:03 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-12-04 04:43:03 +0800 |
commit | 19f9b006ed218be3c678276435f54c8e3dfb0829 (patch) | |
tree | e17721b7b0a824dde403d27aa2a669b6af933291 | |
parent | ba78d8d66d4ac5a5d9f3849f73ff8aca16c648ac (diff) | |
download | freebsd-ports-gnome-19f9b006ed218be3c678276435f54c8e3dfb0829.tar.gz freebsd-ports-gnome-19f9b006ed218be3c678276435f54c8e3dfb0829.tar.zst freebsd-ports-gnome-19f9b006ed218be3c678276435f54c8e3dfb0829.zip |
- Deprecate
- Set EXPIRATION_DATE
PR: 106236
Submitted by: gabor
-rw-r--r-- | security/cyrus-sasl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index 2130fffe0245..25f71f1de955 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -28,6 +28,9 @@ PATCHFILES= sasl_apop_patch.gz:apop \ PATCH_SITES= ftp://ftp.westbend.net/pub/cyrus-mail/contrib/:apop \ http://www.imasy.or.jp/~ume/ipv6/ +DEPRECATED= patches are unfetchable and this software is unsupported +EXPIRATION_DATE= 2007-01-02 + USE_SUBMAKE= yes USE_OPENSSL= yes |