commit ba39fd00b6efb615ad430668d12d9e8a45813b22
Author: Mihai Moldovan <ionic@ionic.de>
Date: Fri Jul 11 04:34:38 2014 +0200
gnome/gpodder: remove dependency on PIL/Pillow. Removed by upstream some time ago. Revbump.
diff --git a/gnome/gpodder/Portfile b/gnome/gpodder/Portfile
index 1b5de0b..7aa85d1 100644
a
|
b
|
PortGroup active_variants 1.1 |
6 | 6 | |
7 | 7 | name gpodder |
8 | 8 | version 3.7.0 |
| 9 | revision 1 |
9 | 10 | categories gnome audio |
10 | 11 | license GPL-3 |
11 | 12 | maintainers elelay |
… |
… |
set my_python "DUMMY_VALUE_WILL_BE_OVERWRITTEN" |
35 | 36 | |
36 | 37 | variant python26 conflicts description {Use Python 2.6} { |
37 | 38 | depends_lib-append port:py26-feedparser\ |
38 | | port:py26-pil\ |
39 | 39 | port:dbus-python26\ |
40 | 40 | port:py26-mygpoclient \ |
41 | 41 | port:py26-pygtk |
… |
… |
variant python26 conflicts description {Use Python 2.6} { |
60 | 60 | |
61 | 61 | variant python27 conflicts python26 conflicts description {Use Python 2.7} { |
62 | 62 | depends_lib-append port:py27-feedparser\ |
63 | | port:py27-pil\ |
64 | 63 | port:dbus-python27\ |
65 | 64 | port:py27-mygpoclient \ |
66 | 65 | port:py27-pygtk |