[142813] trunk/dports/sysutils/binplist/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Dec 12 07:20:40 PST 2015


Revision: 142813
          https://trac.macports.org/changeset/142813
Author:   khindenburg at macports.org
Date:     2015-11-23 19:20:34 -0800 (Mon, 23 Nov 2015)
Log Message:
-----------
binplist: update to 0.1.5; move to github; make script executable

Modified Paths:
--------------
    trunk/dports/sysutils/binplist/Portfile

Modified: trunk/dports/sysutils/binplist/Portfile
===================================================================
--- trunk/dports/sysutils/binplist/Portfile	2015-11-24 03:16:02 UTC (rev 142812)
+++ trunk/dports/sysutils/binplist/Portfile	2015-11-24 03:20:34 UTC (rev 142813)
@@ -3,9 +3,9 @@
 
 PortSystem          1.0
 PortGroup           python 1.0
+PortGroup           github 1.0
 
-name                binplist
-version             0.1.4
+github.setup        google binplist 0.1.5 v
 categories          sysutils
 platforms           darwin
 maintainers         khindenburg openmaintainer
@@ -16,19 +16,17 @@
 description         A binary plist parser
 long_description    ${description}
 
-homepage            https://code.google.com/p/binplist/
-master_sites        googlecode
-checksums           rmd160  19734c7ba381e08de66051768621b408b143c0cd \
-                    sha256  e436d61582789ac6b5e81233e32bafb5d9086ee3b8fcd825efc99be8048b62a1
+checksums           rmd160  4d8466bac247c702a1fa123d63b39c2d5b6677f5 \
+                    sha256  9480f6d25d26de6e37ae8785596e98774f63a9e3f3a29d6614b46340f0bca8bb
 
 depends_build-append    port:py${python.version}-setuptools
 depends_lib-append      port:py${python.version}-tz
 
+pre-destroot {
+    system -W ${worksrcpath} "chmod +x scripts/plist.py"
+}
+
 test.run            yes
 test.cmd            ${python.bin} tests/binplist_test.py
 test.env            PYTHONPATH=${worksrcpath}/build/lib
 test.target
-
-#../../python/py-dispatcher/Portfile:    test.run            yes
-#../../python/py-dispatcher/Portfile:    test.cmd            ${python.bin} tests/test.py
-#../../python/py-dispatcher/Portfile:    test.target
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/b5179009/attachment-0001.html>


More information about the macports-changes mailing list