diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-10-15 03:14:55 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-10-15 03:14:55 +0000 |
commit | 97fa0810feef5dbfdf65542ecb12a272b8f85e06 (patch) | |
tree | 01810de1d788c24b0e9807c6621555bf2db3b236 | |
parent | Updated to 0.10 (diff) |
- Update maintainer's email
- Mark as deprecated and schedule to be removed in Dec (project site is gone)
PR: ports/128109
Submitted by: Matt D. Harris (maintainer)
Notes
Notes:
svn path=/head/; revision=221597
-rw-r--r-- | security/xyssl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/xyssl/Makefile b/security/xyssl/Makefile index aec22de446fe..d6ed349ae6b9 100644 --- a/security/xyssl/Makefile +++ b/security/xyssl/Makefile @@ -13,9 +13,12 @@ MASTER_SITES= http://xyssl.org/code/download/ \ DISTNAME= xyssl-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= mdh@solitox.net +MAINTAINER= mattdharris@users.sourceforge.net COMMENT= A liteweight SSL and TLS toolkit for C developers +DEPRECATED= Download sites are down, cannot update due to software website being down. +EXPIRATION_DATE=2008-12-01 + # HAS_CONFIGURE= no # GNU_CONFIGURE= no |