diff options
author | kbyanc <kbyanc@FreeBSD.org> | 2000-12-18 09:55:11 +0000 |
---|---|---|
committer | kbyanc <kbyanc@FreeBSD.org> | 2000-12-18 09:55:11 +0000 |
commit | d45ec6b4ab7137bcf3529a0e381595caa1e9385d (patch) | |
tree | 7e080ded576a7e878356317f8e4538b2d71be999 /mail/pine4/Makefile | |
parent | 3b6f30d8c2d4eb382462c079d43af457013d1cb0 (diff) | |
download | FreeBSD-ports-d45ec6b4ab7137bcf3529a0e381595caa1e9385d.zip FreeBSD-ports-d45ec6b4ab7137bcf3529a0e381595caa1e9385d.tar.gz |
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/pine4/Makefile')
-rw-r--r-- | mail/pine4/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 7629c04..d8567e5 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -9,19 +9,18 @@ # directory to the pine4-ssl port. PORTNAME?= pine -PORTVERSION?= 4.21 -PORTREVISION?= 1 +PORTVERSION?= 4.31 CATEGORIES= mail news MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ DISTNAME?= ${PORTNAME}${PORTVERSION} -MAINTAINER?= pine@freebsd.ady.ro +MAINTAINER?= ports@FreeBSD.org Y2K= http://www.washington.edu/pine/QandA/sysadmins.html#Millenium MAN1= pine.1 pico.1 pilot.1 -LIB_DEPENDS= c-client4.7:${PORTSDIR}/mail/cclient +LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient # Define "WITH_LDAP" to include ldap support. # If the ldap port is installed somewhere other than /usr/local, define |