[137283] trunk/dports/sysutils/pstree/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jun 7 19:21:01 PDT 2015


Revision: 137283
          https://trac.macports.org/changeset/137283
Author:   ryandesign at macports.org
Date:     2015-06-07 19:21:01 -0700 (Sun, 07 Jun 2015)
Log Message:
-----------
pstree: update to 2.39 (#47790) and use unversioned docdir

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

Modified: trunk/dports/sysutils/pstree/Portfile
===================================================================
--- trunk/dports/sysutils/pstree/Portfile	2015-06-08 02:16:43 UTC (rev 137282)
+++ trunk/dports/sysutils/pstree/Portfile	2015-06-08 02:21:01 UTC (rev 137283)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name                pstree
-version             2.36
+version             2.39
 categories          sysutils
 maintainers         mww
 license             GPL-2
@@ -15,8 +15,8 @@
 homepage            http://www.thp.uni-duisburg.de/pstree/
 master_sites        ftp://ftp.thp.uni-duisburg.de/pub/source/
 
-checksums           rmd160  b98c5ce530cd4193a883a0c09e080da595595cd5 \
-                    sha256  9d05d28432a12fe8744b895e10b4a39008bba4fc3787b3595da3cf599b75a4ef
+checksums           rmd160  74bd6cd2fa22e0bde2f3e4936c1b6ed4d767b6df \
+                    sha256  7c9bc3b43ee6f93a9bc054eeff1e79d30a01cac13df810e2953e3fc24ad8479f
 
 installs_libs       no
 
@@ -28,7 +28,8 @@
 
 destroot {
     xinstall -s ${worksrcpath}/pstree ${destroot}${prefix}/bin
-    set docdir ${prefix}/share/doc/${name}-${version}
+    xinstall -m 644 ${worksrcpath}/pstree.1 ${destroot}${prefix}/share/man/man1
+    set docdir ${prefix}/share/doc/${subport}
     xinstall -d ${destroot}${docdir}
     xinstall -m 0644 ${worksrcpath}/README \
         ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150607/1b5ed873/attachment.html>


More information about the macports-changes mailing list