[78680] trunk/dports/python/py26-parsing/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue May 17 15:02:02 PDT 2011


Revision: 78680
          http://trac.macports.org/changeset/78680
Author:   macsforever2000 at macports.org
Date:     2011-05-17 15:02:01 -0700 (Tue, 17 May 2011)
Log Message:
-----------
py26-parsing: Update to version 1.5.5. Fixed post-destroot to work with new version.

Modified Paths:
--------------
    trunk/dports/python/py26-parsing/Portfile

Modified: trunk/dports/python/py26-parsing/Portfile
===================================================================
--- trunk/dports/python/py26-parsing/Portfile	2011-05-17 19:17:52 UTC (rev 78679)
+++ trunk/dports/python/py26-parsing/Portfile	2011-05-17 22:02:01 UTC (rev 78680)
@@ -2,12 +2,13 @@
 
 PortSystem          1.0
 PortGroup           python26 1.0
+
 name                py26-parsing
-version             1.5.2
-revision            1
+version             1.5.5
 categories          python lang
 platforms           darwin
 maintainers         nomaintainer
+
 description         alternative approach to creating parsers in python
 long_description \
    The parsing module is an alternative approach to creating and executing \
@@ -18,13 +19,19 @@
 homepage            http://pyparsing.wikispaces.com/
 master_sites        sourceforge:pyparsing
 distname            pyparsing-${version}
-checksums           md5     13aed3cb21a427f8aeb0fe7ca472ba42 \
-                    sha1    298ec7c4df5f188088be21b5feda35752fa46507 \
-                    rmd160  cf564cc42951e134b8ed29e97d680d9df0b61545
+
+checksums           md5     0beba391cba3082d7914c289bffa52ce \
+                    sha1    68f18a8f98c9d0e613e08ab45c2b8263daa4a53b \
+                    rmd160  ff786fa241d2e432f197c6e4c3f0ffba9fca1aab
+
 post-destroot {
    xinstall -m 644 -W ${worksrcpath} CHANGES HowToUsePyparsing.html \
       LICENSE README ${destroot}${prefix}/share/doc/${name}
-   eval xinstall -m 644 [glob ${worksrcpath}/docs/*] \
+   xinstall -m 644 -W ${worksrcpath}/docs \
+      pycon06-AdventureEngineUsingPyparsing-notes.pdf \
+      pycon06-IntroToPyparsing-notes.pdf \
+      pyparsingClassDiagram.JPG \
+      pyparsingClassDiagram.PNG \
       ${destroot}${prefix}/share/doc/${name}
    file copy ${worksrcpath}/htmldoc ${destroot}${prefix}/share/doc/${name}
    eval xinstall -m 644 [glob ${worksrcpath}/examples/*] \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110517/067e4493/attachment.html>


More information about the macports-changes mailing list