aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/deluge05
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-08-14 16:36:18 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-08-14 16:36:18 +0000
commit0d50879922147d772fa5ed1946270f3bed8dadc6 (patch)
tree473b2283a4617b3c26d775ddf6e62d34fd4a5ef6 /net-p2p/deluge05
parent476d366a4b6eb03a75c043f8be80b4ff3519e65f (diff)
The tarball has been rerolled again. Somehow I have lost the second tarball
to compare with the third tarball, so I have no idea what kind of change. I have asked in the forum[1] and the developer has replied. He said that he does not remember what kind of change in there, but he promise me that it's safe. Since nobody knew, so I am going to bump the PORTREVISION in case. The developer said that he will post in the news next time if he reroll the tarball to give us the headup the reason of reroll. I think it's fair enough. [1] http://forum.deluge-torrent.org/viewtopic.php?f=8&t=309 Reported by: krismail
Notes
Notes: svn path=/head/; revision=197676
Diffstat (limited to 'net-p2p/deluge05')
-rw-r--r--net-p2p/deluge05/Makefile1
-rw-r--r--net-p2p/deluge05/distinfo6
-rw-r--r--net-p2p/deluge05/files/patch-setup.py21
3 files changed, 14 insertions, 14 deletions
diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile
index dbd728a02bf6..2a4e27eedc9f 100644
--- a/net-p2p/deluge05/Makefile
+++ b/net-p2p/deluge05/Makefile
@@ -7,6 +7,7 @@
PORTNAME= deluge
PORTVERSION= 0.5.4.1
+PORTREVISION= 1
CATEGORIES= net-p2p python
MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/
diff --git a/net-p2p/deluge05/distinfo b/net-p2p/deluge05/distinfo
index 7397f9fa6a18..6938074e3553 100644
--- a/net-p2p/deluge05/distinfo
+++ b/net-p2p/deluge05/distinfo
@@ -1,3 +1,3 @@
-MD5 (deluge-0.5.4.1.tar.gz) = 80aeb297b519d42ef3a0ff2d3c2dbecb
-SHA256 (deluge-0.5.4.1.tar.gz) = 954fe23378431d6ab2444361b76653babb5767aef28081e62c434d1f4ccfc2b5
-SIZE (deluge-0.5.4.1.tar.gz) = 1480071
+MD5 (deluge-0.5.4.1.tar.gz) = 36debac83b41f1697da6805e8cc79435
+SHA256 (deluge-0.5.4.1.tar.gz) = 242ced6abeda90e93c70b03fe3b84bed5a85059e5fcbd3faec7ef0ac29d52c87
+SIZE (deluge-0.5.4.1.tar.gz) = 1473118
diff --git a/net-p2p/deluge05/files/patch-setup.py b/net-p2p/deluge05/files/patch-setup.py
index 21de9af24d7b..0c60ff16ca96 100644
--- a/net-p2p/deluge05/files/patch-setup.py
+++ b/net-p2p/deluge05/files/patch-setup.py
@@ -1,14 +1,13 @@
---- setup.py.orig 2007-08-11 22:13:02.000000000 -0500
-+++ setup.py 2007-08-11 22:16:17.000000000 -0500
-@@ -102,13 +102,12 @@
+--- setup.py.orig 2007-08-14 11:14:32.000000000 -0500
++++ setup.py 2007-08-14 11:16:15.000000000 -0500
+@@ -101,13 +101,13 @@
+ "-DHAVE_INCLUDE_LIBTORRENT_ASIO_SSL_STREAM_HPP=1",
"-DHAVE_INCLUDE_LIBTORRENT_ASIO_IP_TCP_HPP=1",
"-DHAVE_PTHREAD=1", "-DTORRENT_USE_OPENSSL=1", "-DHAVE_SSL=1",
- "-DNDEBUG=1"]
--# Done through debian/rules, as all arches are not handled
--# if ARCH == "x64":
--# EXTRA_COMPILE_ARGS.append("-DAMD64")
-+ if ARCH == "x64":
-+ EXTRA_COMPILE_ARGS.append("-DAMD64")
+- "-DNDEBUG=1", "-O2"]
++ "-DNDEBUG=1"]
+ if ARCH == "x64":
+ EXTRA_COMPILE_ARGS.append("-DAMD64")
includedirs = ['./libtorrent', './libtorrent/include',
'./libtorrent/include/libtorrent',
@@ -17,7 +16,7 @@
if OS == "linux":
if os.WEXITSTATUS(os.system('grep -iq "Debian GNU/Linux 4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Ubuntu 6.10\|Fedora Core release 6\|openSUSE 10.2\|Mandriva Linux release 2007.1\|Fedora release 7\|BLAG release 60001\|Yellow Dog Linux release 5.0 (Phoenix)\|CentOS release 5 (Final)" /etc/issue')) == 0:
-@@ -154,11 +153,11 @@
+@@ -150,11 +150,11 @@
# Ubuntu possible.
if boosttype == "nomt":
librariestype = ['boost_filesystem', 'boost_date_time',
@@ -31,7 +30,7 @@
print 'Libraries mt'
def fetchCpp():
-@@ -177,8 +176,10 @@
+@@ -173,8 +173,10 @@
deluge_core = Extension('deluge_core',
include_dirs = includedirs,