summaryrefslogtreecommitdiff
path: root/security/tcl-tls
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-11-23 12:27:03 +0000
committerdrochner <drochner@pkgsrc.org>2012-11-23 12:27:03 +0000
commit24ef81c7633b5e5830b28c4eef3ba40d971abeb4 (patch)
tree89c0872b48a72fe52a0cbbfd0c1b85349282c936 /security/tcl-tls
parent03cfa80f5290247d38b76bd562f33aba7201f69d (diff)
downloadpkgsrc-24ef81c7633b5e5830b28c4eef3ba40d971abeb4.tar.gz
make provided/required versions match exactly - it seems that newer
tcl versions are more strict about this, should fix PR pkg/47186 by Joern Clausen bump PKGREV being here, set LICENSE (same as tcl)
Diffstat (limited to 'security/tcl-tls')
-rw-r--r--security/tcl-tls/Makefile5
-rw-r--r--security/tcl-tls/distinfo3
-rw-r--r--security/tcl-tls/patches/patch-ad11
3 files changed, 16 insertions, 3 deletions
diff --git a/security/tcl-tls/Makefile b/security/tcl-tls/Makefile
index 8d043c349fb..ef7a966a374 100644
--- a/security/tcl-tls/Makefile
+++ b/security/tcl-tls/Makefile
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.10 2012/10/23 18:17:00 asau Exp $
+# $NetBSD: Makefile,v 1.11 2012/11/23 12:27:03 drochner Exp $
#
DISTNAME= tls1.5.0-src
PKGNAME= tcl-tls-1.5.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tls/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tls.sourceforge.net/
COMMENT= TLS (aka SSL) Channel for the Tcl language
+LICENSE= 2-clause-bsd
WRKSRC= ${WRKDIR}/tls1.5
diff --git a/security/tcl-tls/distinfo b/security/tcl-tls/distinfo
index 3ba58e7e069..914b4675d25 100644
--- a/security/tcl-tls/distinfo
+++ b/security/tcl-tls/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2010/06/25 06:28:09 obache Exp $
+$NetBSD: distinfo,v 1.5 2012/11/23 12:27:03 drochner Exp $
SHA1 (tls1.5.0-src.tar.gz) = 66611f384f4b1c5e126ac8fc1cd03040bbe8ac16
RMD160 (tls1.5.0-src.tar.gz) = fa37bc819ffc63f93991c876ffd318405e6bad85
@@ -6,3 +6,4 @@ Size (tls1.5.0-src.tar.gz) = 113600 bytes
SHA1 (patch-aa) = 0d2637038ce203dabdc4c4e9ea36d09a99978d15
SHA1 (patch-ab) = 6d18f2f85e41007336cb8997e8bfd0d55bb6ea69
SHA1 (patch-ac) = 350f1b3fc999c27522b2e17e6ba65072095e9b45
+SHA1 (patch-ad) = 59a302a2bd17ae5d5fa55788949de02744cd1d04
diff --git a/security/tcl-tls/patches/patch-ad b/security/tcl-tls/patches/patch-ad
new file mode 100644
index 00000000000..ddff83f91e2
--- /dev/null
+++ b/security/tcl-tls/patches/patch-ad
@@ -0,0 +1,11 @@
+$NetBSD: patch-ad,v 1.1 2012/11/23 12:27:03 drochner Exp $
+
+--- pkgIndex.tcl.in.orig 2003-12-15 18:46:20.000000000 +0000
++++ pkgIndex.tcl.in
+@@ -5,5 +5,5 @@
+ # replace the original which didn't include the commands from "tls.tcl".
+ #
+
+-package ifneeded tls 1.5 "[list load [file join $dir @RELPATH@ @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"
++package ifneeded tls 1.50 "[list load [file join $dir @RELPATH@ @tls_LIB_FILE@] ] ; [list source [file join $dir tls.tcl] ]"
+