mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
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
This commit is contained in:
parent
476d366a4b
commit
0d50879922
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197676
@ -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}/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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}/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user