[35786] trunk/dports/python

akira at macports.org akira at macports.org
Sun Apr 6 08:28:02 PDT 2008


Revision: 35786
          http://trac.macosforge.org/projects/macports/changeset/35786
Author:   akira at macports.org
Date:     2008-04-06 08:27:55 -0700 (Sun, 06 Apr 2008)

Log Message:
-----------
Fixed #14942

Modified Paths:
--------------
    trunk/dports/python/py-nose/Portfile
    trunk/dports/python/py25-nose/Portfile

Modified: trunk/dports/python/py-nose/Portfile
===================================================================
--- trunk/dports/python/py-nose/Portfile	2008-04-06 15:09:15 UTC (rev 35785)
+++ trunk/dports/python/py-nose/Portfile	2008-04-06 15:27:55 UTC (rev 35786)
@@ -5,8 +5,9 @@
 
 name				py-nose
 version				0.10.1
+revision			1
 categories-append		www
-maintainers			openmaintainer stechert at macports.org
+maintainers			openmaintainer stechert akira
 description			A Python unittest extension.
 long_description		A unittest extension offering automatic test \
 				suite discovery, simplified test authoring, \
@@ -27,3 +28,6 @@
 checksums			md5 b1116d3780fea2cd7fe9dcc337d0fc9a \
 				sha1 c4d7fe3b3ae8f881bcb250e3068323fa84e3ac2e \
 				rmd160 3eb7e10b2db7aff4cca651abb59777d1406f7c4a
+patch {
+	reinplace "s|man/man|share/man/man|" ${worksrcpath}/setup.py
+}

Modified: trunk/dports/python/py25-nose/Portfile
===================================================================
--- trunk/dports/python/py25-nose/Portfile	2008-04-06 15:09:15 UTC (rev 35785)
+++ trunk/dports/python/py25-nose/Portfile	2008-04-06 15:27:55 UTC (rev 35786)
@@ -5,8 +5,9 @@
 
 name				py25-nose
 version				0.10.1
+revision			1
 categories-append		www
-maintainers			stechert at macports.org
+maintainers			openmaintainer stechert akira
 description			A Python unittest extension.
 long_description		A unittest extension offering automatic test \
 				suite discovery, simplified test authoring, \
@@ -27,3 +28,6 @@
 checksums			md5 b1116d3780fea2cd7fe9dcc337d0fc9a \
 				sha1 c4d7fe3b3ae8f881bcb250e3068323fa84e3ac2e \
 				rmd160 3eb7e10b2db7aff4cca651abb59777d1406f7c4a
+patch {
+	reinplace "s|man/man|share/man/man|" ${worksrcpath}/setup.py
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080406/f99ef134/attachment-0001.html


More information about the macports-changes mailing list