Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (9371de3bf713741c64f28b2dbe46f86c2605b431)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (9371de3bf713741c64f28b2dbe46f86c2605b431)
  • Date: Sat, 10 Dec 2011 10:36:04 -0600

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

ftp-libs/libtorrent/DETAILS | 4 ++--
ftp-libs/libtorrent/HISTORY | 4 ++++
ftp-libs/libtorrent/UP_TRIGGERS | 12 ++++++++++++
ftp/rtorrent/DETAILS | 4 ++--
ftp/rtorrent/HISTORY | 4 ++++
ftp/rtorrent/PRE_BUILD | 2 ++
6 files changed, 26 insertions(+), 4 deletions(-)

New commits:
commit 9371de3bf713741c64f28b2dbe46f86c2605b431
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

rtorrent: updated to 0.9.0

commit 9e8e251fc33ab2174f21419d8b690522f9b3e535
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

libtorrent: update to 0.13.0

diff --git a/ftp-libs/libtorrent/DETAILS b/ftp-libs/libtorrent/DETAILS
index 1b22696..84ddbe9 100755
--- a/ftp-libs/libtorrent/DETAILS
+++ b/ftp-libs/libtorrent/DETAILS
@@ -1,12 +1,12 @@
SPELL=libtorrent
- VERSION=0.12.9
+ VERSION=0.13.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://libtorrent.rakshasa.no/downloads/$SOURCE
WEB_SITE=http://libtorrent.rakshasa.no
ENTERED=20050117
LICENSE[0]=GPL
-
SOURCE_HASH=sha512:dde2c4edbf08edce5bcb2c3487b8a5952a1e84f84ccd2c54e3f6530571b87bd994f4fc0e8175e0188adf831f562c9c35ae8b7f318d81543c590a1eb37151774c
+
SOURCE_HASH=sha512:fc7c7dfdfff9005d88fde0cbdb443be266a9e236ae77a70c05221f741590a83b38f65a454a915278daacf6faa041e7a89d0dab2dbf1e5c35ab642b2d4b157107
KEYWORDS="bittorrent ftp libs"
SHORT='LibTorrent is a BitTorrent library written in C++ for
*nix.'
cat << EOF
diff --git a/ftp-libs/libtorrent/HISTORY b/ftp-libs/libtorrent/HISTORY
index be93708..2c84299 100644
--- a/ftp-libs/libtorrent/HISTORY
+++ b/ftp-libs/libtorrent/HISTORY
@@ -1,3 +1,7 @@
+2011-12-10 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: updated spell to 0.13.0
+ * UP_TRIGGERS: incompatible update
+
2011-09-20 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: updated spell to 0.12.9
* PRE_BUILD, gcc44.patch: removed patch, no longer needed
diff --git a/ftp-libs/libtorrent/UP_TRIGGERS b/ftp-libs/libtorrent/UP_TRIGGERS
new file mode 100755
index 0000000..6577381
--- /dev/null
+++ b/ftp-libs/libtorrent/UP_TRIGGERS
@@ -0,0 +1,12 @@
+local OLD_SPELL_VERSION=""
+if spell_ok $SPELL; then
+ OLD_SPELL_VERSION="$(installed_version $SPELL)"
+ if test "${VERSION}" != "${OLD_SPELL_VERSION}"; then
+ message "This is a possibly incompatible update of $SPELL..."
+ message "Figuring out what spells need to be recast, this may take a
while."
+ for each in $(show_up_depends $SPELL); do
+ up_trigger $each cast_self
+ done
+ fi
+fi
+
diff --git a/ftp/rtorrent/DETAILS b/ftp/rtorrent/DETAILS
index ef8f46a..d88c3bf 100755
--- a/ftp/rtorrent/DETAILS
+++ b/ftp/rtorrent/DETAILS
@@ -1,12 +1,12 @@
SPELL=rtorrent
- VERSION=0.8.9
+ VERSION=0.9.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://libtorrent.rakshasa.no/downloads/$SOURCE
WEB_SITE=http://libtorrent.rakshasa.no
ENTERED=20050214
LICENSE[0]=GPL
-
SOURCE_HASH=sha512:32b6377279fc22a0e42f80f0d4275a9b940866bed639e0b022088380b9a6bffe9ec642eba3866f5ee3fb1d3cc1c63b75283b15726b59fead790f643d6a053b7d
+
SOURCE_HASH=sha512:e1a53ffc0f9aba8f024059a6eee00ec1b7351d2c66c4b79290be627ed5c8dc47d3b5a1b004ce877aeb58ea96c1298063a850f6c52bb23137c0d7abbd6281f080
KEYWORDS="bittorrent ftp"
SHORT='Rtorrent is a bittorrent client using libTorrent.'
cat << EOF
diff --git a/ftp/rtorrent/HISTORY b/ftp/rtorrent/HISTORY
index 3f818d4..7ba8dfb 100644
--- a/ftp/rtorrent/HISTORY
+++ b/ftp/rtorrent/HISTORY
@@ -1,3 +1,7 @@
+2011-12-10 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: updated spell to 0.9.0
+ * PRE_BUILD: patch only needed for ncurses 5.8
+
2011-09-20 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 0.8.9
* DEPENDS use simple_version_check_force_depends on libtorrent to
avoid
diff --git a/ftp/rtorrent/PRE_BUILD b/ftp/rtorrent/PRE_BUILD
index be02560..c435e61 100755
--- a/ftp/rtorrent/PRE_BUILD
+++ b/ftp/rtorrent/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&
+if [[ $(installed_version ncurses) == 5.8 ]]; then
patch -p0 < ${SPELL_DIRECTORY}/rtorrent-ncurses.patch
+fi



  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (9371de3bf713741c64f28b2dbe46f86c2605b431), Andraž Levstik, 12/10/2011

Archive powered by MHonArc 2.6.24.

Top of Page