Hi,

update to current version 1.6.4.
tested with net/coccinella on amd64.

OK?

cheers,
Sebastian



Sebastian
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/tcltls/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile    23 Sep 2014 17:01:33 -0000      1.10
+++ Makefile    30 Mar 2015 20:25:01 -0000
@@ -4,11 +4,10 @@

 COMMENT=       OpenSSL Tcl extension

-VERSION=       1.6
+VERSION=       1.6.4
 DISTNAME=      tls${VERSION}-src
 PKGNAME=       tcltls-${VERSION}
-SHARED_LIBS=   tls16   1.0
-REVISION=      0
+SHARED_LIBS=   tls164  0.0

 CATEGORIES=    security

@@ -19,7 +18,7 @@
 # BSD
 PERMIT_PACKAGE_CDROM=  Yes

-WANTLIB=       ssl crypto
+WANTLIB=       pthread ssl crypto

 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tls/}

@@ -37,7 +36,7 @@
                --with-tclinclude=${MODTCL_INCDIR} \
                --with-ssl-dir=/usr \
                --includedir=${PREFIX}/include/tcltls \
-               LIBtls16_VERSION=${LIBtls16_VERSION}
+               SHLIB_VERSION=${LIBtls164_VERSION}
 FAKE_FLAGS =   PKG_DIR=tls
 TEST_TARGET=   test
 CFLAGS +=      -DNO_SSL2
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/tcltls/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo    18 Jan 2015 03:15:08 -0000      1.4
+++ distinfo    30 Mar 2015 20:25:01 -0000
@@ -1,2 +1,2 @@
-SHA256 (tls1.6-src.tar.gz) = rexQFDqa1jSmcdJPfHu/JFVIfrXxLSkPQXl8MqmLk/M=
-SIZE (tls1.6-src.tar.gz) = 168043
+SHA256 (tls1.6.4-src.tar.gz) = DNLFVSJExVdHCS4wrOF+tyjRMMmivUibJvx8nzZp5Lg=
+SIZE (tls1.6.4-src.tar.gz) = 171517
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/tcltls/pkg/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- pkg/PLIST   5 Jan 2011 18:04:58 -0000       1.2
+++ pkg/PLIST   30 Mar 2015 20:25:01 -0000
@@ -2,7 +2,7 @@
 include/tcltls/
 include/tcltls/tls.h
 lib/tcl/tls/
-@lib lib/tcl/tls/libtls16.so.${LIBtls16_VERSION}
+@lib lib/tcl/tls/libtls164.so.${LIBtls164_VERSION}
 lib/tcl/tls/pkgIndex.tcl
 lib/tcl/tls/tls.tcl
 share/doc/tcltls/

Reply via email to