svn commit: r454338 - in head/devel/tcltls: . files

Mikhail Teterin mi at FreeBSD.org
Thu Nov 16 20:30:45 UTC 2017


Author: mi
Date: Thu Nov 16 20:30:44 2017
New Revision: 454338
URL: https://svnweb.freebsd.org/changeset/ports/454338

Log:
  Real quick, upgrade from 1.7.13 to 1.7.14 -- no real
  changes in the new version...
  
  Point WWW at the project's current home.

Modified:
  head/devel/tcltls/Makefile
  head/devel/tcltls/distinfo
  head/devel/tcltls/files/patch-gen_dh_params
  head/devel/tcltls/pkg-descr

Modified: head/devel/tcltls/Makefile
==============================================================================
--- head/devel/tcltls/Makefile	Thu Nov 16 20:23:11 2017	(r454337)
+++ head/devel/tcltls/Makefile	Thu Nov 16 20:30:44 2017	(r454338)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tcltls
-PORTVERSION=	1.7.13
+PORTVERSION=	1.7.14
 CATEGORIES=	devel security tcl
 MASTER_SITES=	http://core.tcl.tk/tcltls/uv/ \
 		http://tcltls.rkeene.org/uv/

Modified: head/devel/tcltls/distinfo
==============================================================================
--- head/devel/tcltls/distinfo	Thu Nov 16 20:23:11 2017	(r454337)
+++ head/devel/tcltls/distinfo	Thu Nov 16 20:30:44 2017	(r454338)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510863556
-SHA256 (tcltls-1.7.13.tar.gz) = 40f874140f5f2210593a14dd22bdfee3b61fa46cb2edb662b25ec60653853eed
-SIZE (tcltls-1.7.13.tar.gz) = 162535
+TIMESTAMP = 1510863920
+SHA256 (tcltls-1.7.14.tar.gz) = 0b65b0c689c1ce8dd7667ee5e1324c5af28e8c2d103f176703cf779ed445fb30
+SIZE (tcltls-1.7.14.tar.gz) = 164918

Modified: head/devel/tcltls/files/patch-gen_dh_params
==============================================================================
--- head/devel/tcltls/files/patch-gen_dh_params	Thu Nov 16 20:23:11 2017	(r454337)
+++ head/devel/tcltls/files/patch-gen_dh_params	Thu Nov 16 20:30:44 2017	(r454338)
@@ -5,7 +5,7 @@
  openssl_dhparam() {
 -	if [ -x "`which openssl 2>/dev/null`" ]; then
 -		o_output="`openssl dhparam -C "$@" 2>/dev/null`" || return 1
--		o_output="`echo "${o_output}" | sed 's/get_dh[0-9]\+/get_dhParams/'`" || return 1
+-		o_output="`echo "${o_output}" | sed 's/get_dh[0-9][0-9]*/get_dhParams/'`" || return 1
 -		o_output="`echo "${o_output}" | sed '/^-----BEGIN DH PARAMETERS-----$/,/^-----END DH PARAMETERS-----$/ d;/^#/ d'`" || return 1
 -
 -		echo "${o_output}"

Modified: head/devel/tcltls/pkg-descr
==============================================================================
--- head/devel/tcltls/pkg-descr	Thu Nov 16 20:23:11 2017	(r454337)
+++ head/devel/tcltls/pkg-descr	Thu Nov 16 20:30:44 2017	(r454338)
@@ -2,4 +2,4 @@ A portable extension that provides the power of OpenSS
 This extension can be used to utilize SSL encryption on top of any valid
 Tcl Channel - not just sockets!
 
-WWW: http://tls.sourceforge.net/
+WWW: http://core.tcl.tk/tcltls


More information about the svn-ports-all mailing list