aboutsummaryrefslogtreecommitdiffstats
path: root/mail/imap-uw/Makefile
diff options
context:
space:
mode:
authorkbyanc <kbyanc@FreeBSD.org>2000-12-18 17:55:11 +0800
committerkbyanc <kbyanc@FreeBSD.org>2000-12-18 17:55:11 +0800
commitd45ec6b4ab7137bcf3529a0e381595caa1e9385d (patch)
tree7e080ded576a7e878356317f8e4538b2d71be999 /mail/imap-uw/Makefile
parent3b6f30d8c2d4eb382462c079d43af457013d1cb0 (diff)
downloadfreebsd-ports-gnome-d45ec6b4ab7137bcf3529a0e381595caa1e9385d.tar.gz
freebsd-ports-gnome-d45ec6b4ab7137bcf3529a0e381595caa1e9385d.tar.zst
freebsd-ports-gnome-d45ec6b4ab7137bcf3529a0e381595caa1e9385d.zip
Update c-client to that found in UW's imap-2000.
Update imap-uw to the latest version (imap-2000). Update pine4 to the latest version (pine-4.31). Despite the fact that the new releases of imap-uw and pine are intended to improve security, the security warnings on the pine and imap-uw ports have been left intact until they have proven themselves.
Diffstat (limited to 'mail/imap-uw/Makefile')
-rw-r--r--mail/imap-uw/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile
index 03f5cd1c38f1..86883254299c 100644
--- a/mail/imap-uw/Makefile
+++ b/mail/imap-uw/Makefile
@@ -6,30 +6,25 @@
#
PORTNAME= imap-uw
-PORTVERSION= 4.7c
+PORTVERSION= 4.8
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.cac.washington.edu/mail/%SUBDIR%/ \
http://mirror.nucba.ac.jp/mirror/imap/%SUBDIR%/ \
ftp://ftp.uni-halle.de/pub/mail/pine/%SUBDIR%/
MASTER_SITE_SUBDIR= . old
-DISTNAME= imap-${PORTVERSION}
+DISTNAME= imap-2000a
EXTRACT_SUFX= .tar.Z
-DISTFILES= ${DISTNAME}2${EXTRACT_SUFX} \
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
imap-utils${EXTRACT_SUFX}
+ALL_TARGET= bsf
-MAINTAINER= imap-uw@freebsd.ady.ro
+MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= c-client4.7:${PORTSDIR}/mail/cclient
+LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient
Y2K= http://www.washington.edu/imap/IMAP-FAQs/faqs.xml#general1
-PAMAUTH?= yes
-.if ${PAMAUTH} != "no"
-ALL_TARGET= bfp
-.else
-ALL_TARGET= bsf
-.endif
MAN8= ipopd.8 imapd.8
.include <bsd.port.pre.mk>