From owner-svn-ports-all@freebsd.org Sun Sep 11 21:11:09 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9F14BD778E; Sun, 11 Sep 2016 21:11:09 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8230CC1D; Sun, 11 Sep 2016 21:11:09 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8BLB8hW073656; Sun, 11 Sep 2016 21:11:08 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8BLB88T073651; Sun, 11 Sep 2016 21:11:08 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201609112111.u8BLB88T073651@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 11 Sep 2016 21:11:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421877 - in head/comms/kermit: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 21:11:09 -0000 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 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/