aboutsummaryrefslogtreecommitdiff
path: root/mail/cclient/Makefile
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2009-01-19 01:11:44 +0000
committerAnders Nordby <anders@FreeBSD.org>2009-01-19 01:11:44 +0000
commit12e42b53427d8740d65a01c610b2a9cd3c3e2260 (patch)
tree03ddd3ea0f2a6b771cf4e051411419e79df2e2b1 /mail/cclient/Makefile
parent18d3fe87a4c5a1e5df8fee06474a27c4a42b11c1 (diff)
downloadports-12e42b53427d8740d65a01c610b2a9cd3c3e2260.tar.gz
ports-12e42b53427d8740d65a01c610b2a9cd3c3e2260.zip
Update to 2007e.
Remove FORBIDDEN, as the security issues should be OK now. PR: 130255 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Notes
Notes: svn path=/head/; revision=226406
Diffstat (limited to 'mail/cclient/Makefile')
-rw-r--r--mail/cclient/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile
index bc25e6c83806..bbbd6499a7af 100644
--- a/mail/cclient/Makefile
+++ b/mail/cclient/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= cclient
-PORTVERSION= 2006j
-PORTREVISION= 1
+PORTVERSION= 2007e
PORTEPOCH= 1
CATEGORIES= mail devel ipv6
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
@@ -16,17 +15,10 @@ MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
ftp://ftp.nuug.no/pub/anders/distfiles/%SUBDIR%/
MASTER_SITE_SUBDIR= . old
DISTNAME= imap-${PORTVERSION}
-EXTRACT_SUFX= .tar.Z
-DISTVERSIONSUFFIX= 2
-DISTFILES= ${DISTNAME}${DISTVERSIONSUFFIX}${EXTRACT_SUFX}
MAINTAINER= anders@FreeBSD.org
COMMENT= Mark Crispin's C-client mail access routines
-FORBIDDEN= multiple vulnerabilities \
- http://www.vuxml.org/freebsd/a6713190-dfea-11dd-a765-0030843d3802.html \
- http://www.vuxml.org/freebsd/69a20ce4-dfee-11dd-a765-0030843d3802.html
-
OPTIONS= SSL "Compile with SSL support" on \
SSL_AND_PLAINTEXT "Allow plain text passwords and SSL" off \
IPV6 "Support IPv6" on \