aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-08-15 00:36:18 +0800
committermezz <mezz@FreeBSD.org>2007-08-15 00:36:18 +0800
commite3546b66bb26b09a5c5cfed8807bbcd74a2fc415 (patch)
treedf04bc6ea77eb48b0d37aeb6e102fa9e52fe3cf2
parent9b70126030f2f02a77d2257e98c2a3ce4ed13c00 (diff)
downloadfreebsd-ports-gnome-e3546b66bb26b09a5c5cfed8807bbcd74a2fc415.tar.gz
freebsd-ports-gnome-e3546b66bb26b09a5c5cfed8807bbcd74a2fc415.tar.zst
freebsd-ports-gnome-e3546b66bb26b09a5c5cfed8807bbcd74a2fc415.zip
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
-rw-r--r--net-p2p/deluge/Makefile1
-rw-r--r--net-p2p/deluge/distinfo6
-rw-r--r--net-p2p/deluge/files/patch-setup.py21
-rw-r--r--net-p2p/deluge05/Makefile1
-rw-r--r--net-p2p/deluge05/distinfo6
-rw-r--r--net-p2p/deluge05/files/patch-setup.py21
6 files changed, 28 insertions, 28 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile
index dbd728a02bf6..2a4e27eedc9f 100644
--- a/net-p2p/deluge/Makefile
+++ b/net-p2p/deluge/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/deluge/distinfo b/net-p2p/deluge/distinfo
index 7397f9fa6a18..6938074e3553 100644
--- a/net-p2p/deluge/distinfo
+++ b/net-p2p/deluge/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/deluge/files/patch-setup.py b/net-p2p/deluge/files/patch-setup.py
index 21de9af24d7b..0c60ff16ca96 100644
--- a/net-p2p/deluge/files/patch-setup.py
+++ b/net-p2p/deluge/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,
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,