[109012] trunk/dports/gnome/gpodder

elelay at macports.org elelay at macports.org
Tue Aug 6 07:27:52 PDT 2013


Revision: 109012
          https://trac.macports.org/changeset/109012
Author:   elelay at macports.org
Date:     2013-08-06 07:27:52 -0700 (Tue, 06 Aug 2013)
Log Message:
-----------
gpodder: remove patch applied upstream

Modified Paths:
--------------
    trunk/dports/gnome/gpodder/Portfile

Removed Paths:
-------------
    trunk/dports/gnome/gpodder/files/patch-src-gpodder-gtkui-main-py.diff

Modified: trunk/dports/gnome/gpodder/Portfile
===================================================================
--- trunk/dports/gnome/gpodder/Portfile	2013-08-06 13:47:54 UTC (rev 109011)
+++ trunk/dports/gnome/gpodder/Portfile	2013-08-06 14:27:52 UTC (rev 109012)
@@ -110,8 +110,6 @@
     	system "/usr/bin/xsltproc -o ${destroot}${my_python}/share/gpodder/ui/gtk/gpodder.ui \
     		${filespath}/adjust-modifiers.xsl ${worksrcpath}/share/gpodder/ui/gtk/gpodder.ui"
     }
-    
-    patchfiles-append patch-src-gpodder-gtkui-main-py.diff
 }
 
 variant html_notes description {Use WebkitGtk+ to show episode notes in HTML format} {

Deleted: trunk/dports/gnome/gpodder/files/patch-src-gpodder-gtkui-main-py.diff
===================================================================
--- trunk/dports/gnome/gpodder/files/patch-src-gpodder-gtkui-main-py.diff	2013-08-06 13:47:54 UTC (rev 109011)
+++ trunk/dports/gnome/gpodder/files/patch-src-gpodder-gtkui-main-py.diff	2013-08-06 14:27:52 UTC (rev 109012)
@@ -1,13 +0,0 @@
---- src/gpodder/gtkui/main.py.old	2013-01-25 12:40:16.000000000 +0100
-+++ src/gpodder/gtkui/main.py	2013-01-25 12:42:16.000000000 +0100
-@@ -93,8 +93,8 @@
- macapp = None
- if gpodder.ui.osx and getattr(gtk.gdk, 'WINDOWING', 'x11') == 'quartz':
-     try:
--        from gtk_osxapplication import *
--        macapp = OSXApplication()
-+        from gtkosx_application import *
-+        macapp = Application()
-     except ImportError:
-         print >> sys.stderr, """
-         Warning: gtk-mac-integration not found, disabling native menus 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130806/2ce81ceb/attachment.html>


More information about the macports-changes mailing list