diff options
author | Steve Price <steve@FreeBSD.org> | 2000-09-05 01:28:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-09-05 01:28:42 +0000 |
commit | 2e65a975c9d8ed140cee70d4c1f8e93022042602 (patch) | |
tree | b038456b0a43db34534a4959d92fb496639ff968 /mail/tkrat2/Makefile | |
parent | 52d346d6f66dc78e596fc904409720c3aa1db44f (diff) | |
download | ports-2e65a975c9d8ed140cee70d4c1f8e93022042602.tar.gz ports-2e65a975c9d8ed140cee70d4c1f8e93022042602.zip |
Update to version 2.0rc6.
PR: 21001
Submitted by: Stephen J. Roznowski <sjr@home.com>
Notes
Notes:
svn path=/head/; revision=32269
Diffstat (limited to 'mail/tkrat2/Makefile')
-rw-r--r-- | mail/tkrat2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index bddcd18b10c3..2453a3f9d0a7 100644 --- a/mail/tkrat2/Makefile +++ b/mail/tkrat2/Makefile @@ -6,17 +6,17 @@ # PORTNAME= tkrat -PORTVERSION= 2.0.rc3 +PORTVERSION= 2.0.rc6 CATEGORIES= mail tk82 MASTER_SITES= ftp://ftp.md.chalmers.se/pub/tkrat/ \ ftp://ftp.sunet.se/pub/unix/mail/tkrat/ -DISTNAME= ${PORTNAME}-2.0rc3 +DISTNAME= ${PORTNAME}-2.0rc6 MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tcl82:${PORTSDIR}/lang/tcl82 \ tk82:${PORTSDIR}/x11-toolkits/tk82 \ - c-client4.7:${PORTSDIR}/mail/imap-uw + c-client4.7:${PORTSDIR}/mail/cclient GNU_CONFIGURE= yes |