diff options
Diffstat (limited to 'comms/kermit/Makefile')
-rw-r--r-- | comms/kermit/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index 88f84d2b858f..df5268b59add 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -6,14 +6,13 @@ # PORTNAME= kermit -PORTVERSION= 8.0.209 -PORTREVISION= 1 +PORTVERSION= 8.0.211 CATEGORIES= comms MASTER_SITES= ftp://kermit.columbia.edu/kermit/archives/ \ ftp://ftp.icm.edu.pl/pub/kermit/archives/ -DISTNAME= cku209 +DISTNAME= cku211 -MAINTAINER= naddy@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Serial and network communications package USE_OPENSSL= yes |