Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d799567141145f56d5b077ad285b6c872a2b5003

commit d799567141145f56d5b077ad285b6c872a2b5003
Author: Michel Hermier <[EMAIL PROTECTED]>
Date:   Sat Dec 22 15:07:22 2007 +0100

tls-1.5.0-2-i386
* relbump.
* fix loading of the plugin.

diff --git a/source/lib-extra/tls/FrugalBuild b/source/lib-extra/tls/FrugalBuild
index bfc96db..8008ddf 100644
--- a/source/lib-extra/tls/FrugalBuild
+++ b/source/lib-extra/tls/FrugalBuild
@@ -4,15 +4,17 @@
pkgname=tls
pkgver=1.5.0
shortver=`echo $pkgver|cut -d . -f 1,2`
-pkgrel=1
+pkgrel=2
pkgdesc="TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure 
connections."
_F_sourceforge_ext="-src.tar.gz"
Finclude sourceforge
url="http://tls.sourceforge.net/";
license="BSD"
up2date="lynx -dump http://sourceforge.net/projects/tls/|grep -m 1 -o 'TLS 
[0-9\.]\+'|sed 's/TLS //'"
-source=(${source/$pkgname-/$pkgname})
-sha1sums=('66611f384f4b1c5e126ac8fc1cd03040bbe8ac16')
+source=(${source/$pkgname-/$pkgname} \
+        'tls-1.5.0-bad-version.patch')
+sha1sums=('66611f384f4b1c5e126ac8fc1cd03040bbe8ac16' \
+          '99575663d2654305dd7fc7e1a3c458bcab589c6d')
groups=('lib-extra')
archs=('i686' 'x86_64')
depends=('tcl' 'openssl')
@@ -26,4 +28,4 @@ build()
Frm /usr/bin
}

-# optimalization OK
+# optimization OK
diff --git a/source/lib-extra/tls/tls-1.5.0-bad-version.patch 
b/source/lib-extra/tls/tls-1.5.0-bad-version.patch
new file mode 100644
index 0000000..a55a00c
--- /dev/null
+++ b/source/lib-extra/tls/tls-1.5.0-bad-version.patch
@@ -0,0 +1,10 @@
+diff -ur tls1.5_org/pkgIndex.tcl.in tls1.5/pkgIndex.tcl.in
+--- tls1.5_org/pkgIndex.tcl.in 2007-04-05 23:09:11.000000000 +0200
++++ tls1.5/pkgIndex.tcl.in     2007-04-05 23:09:40.000000000 +0200
+@@ -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@ @[EMAIL 
PROTECTED] ] ; [list source [file join $dir tls.tcl] ]"
++package ifneeded tls 1.50 "[list load [file join $dir @RELPATH@ @[EMAIL 
PROTECTED] ] ; [list source [file join $dir tls.tcl] ]"
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to