[83666] trunk/dports/sysutils/pstree/Portfile
mww at macports.org
mww at macports.org
Thu Sep 8 15:38:56 PDT 2011
Revision: 83666
http://trac.macports.org/changeset/83666
Author: mww at macports.org
Date: 2011-09-08 15:38:56 -0700 (Thu, 08 Sep 2011)
Log Message:
-----------
whitespace changes only
Modified Paths:
--------------
trunk/dports/sysutils/pstree/Portfile
Modified: trunk/dports/sysutils/pstree/Portfile
===================================================================
--- trunk/dports/sysutils/pstree/Portfile 2011-09-08 22:13:07 UTC (rev 83665)
+++ trunk/dports/sysutils/pstree/Portfile 2011-09-08 22:38:56 UTC (rev 83666)
@@ -2,18 +2,18 @@
PortSystem 1.0
-name pstree
-version 2.33
-revision 1
-categories sysutils
-maintainers mww
-description pstree shows the output of the ps command as a tree
-platforms darwin freebsd
-long_description ${description}
+name pstree
+version 2.33
+revision 1
+categories sysutils
+maintainers mww
+description pstree shows the output of the ps command as a tree
+platforms darwin freebsd
+long_description ${description}
-homepage http://freshmeat.net/projects/pstree/
-master_sites ftp://ftp.thp.uni-duisburg.de/pub/source/ \
- http://fresh.t-systems-sfr.com/unix/src/misc/
+homepage http://freshmeat.net/projects/pstree/
+master_sites ftp://ftp.thp.uni-duisburg.de/pub/source/ \
+ http://fresh.t-systems-sfr.com/unix/src/misc/
checksums md5 b0a85caacd85f78bd83700afa86ec2e9 \
sha1 2f29ea2618cb6fd90529a543a94ed89b79db58b8 \
rmd160 4514485622955b66b162c1db2c1a454eda2df86d
@@ -21,27 +21,27 @@
# http://llvm.org/pr10514
# <rdar://problem/10015171>
if {${configure.compiler} == "clang"} {
- configure.cflags-delete -O2
- configure.cflags-append -O1
+ configure.cflags-delete -O2
+ configure.cflags-append -O1
}
-variant universal {}
+variant universal {}
pre-extract {
- file mkdir ${worksrcpath}
- xinstall -m 755 ${filespath}/configure ${worksrcpath}
+ file mkdir ${worksrcpath}
+ xinstall -m 755 ${filespath}/configure ${worksrcpath}
}
-extract.dir ${worksrcpath}
+extract.dir ${worksrcpath}
-destroot {
- xinstall -s ${worksrcpath}/pstree ${destroot}${prefix}/bin
- set docdir ${prefix}/share/doc/${name}-${version}
- xinstall -d ${destroot}${docdir}
- xinstall -m 0644 ${worksrcpath}/README \
- ${destroot}${docdir}
+destroot {
+ xinstall -s ${worksrcpath}/pstree ${destroot}${prefix}/bin
+ set docdir ${prefix}/share/doc/${name}-${version}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 0644 ${worksrcpath}/README \
+ ${destroot}${docdir}
}
-livecheck.type regex
-livecheck.url ftp://ftp.thp.uni-duisburg.de/pub/source/
-livecheck.regex pstree.tar.gz -> pstree-(\[0-9\]+\\.\[0-9\]+)
+livecheck.type regex
+livecheck.url ftp://ftp.thp.uni-duisburg.de/pub/source/
+livecheck.regex pstree.tar.gz -> pstree-(\[0-9\]+\\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110908/83036753/attachment.html>
More information about the macports-changes
mailing list