diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/deluge/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/deluge/files/patch-setup.py | 2 | ||||
-rw-r--r-- | net-p2p/deluge05/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/deluge05/files/patch-setup.py | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile index 256d22c1da61..4163875db15e 100644 --- a/net-p2p/deluge/Makefile +++ b/net-p2p/deluge/Makefile @@ -7,6 +7,7 @@ PORTNAME= deluge PORTVERSION= 0.5.8.1 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ diff --git a/net-p2p/deluge/files/patch-setup.py b/net-p2p/deluge/files/patch-setup.py index 4ea7c07e3fea..96616853aecc 100644 --- a/net-p2p/deluge/files/patch-setup.py +++ b/net-p2p/deluge/files/patch-setup.py @@ -21,7 +21,7 @@ librariestype = [boost_filesystem, boost_date_time, - boost_thread, 'z', 'pthread', 'ssl', 'rt', 'crypto'] -+ boost_thread, 'z', 'ssl', 'rt', 'crypto'] ++ boost_thread, 'z', 'ssl', 'crypto'] removals = ['-g', '-Wstrict-prototypes'] diff --git a/net-p2p/deluge05/Makefile b/net-p2p/deluge05/Makefile index 256d22c1da61..4163875db15e 100644 --- a/net-p2p/deluge05/Makefile +++ b/net-p2p/deluge05/Makefile @@ -7,6 +7,7 @@ PORTNAME= deluge PORTVERSION= 0.5.8.1 +PORTREVISION= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/tarball/${PORTVERSION}/ diff --git a/net-p2p/deluge05/files/patch-setup.py b/net-p2p/deluge05/files/patch-setup.py index 4ea7c07e3fea..96616853aecc 100644 --- a/net-p2p/deluge05/files/patch-setup.py +++ b/net-p2p/deluge05/files/patch-setup.py @@ -21,7 +21,7 @@ librariestype = [boost_filesystem, boost_date_time, - boost_thread, 'z', 'pthread', 'ssl', 'rt', 'crypto'] -+ boost_thread, 'z', 'ssl', 'rt', 'crypto'] ++ boost_thread, 'z', 'ssl', 'crypto'] removals = ['-g', '-Wstrict-prototypes'] |