View | Details | Raw Unified | Return to bug 223074 | Differences between
and this patch

Collapse All | Expand All

(-)tcltls/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/devel/tcltls/Makefile 441314 2017-05-20 13:59:35Z mi $
2
# $FreeBSD: head/devel/tcltls/Makefile 441314 2017-05-20 13:59:35Z mi $
3
3
4
PORTNAME=	tcltls
4
PORTNAME=	tcltls
5
PORTVERSION=	1.7.12
5
PORTVERSION=	1.7.13
6
CATEGORIES=	devel security tcl
6
CATEGORIES=	devel security tcl
7
MASTER_SITES=	http://core.tcl.tk/tcltls/uv/ \
7
MASTER_SITES=	http://core.tcl.tk/tcltls/uv/ \
8
		http://tcltls.rkeene.org/uv/
8
		http://tcltls.rkeene.org/uv/
Lines 19-25 Link Here
19
19
20
USES+=		tcl:tea ssl
20
USES+=		tcl:tea ssl
21
CONFIGURE_ARGS+=--with-ssl-dir=${OPENSSLBASE}	\
21
CONFIGURE_ARGS+=--with-ssl-dir=${OPENSSLBASE}	\
22
		--disable-rpath
22
		--disable-rpath --enable-ssl-fastpath
23
23
24
PLIST_FILES=	lib/${TCL_PKG}/tcltls.so \
24
PLIST_FILES=	lib/${TCL_PKG}/tcltls.so \
25
		lib/${TCL_PKG}/pkgIndex.tcl
25
		lib/${TCL_PKG}/pkgIndex.tcl
(-)tcltls/distinfo (-2 / +2 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1494970441
1
TIMESTAMP = 1494970441
2
SHA256 (tcltls-1.7.12.tar.gz) = 0e09e8e1cb3dcb3d419079fe40c521b7283d5e822dc914ffd1e4ff600b895caa
2
SHA256 (tcltls-1.7.13.tar.gz) = 40f874140f5f2210593a14dd22bdfee3b61fa46cb2edb662b25ec60653853eed
3
SIZE (tcltls-1.7.12.tar.gz) = 162259
3
SIZE (tcltls-1.7.13.tar.gz) = 162535

Return to bug 223074