[89725] trunk/dports/python/py-macfsevents/Portfile
Revision: 89725 http://trac.macports.org/changeset/89725 Author: stromnov@macports.org Date: 2012-02-08 02:04:11 -0800 (Wed, 08 Feb 2012) Log Message: ----------- py-macfsevents: update to version 0.2.5 Modified Paths: -------------- trunk/dports/python/py-macfsevents/Portfile Modified: trunk/dports/python/py-macfsevents/Portfile =================================================================== --- trunk/dports/python/py-macfsevents/Portfile 2012-02-08 09:56:48 UTC (rev 89724) +++ trunk/dports/python/py-macfsevents/Portfile 2012-02-08 10:04:11 UTC (rev 89725) @@ -5,9 +5,9 @@ PortGroup python 1.0 name py-macfsevents -version 0.2.4 +version 0.2.5 revision 0 -license ? +license BSD platforms darwin maintainers stromnov openmaintainer @@ -23,8 +23,8 @@ distname MacFSEvents-${version} -checksums rmd160 fe07213a11bf8c21baddbf44f5f4f60f33d97263 \ - sha256 53cd27e5e11b1030e2bd3ca183c06ef3cb94e254b1fd37c4750f08ed72fa7d7d +checksums rmd160 4df0794c61126443cd4896860180fe46d431bf8e \ + sha256 d257512244f97e534a6f5bdc8f790f5d490dcef6f54eec8bb298b90c17521220 python.default_version 27 python.versions 26 27 @@ -33,8 +33,9 @@ depends_build-append port:py${python.version}-distribute post-destroot { - xinstall -m 644 -W ${worksrcpath} README.rst CHANGES.rst \ - ${destroot}${prefix}/share/doc/${name} + xinstall -d ${destroot}${python.prefix}/share/doc/${name} + xinstall -m 644 -W ${worksrcpath} README.rst CHANGES.rst \ + ${destroot}${python.prefix}/share/doc/${name} } }
participants (1)
-
stromnov@macports.org