FreeBSD Bugzilla – Attachment 167511 Details for
Bug 207558
[patch] net-p2p/deluge: Fix Scheduler plugin and other 1.3-stable improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update port to tip of branch 1.3-stable
deluge-port.diff (text/plain), 2.99 KB, created by
David Naylor
on 2016-02-28 12:45:39 UTC
(
hide
)
Description:
Update port to tip of branch 1.3-stable
Filename:
MIME Type:
Creator:
David Naylor
Created:
2016-02-28 12:45:39 UTC
Size:
2.99 KB
patch
obsolete
>diff --git a/net-p2p/deluge/Makefile b/net-p2p/deluge/Makefile >index 8f56525..8975080 100644 >--- a/net-p2p/deluge/Makefile >+++ b/net-p2p/deluge/Makefile >@@ -2,9 +2,9 @@ > > PORTNAME= deluge > PORTVERSION= 1.3.12 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= net-p2p python >-MASTER_SITES= http://download.deluge-torrent.org/source/ > > MAINTAINER= rm@FreeBSD.org > COMMENT= Bittorrent client using Python, GTK2, and libtorrent-rasterbar >@@ -21,8 +21,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:${PORTSDIR}/devel/py-xdg \ > USE_RC_SUBR= deluged deluge_web > SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} > >+GH_ACCOUNT= ${PORTNAME}-torrent >+GH_TAGNAME= 7315255 > NO_ARCH= yes > USES= gettext python:2 tar:lzma twisted:run,web >+USE_GITHUB= yes > USE_PYTHON= autoplist distutils > USE_OPENSSL= yes > >diff --git a/net-p2p/deluge/distinfo b/net-p2p/deluge/distinfo >index 51222cb..3871fb4 100644 >--- a/net-p2p/deluge/distinfo >+++ b/net-p2p/deluge/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (deluge-1.3.12.tar.lzma) = eb875724a8f52ac36c3890bdcee9f77c648ef03b6375387af5c26d5229fdc65e >-SIZE (deluge-1.3.12.tar.lzma) = 1449148 >+SHA256 (deluge-torrent-deluge-1.3.12-7315255_GH0.tar.lzma) = b629fd2930b6b85a2d7d50fd21b8fed9fe436cace5a5cb2036f4e730716f2693 >+SIZE (deluge-torrent-deluge-1.3.12-7315255_GH0.tar.lzma) = 3010093 >diff --git a/net-p2p/deluge/files/patch-deluge_core_core.py b/net-p2p/deluge/files/patch-deluge_core_core.py >index d7b2e29..0dda858 100644 >--- a/net-p2p/deluge/files/patch-deluge_core_core.py >+++ b/net-p2p/deluge/files/patch-deluge_core_core.py >@@ -1,9 +1,9 @@ > This patch fixes upload rate speed problem discussed here: > http://forum.deluge-torrent.org/viewtopic.php?f=7&t=33839 > >---- deluge/core/core.py.orig 2014-07-09 19:08:22 UTC >+--- deluge/core/core.py.orig 2015-09-28 10:53:27 UTC > +++ deluge/core/core.py >-@@ -93,7 +93,7 @@ >+@@ -96,7 +96,7 @@ class Core(component.Component): > self.__load_session_state() > > # Set the user agent >diff --git a/net-p2p/deluge/files/patch-setup.py b/net-p2p/deluge/files/patch-setup.py >index 1cb95f1..15ce69f 100644 >--- a/net-p2p/deluge/files/patch-setup.py >+++ b/net-p2p/deluge/files/patch-setup.py >@@ -1,4 +1,4 @@ >---- setup.py.orig 2015-09-13 20:32:11 UTC >+--- setup.py.orig 2015-09-28 10:53:27 UTC > +++ setup.py > @@ -216,6 +216,8 @@ except ImportError: > else: >@@ -9,10 +9,11 @@ > if build_libtorrent: > got_libtorrent = False > if not os.path.exists("libtorrent"): >-@@ -490,31 +492,7 @@ cmdclass = { >+@@ -489,32 +491,6 @@ cmdclass = { >+ > # Data files to be installed to the system. > _data_files = [] >- if not windows_check(): >+-if not windows_check() and not osx_check(): > - _data_files = [ > - ('share/icons/hicolor/scalable/apps', ['deluge/data/icons/scalable/apps/deluge.svg']), > - ('share/icons/hicolor/128x128/apps', ['deluge/data/icons/hicolor/128x128/apps/deluge.png']), >@@ -38,7 +39,6 @@ > - > - if os.path.exists(desktop_data): > - _data_files.append(('share/applications', [desktop_data])) >-+ _data_files = [] > > entry_points = { > "console_scripts": [
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207558
: 167511 |
167512