[43972] trunk/dports/python
jmr at macports.org
jmr at macports.org
Thu Dec 18 09:07:55 PST 2008
Revision: 43972
http://trac.macports.org/changeset/43972
Author: jmr at macports.org
Date: 2008-12-18 09:07:54 -0800 (Thu, 18 Dec 2008)
Log Message:
-----------
py-game, py25-game, py26-game: fix case of README.txt (#17701)
Modified Paths:
--------------
trunk/dports/python/py-game/Portfile
trunk/dports/python/py25-game/Portfile
trunk/dports/python/py26-game/Portfile
Modified: trunk/dports/python/py-game/Portfile
===================================================================
--- trunk/dports/python/py-game/Portfile 2008-12-18 16:52:24 UTC (rev 43971)
+++ trunk/dports/python/py-game/Portfile 2008-12-18 17:07:54 UTC (rev 43972)
@@ -54,7 +54,7 @@
file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} install.html WHATSNEW \
- readme.txt ${destroot}${prefix}/share/doc/${name}
+ README.txt ${destroot}${prefix}/share/doc/${name}
}
livecheck.check regex
Modified: trunk/dports/python/py25-game/Portfile
===================================================================
--- trunk/dports/python/py25-game/Portfile 2008-12-18 16:52:24 UTC (rev 43971)
+++ trunk/dports/python/py25-game/Portfile 2008-12-18 17:07:54 UTC (rev 43972)
@@ -54,7 +54,7 @@
file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} install.html WHATSNEW \
- readme.txt ${destroot}${prefix}/share/doc/${name}
+ README.txt ${destroot}${prefix}/share/doc/${name}
}
livecheck.check regex
Modified: trunk/dports/python/py26-game/Portfile
===================================================================
--- trunk/dports/python/py26-game/Portfile 2008-12-18 16:52:24 UTC (rev 43971)
+++ trunk/dports/python/py26-game/Portfile 2008-12-18 17:07:54 UTC (rev 43972)
@@ -56,7 +56,7 @@
file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} install.html WHATSNEW \
- readme.txt ${destroot}${prefix}/share/doc/${name}
+ README.txt ${destroot}${prefix}/share/doc/${name}
}
livecheck.check regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081218/76dc2a65/attachment.html>
More information about the macports-changes
mailing list