[125523] trunk/dports/python/py-tre/Portfile

mf2k at macports.org mf2k at macports.org
Fri Sep 19 13:22:50 PDT 2014


Revision: 125523
          https://trac.macports.org/changeset/125523
Author:   mf2k at macports.org
Date:     2014-09-19 13:22:49 -0700 (Fri, 19 Sep 2014)
Log Message:
-----------
py-tre: License. Use modern checksums. Install license and other support files.

Modified Paths:
--------------
    trunk/dports/python/py-tre/Portfile

Modified: trunk/dports/python/py-tre/Portfile
===================================================================
--- trunk/dports/python/py-tre/Portfile	2014-09-19 20:11:06 UTC (rev 125522)
+++ trunk/dports/python/py-tre/Portfile	2014-09-19 20:22:49 UTC (rev 125523)
@@ -5,9 +5,11 @@
 
 name                py-tre
 version             0.8.0
+revision            1
 categories-append   devel
 platforms           darwin
 maintainers         nomaintainer
+license             BSD
 
 description         Python bindings for libtre
 long_description    Python bindings for libtre, a lightweight, \
@@ -22,18 +24,22 @@
 patchfiles          patch-setup.py.diff
 use_bzip2           yes
 
-checksums           md5     b4d3232593dadf6746f4727bdda20b41 \
-                    sha1    a41692e64b40ebae3cffe83931ddbf8420a10ae3 \
-                    rmd160  8031cc0c421dd0f473b4c98f49aef9805fa65b64
+checksums           rmd160  8031cc0c421dd0f473b4c98f49aef9805fa65b64 \
+                    sha256  8dc642c2cde02b2dac6802cdbe2cda201daf79c4ebcbb3ea133915edf1636658
 
 python.versions     26 27
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:tre
     
-    livecheck.type      none
-
     post-patch {
         reinplace "s|@@MP_INCLUDE_DIR@@|${prefix}/include|g" ${worksrcpath}/setup.py
     }
+
+    post-destroot {
+        xinstall -m 644 -W ${workpath}/${distname} ChangeLog LICENSE README \
+            ${destroot}${prefix}/share/doc/${subport}
+    }
+
+    livecheck.type      none
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140919/378bd2d1/attachment.html>


More information about the macports-changes mailing list