Revision
89367
Author
ryandesign@macports.org
Date
2012-01-26 17:56:58 -0800 (Thu, 26 Jan 2012)

Log Message

py-nose-testconfig: fix stub port by not trying to apply the patchfile in it; also append to depends_lib instead of overwriting it

Modified Paths

Diff

Modified: trunk/dports/python/py-nose-testconfig/Portfile (89366 => 89367)


--- trunk/dports/python/py-nose-testconfig/Portfile	2012-01-27 01:08:51 UTC (rev 89366)
+++ trunk/dports/python/py-nose-testconfig/Portfile	2012-01-27 01:56:58 UTC (rev 89367)
@@ -21,11 +21,13 @@
 checksums           rmd160  6e13245b021aa027ef81ec5595bda387595c6ff8 \
                     sha256  cde6a8558e3d246da30021c723c1b8ffc9d59426507ad12c362764ca797aa86e
 
-patchfiles          testconfig.py.patch
 homepage            https://bitbucket.org/jnoller/${real_name}
 master_sites        http://pypi.python.org/packages/source/n/${real_name}
 distname            ${real_name}-${version}
 
 if {$name != $subport} {
-    depends_lib     port:py${python.version}-nose
+    depends_lib-append \
+                    port:py${python.version}-nose
+    
+    patchfiles      testconfig.py.patch
 }