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

source_changes at macosforge.org source_changes at macosforge.org
Fri May 11 07:47:47 PDT 2007


Revision: 25022
          http://trac.macosforge.org/projects/macports/changeset/25022
Author:   mww at macports.org
Date:     2007-05-11 07:47:47 -0700 (Fri, 11 May 2007)

Log Message:
-----------
version 2.30, compile in worksrcpath instead of just workpath

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

Modified: trunk/dports/sysutils/pstree/Portfile
===================================================================
--- trunk/dports/sysutils/pstree/Portfile	2007-05-11 14:10:28 UTC (rev 25021)
+++ trunk/dports/sysutils/pstree/Portfile	2007-05-11 14:47:47 UTC (rev 25022)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			pstree
-version			2.27
+version			2.30
 categories		sysutils
 maintainers		mww at macports.org
 description		pstree shows the output of the ps command as a tree
@@ -13,20 +13,23 @@
 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 509169224a4b127007de108a9a9fac26
+checksums		sha1 6c122eedfdc38436629ec2a430b957b6fd035a1c
 
+pre-extract {
+	file mkdir ${worksrcpath}
+}
+extract.dir	${worksrcpath}
+
 use_configure	no
 
-worksrcdir
-
-build.cmd		cc
+build.cmd		gcc
 build.args		pstree.c
 build.target	-o pstree
 
 destroot	{
-	xinstall -m 755 -s ${workpath}/pstree ${destroot}${prefix}/bin
+	xinstall -m 755 -s ${worksrcpath}/pstree ${destroot}${prefix}/bin
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 ${workpath}/README \
+	xinstall -m 644 ${worksrcpath}/README \
 		${destroot}${prefix}/share/doc/${name}/README
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070511/248f77c8/attachment.html


More information about the macports-changes mailing list