[126941] trunk/dports/net/deluge

devans at macports.org devans at macports.org
Fri Oct 17 15:58:03 PDT 2014


Revision: 126941
          https://trac.macports.org/changeset/126941
Author:   devans at macports.org
Date:     2014-10-17 15:58:02 -0700 (Fri, 17 Oct 2014)
Log Message:
-----------
deluge: update to version 1.3.10, drop +python26 variant.

Modified Paths:
--------------
    trunk/dports/net/deluge/Portfile
    trunk/dports/net/deluge/files/patch-remove-osx-native-menus.diff

Modified: trunk/dports/net/deluge/Portfile
===================================================================
--- trunk/dports/net/deluge/Portfile	2014-10-17 22:57:02 UTC (rev 126940)
+++ trunk/dports/net/deluge/Portfile	2014-10-17 22:58:02 UTC (rev 126941)
@@ -6,7 +6,7 @@
 PortGroup       active_variants 1.1
 
 name            deluge
-version         1.3.9
+version         1.3.10
 categories      net gnome python
 license         {GPL-3+ OpenSSLException}
 maintainers     devans openmaintainer
@@ -22,8 +22,8 @@
 
 use_bzip2       yes
 
-checksums       sha256  381de18d214a8a8ec15b9d98b7153bb39ba1194984bd05c7cf0f445ddb6f2f4a \
-                rmd160  3068b56259913a4d1262d7630a3b131fef7f45ab
+checksums       sha256  6da62d68b06465050d57a2aade8a16b925cf9696bf76bffd1fdd288438a31ef5 \
+                rmd160  e4fa59462738e3fc53a91799502d64295943e1f0
 
 depends_build-append \
                 port:intltool
@@ -40,22 +40,6 @@
                 CFLAGS="-I${prefix}/include -I${prefix}/include/boost" \
                 CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp}
 
-variant python26 conflicts python27 description {Build for Python 2.6} {
-        require_active_variants libtorrent-rasterbar python26
-        python.default_version 26
-        depends_lib-append \
-                port:dbus-python26 \
-                port:py26-chardet \
-                port:py26-game \
-                port:py26-pygtk \
-                port:py26-setuptools \
-                port:py26-xdg \
-                port:py26-twisted \
-                port:py26-twisted-web2 \
-                port:py26-openssl \
-                port:py26-mako
-}
-
 variant python27 conflicts python26 description {Build for Python 2.7} {
         require_active_variants libtorrent-rasterbar python27
         python.default_version 27
@@ -72,9 +56,7 @@
                 port:py27-mako
 }
 
-if {![variant_isset python26]} {
-        default_variants +python27
-}
+default_variants +python27
 
 python.link_binaries no
 post-destroot {

Modified: trunk/dports/net/deluge/files/patch-remove-osx-native-menus.diff
===================================================================
--- trunk/dports/net/deluge/files/patch-remove-osx-native-menus.diff	2014-10-17 22:57:02 UTC (rev 126940)
+++ trunk/dports/net/deluge/files/patch-remove-osx-native-menus.diff	2014-10-17 22:58:02 UTC (rev 126941)
@@ -1,6 +1,6 @@
---- deluge/ui/gtkui/gtkui.py.orig	2014-10-04 15:33:07.000000000 -0700
-+++ deluge/ui/gtkui/gtkui.py	2014-10-06 14:22:41.000000000 -0700
-@@ -206,12 +206,12 @@
+--- deluge/ui/gtkui/gtkui.py.orig	2014-10-15 14:10:39.000000000 -0700
++++ deluge/ui/gtkui/gtkui.py	2014-10-17 15:51:20.000000000 -0700
+@@ -212,12 +212,12 @@
                      return 1
              SetConsoleCtrlHandler(win_handler)
  
@@ -19,7 +19,7 @@
  
  
          # Set process name again to fix gtk issue
-@@ -255,17 +255,17 @@
+@@ -261,17 +261,17 @@
          self.statusbar = StatusBar()
          self.addtorrentdialog = AddTorrentDialog()
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141017/276ebf37/attachment.html>


More information about the macports-changes mailing list