diff options
author | clsung <clsung@FreeBSD.org> | 2008-10-06 13:25:55 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-10-06 13:25:55 +0800 |
commit | 5364fc62da1324b9252efc34c89904b073fdfc42 (patch) | |
tree | 89c5e85b4d6f78ad3c3fb598e1f02bd4cea2509e /security | |
parent | 2c3613c01acb9faf6cf3ef6a8fb4fc8a123da4b8 (diff) | |
download | freebsd-ports-gnome-5364fc62da1324b9252efc34c89904b073fdfc42.tar.gz freebsd-ports-gnome-5364fc62da1324b9252efc34c89904b073fdfc42.tar.zst freebsd-ports-gnome-5364fc62da1324b9252efc34c89904b073fdfc42.zip |
- mark IGNORE/EXPIRE_DATE since this does not support
botan 1.6.* (the latest stable branch)
Approved by: wxs
Diffstat (limited to 'security')
-rw-r--r-- | security/cutlass/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/cutlass/Makefile b/security/cutlass/Makefile index 1031ff410152..de1b8d3cd365 100644 --- a/security/cutlass/Makefile +++ b/security/cutlass/Makefile @@ -14,6 +14,10 @@ MASTER_SITES= http://www.synacklabs.net/projects/cutlass/ MAINTAINER= wxs@FreeBSD.org COMMENT= Encrypted peer-to-peer voice, text, and file transmission protocol +IGNORE= only works with botan 1.4.x +DEPRECIATED= ${IGNORE} +EXPIRE_DATE= 2008-12-31 + BUILD_DEPENDS= botan-config:${PORTSDIR}/security/botan \ speexdec:${PORTSDIR}/audio/speex |