Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 21:11:08 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421877 - in head/comms/kermit: . files
Message-ID:  <201609112111.u8BLB88T073651@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Sep 11 21:11:08 2016
New Revision: 421877
URL: https://svnweb.freebsd.org/changeset/ports/421877

Log:
  comms/kermit: Upgrade version 9.0.302 => 9.0.304 (LibreSSL support)
  
  Fixes when SSL library has no SSLv3, EGD and compression.
  
  PR:		198980
  Submitted by:	brnrd@
  Approved by:	maintainer timeout (2 months) + SSL blanket

Added:
  head/comms/kermit/files/
  head/comms/kermit/files/ckermit.ini   (contents, props changed)
  head/comms/kermit/files/ckermod.ini   (contents, props changed)
Modified:
  head/comms/kermit/Makefile
  head/comms/kermit/distinfo
  head/comms/kermit/pkg-descr

Modified: head/comms/kermit/Makefile
==============================================================================
--- head/comms/kermit/Makefile	Sun Sep 11 20:47:26 2016	(r421876)
+++ head/comms/kermit/Makefile	Sun Sep 11 21:11:08 2016	(r421877)
@@ -2,18 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	kermit
-PORTVERSION=	9.0.302
+PORTVERSION=	9.0.304
+DISTVERSIONPREFIX=	cku
+DISTVERSION=	304
+DISTVERSIONSUFFIX=	dev20
 CATEGORIES=	comms ftp net
-MASTER_SITES=	ftp://kermit.columbia.edu/kermit/archives/ \
-		ftp://ftp.icm.edu.pl/pub/kermit/archives/
-DISTNAME=	cku${PORTVERSION:E}
+MASTER_SITES=	ftp://ftp.kermitproject.org/kermit/test/tar/
+DISTNAME=	${DISTVERSIONPREFIX}${DISTVERSION}-${DISTVERSIONSUFFIX}
 
 MAINTAINER=	danfe@FreeBSD.org
 COMMENT=	Portable scriptable network and serial communication program
 
 LICENSE=	BSD3CLAUSE
 
-USE_OPENSSL=	yes
+USES=		ssl
 NO_WRKSUBDIR=	yes
 MAKEFILE=	makefile
 ALL_TARGET=	freebsd+ssl
@@ -36,9 +38,9 @@ do-install:
 	${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR}
 	${LN} -sf ckaaaa.txt ${STAGEDIR}${DOCSDIR}/READ.ME
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/ckermit.ini \
+	${INSTALL_DATA} ${PATCHDIR}/ckermit.ini \
 		${STAGEDIR}${EXAMPLESDIR}/dot.kermrc
-	${INSTALL_DATA} ${WRKSRC}/ckermod.ini \
+	${INSTALL_DATA} ${PATCHDIR}/ckermod.ini \
 		${STAGEDIR}${EXAMPLESDIR}/dot.mykermrc
 
 .include <bsd.port.mk>

Modified: head/comms/kermit/distinfo
==============================================================================
--- head/comms/kermit/distinfo	Sun Sep 11 20:47:26 2016	(r421876)
+++ head/comms/kermit/distinfo	Sun Sep 11 21:11:08 2016	(r421877)
@@ -1,2 +1,3 @@
-SHA256 (cku302.tar.gz) = 0d5f2cd12bdab9401b4c836854ebbf241675051875557783c332a6a40dac0711
-SIZE (cku302.tar.gz) = 3122219
+TIMESTAMP = 1467456688
+SHA256 (cku304-dev20.tar.gz) = 2e7c893a265a06365d578b22798880b7d670709c87f3b2dee59a329b7b9bf65d
+SIZE (cku304-dev20.tar.gz) = 2462144

Added: head/comms/kermit/files/ckermit.ini
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/kermit/files/ckermit.ini	Sun Sep 11 21:11:08 2016	(r421877)
@@ -0,0 +1,8 @@
+COMMENT - Standard C-Kermit initialization file
+;
+echo
+echo The very long standard initialization file that was distributed
+echo with C-Kermit 6, 7, and 8 is no longer recommended as "standard",
+echo since its features were little used.  It is still available in
+echo the C-Kermit distribution as ockermit.ini.
+echo

Added: head/comms/kermit/files/ckermod.ini
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/kermit/files/ckermod.ini	Sun Sep 11 21:11:08 2016	(r421877)
@@ -0,0 +1,8 @@
+; File CKERMOD.INI, Sample C-Kermit 7.0 customization file.
+;
+echo
+echo The very long standard initialization file that was distributed
+echo with C-Kermit 6, 7, and 8 is no longer recommended as "standard",
+echo since its features were little used.  It is still available in
+echo the C-Kermit distribution as ockermod.ini.
+echo

Modified: head/comms/kermit/pkg-descr
==============================================================================
--- head/comms/kermit/pkg-descr	Sun Sep 11 20:47:26 2016	(r421876)
+++ head/comms/kermit/pkg-descr	Sun Sep 11 21:11:08 2016	(r421877)
@@ -5,4 +5,4 @@ character-set translation, numeric and a
 of file transfer, dialogs, and communication tasks through its built-in
 scripting language.
 
-WWW: http://www.columbia.edu/kermit/
+WWW: http://www.kermitproject.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609112111.u8BLB88T073651>