[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (01667125849306710c94aa17148e29a04b8aa2b1)

Elisamuel Resto scm at sourcemage.org
Sat Sep 6 14:03:33 EDT 2008


GIT changes to master grimoire by Elisamuel Resto <ryuji at sourcemage.org>:

 ftp/createtorrent/DEPENDS   |    1 +
 ftp/createtorrent/DETAILS   |    4 ++--
 ftp/createtorrent/HISTORY   |    4 ++++
 ftp/createtorrent/PRE_BUILD |    5 +++++
 4 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 01667125849306710c94aa17148e29a04b8aa2b1
Author: Elisamuel Resto <ryuji at sourcemage.org>
Commit: Elisamuel Resto <ryuji at sourcemage.org>

    ftp/createtorrent: updated to 1.1.4; fix building with openssl (needs autoreconf)

diff --git a/ftp/createtorrent/DEPENDS b/ftp/createtorrent/DEPENDS
index 9e8bba9..15601af 100755
--- a/ftp/createtorrent/DEPENDS
+++ b/ftp/createtorrent/DEPENDS
@@ -1 +1,2 @@
+depends autoconf &&
 depends openssl 
diff --git a/ftp/createtorrent/DETAILS b/ftp/createtorrent/DETAILS
index ab930e7..5059b00 100755
--- a/ftp/createtorrent/DETAILS
+++ b/ftp/createtorrent/DETAILS
@@ -1,8 +1,8 @@
            SPELL=createtorrent
-         VERSION=1.1.3
+         VERSION=1.1.4
           SOURCE="${SPELL}-${VERSION}.tar.gz"
    SOURCE_URL[0]=http://www.createtorrent.com/${SOURCE}
-     SOURCE_HASH=sha512:33d05bdd0510c3e7b151ef30fca26012dc5f3db0e9502d833995e82089200f33990a05a160ad9ae64213e29c25fda930162a387e0a59542f8690ef387dbedfcb
+     SOURCE_HASH=sha512:d15c6d38e90a2941c578396fafaaa1778d5ce597681e0db89189b5c6719e8b69202dd6bb9dd2c279ef939eef8a74dd8e7ca3f0c224a5a4eaa277c3fd9543c24f
 SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
         WEB_SITE="http://www.createtorrent.com/"
       LICENSE[0]=GPL
diff --git a/ftp/createtorrent/HISTORY b/ftp/createtorrent/HISTORY
index 470e053..7bee25e 100644
--- a/ftp/createtorrent/HISTORY
+++ b/ftp/createtorrent/HISTORY
@@ -1,3 +1,7 @@
+2008-09-06 Elisamuel Resto <ryuji at sourcemage.org>
+	* DETAILS: updated to 1.1.4
+	* DEPENDS, PRE_BUILD: fix building with openssl (needs autoreconf)
+
 2007-11-07 Elisamuel Resto <ryuji at mages.ath.cx>
 	* DEPENDS, DETAILS, HISTORY: spell created
 
diff --git a/ftp/createtorrent/PRE_BUILD b/ftp/createtorrent/PRE_BUILD
new file mode 100755
index 0000000..4024a3d
--- /dev/null
+++ b/ftp/createtorrent/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+sed -i "s:[[]ssl[]]:[crypto]:" configure.in &&
+autoreconf



More information about the SM-Commit mailing list