summaryrefslogtreecommitdiffstats
path: root/chat-libs/tls
diff options
context:
space:
mode:
Diffstat (limited to 'chat-libs/tls')
-rw-r--r--chat-libs/tls/HISTORY4
-rwxr-xr-xchat-libs/tls/PRE_BUILD4
2 files changed, 8 insertions, 0 deletions
diff --git a/chat-libs/tls/HISTORY b/chat-libs/tls/HISTORY
index 0b624b088b..90946ab3d5 100644
--- a/chat-libs/tls/HISTORY
+++ b/chat-libs/tls/HISTORY
@@ -1,3 +1,7 @@
+2006-08-28 Flavien Bridault <vlaaad@sourcemage.org>
+ * PRE_BUILD: Added, fix version number in pkgIndex.tcl,
+ caused troubles with amsn
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/chat-libs/tls/PRE_BUILD b/chat-libs/tls/PRE_BUILD
new file mode 100755
index 0000000000..b22826ca0f
--- /dev/null
+++ b/chat-libs/tls/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# Fix the version number causing troubles to amsn for instance
+sedit 's/1.5/1.50/' pkgIndex.tcl.in