Am 3/30/2015 um 10:33 PM schrieb Sebastian Reitenbach:
Hi,

update to current version 1.6.4.
tested with net/coccinella on amd64.
sorry, patch wasn't against current.


OK?

cheers,
Sebastian



Index: Makefile
===================================================================
RCS file: /cvs/ports/security/tcltls/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile    16 Mar 2015 18:07:55 -0000    1.11
+++ Makefile    31 Mar 2015 06:30:14 -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=    1
+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    31 Mar 2015 06:30:14 -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    31 Mar 2015 06:30:14 -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