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)
downloadports-0d50879922147d772fa5ed1946270f3bed8dadc6.tar.gz
ports-0d50879922147d772fa5ed1946270f3bed8dadc6.zip
Notes
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,