[100216] trunk/dports/python/py-notify-python/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Dec 3 15:43:54 PST 2012


Revision: 100216
          https://trac.macports.org/changeset/100216
Author:   ryandesign at macports.org
Date:     2012-12-03 15:43:54 -0800 (Mon, 03 Dec 2012)
Log Message:
-----------
py-notify-python: don't set patchfiles or dependencies in the stub port; remove unneeded python.default_version (it was set to the default)

Modified Paths:
--------------
    trunk/dports/python/py-notify-python/Portfile

Modified: trunk/dports/python/py-notify-python/Portfile
===================================================================
--- trunk/dports/python/py-notify-python/Portfile	2012-12-03 21:54:47 UTC (rev 100215)
+++ trunk/dports/python/py-notify-python/Portfile	2012-12-03 23:43:54 UTC (rev 100216)
@@ -32,21 +32,19 @@
                     sha1    490693cf601793f50cef1a3c82ba75025497fc00 \
                     rmd160  52f5b5cc7c01be32525db7a2edc0f3dee41911ef
 
-depends_build       port:pkgconfig
-
-patchfiles			patch-src-pynotifymodule-c.diff
-
 # Use the python subports feature but notify-python uses make
 # rather than setup.py for building since there are compiled libraries.
 # So the build procedure must unravel the python PortGroup settings
 # and revert to values compatible with a make environment.
 
 python.versions     26 27
-python.default_version 27
 
 if {$subport != $name} {
 
-    depends_lib         port:libnotify\
+    depends_build-append \
+                        port:pkgconfig
+
+    depends_lib-append  port:libnotify \
                         port:py${python.version}-gtk
     
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121203/85c3bd62/attachment.html>


More information about the macports-changes mailing list