summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-06-30 13:08:21 +0400
committerVlad Glagolev2011-06-30 13:08:21 +0400
commit8ddc596760b37a2022ba0ccc55afff6638fdae08 (patch)
tree96d2bdec42ac6d95d8eec83a8d2684537375d0d5
parent7da103001c59f70f735d9db5e3d683260fa1a4ad (diff)
transmission: => 2.32
-rwxr-xr-xftp/transmission/DEPENDS8
-rwxr-xr-xftp/transmission/DETAILS2
-rw-r--r--ftp/transmission/HISTORY4
-rw-r--r--ftp/transmission/transmission-2.31.tar.bz2.sigbin287 -> 0 bytes
-rw-r--r--ftp/transmission/transmission-2.32.tar.bz2.sigbin0 -> 287 bytes
5 files changed, 12 insertions, 2 deletions
diff --git a/ftp/transmission/DEPENDS b/ftp/transmission/DEPENDS
index 8eb062d17c..02f9c533cc 100755
--- a/ftp/transmission/DEPENDS
+++ b/ftp/transmission/DEPENDS
@@ -1,7 +1,13 @@
+. "$GRIMOIRE/FUNCTIONS" &&
+
depends openssl &&
depends intltool &&
-depends libevent &&
depends curl &&
+depends libevent &&
+
+if spell_ok libevent && is_version_less $(installed_version libevent) 2.0.10; then
+ force_depends libevent
+fi &&
runtime_depends zlib &&
diff --git a/ftp/transmission/DETAILS b/ftp/transmission/DETAILS
index 54bbef1f76..a8a4ae734a 100755
--- a/ftp/transmission/DETAILS
+++ b/ftp/transmission/DETAILS
@@ -1,5 +1,5 @@
SPELL=transmission
- VERSION=2.31
+ VERSION=2.32
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://mirrors.m0k.org/$SPELL/files/$SOURCE
diff --git a/ftp/transmission/HISTORY b/ftp/transmission/HISTORY
index 599f7174e4..f5f1a1a56b 100644
--- a/ftp/transmission/HISTORY
+++ b/ftp/transmission/HISTORY
@@ -1,3 +1,7 @@
+2011-06-30 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 2.32
+ * DEPENDS: corrected dep version checking
+
2011-05-18 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.31
diff --git a/ftp/transmission/transmission-2.31.tar.bz2.sig b/ftp/transmission/transmission-2.31.tar.bz2.sig
deleted file mode 100644
index 9ad08517b9..0000000000
--- a/ftp/transmission/transmission-2.31.tar.bz2.sig
+++ /dev/null
Binary files differ
diff --git a/ftp/transmission/transmission-2.32.tar.bz2.sig b/ftp/transmission/transmission-2.32.tar.bz2.sig
new file mode 100644
index 0000000000..9dbe99ed48
--- /dev/null
+++ b/ftp/transmission/transmission-2.32.tar.bz2.sig
Binary files differ