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

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 19 01:24:31 PDT 2007


Revision: 30083
          http://trac.macosforge.org/projects/macports/changeset/30083
Author:   mww at macports.org
Date:     2007-10-19 01:24:30 -0700 (Fri, 19 Oct 2007)

Log Message:
-----------
use maintainer address w/o @macports.org, whitespace etc. cleanup

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

Modified: trunk/dports/sysutils/pstree/Portfile
===================================================================
--- trunk/dports/sysutils/pstree/Portfile	2007-10-19 08:20:09 UTC (rev 30082)
+++ trunk/dports/sysutils/pstree/Portfile	2007-10-19 08:24:30 UTC (rev 30083)
@@ -4,17 +4,16 @@
 
 name			pstree
 version			2.31
-revision        1
+revision		1
 categories		sysutils
-maintainers		mww at macports.org
+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		macports:blair \
-				ftp://ftp.thp.uni-duisburg.de/pub/source/ \
-				http://fresh.t-systems-sfr.com/unix/src/misc/
+master_sites		ftp://ftp.thp.uni-duisburg.de/pub/source/ \
+			http://fresh.t-systems-sfr.com/unix/src/misc/
 checksums		sha1 fca0b2c373fd81efe38d5f8d166f2e14c3d73389
 
 pre-extract {
@@ -24,14 +23,13 @@
 
 use_configure	no
 
-build.cmd	gcc
+build.cmd	cc
 build.args	pstree.c ${configure.cflags}
 build.target	-o pstree
 
 destroot	{
 	xinstall -s ${worksrcpath}/pstree ${destroot}${prefix}/bin
-
-    set docdir ${prefix}/share/doc/${name}-${version}
+	set docdir ${prefix}/share/doc/${name}-${version}
 	xinstall -d ${destroot}${docdir}
 	xinstall -m 0644 ${worksrcpath}/README \
 		${destroot}${docdir}
@@ -41,6 +39,9 @@
     build.args-append  ${configure.universal_cflags}
 }
 
+platform darwin 8 { build.cmd	/usr/bin/gcc-4.0 }
+platform darwin 9 { build.cmd	/usr/bin/gcc-4.0 }
+
 livecheck.check	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/20071019/b9f025f4/attachment.html


More information about the macports-changes mailing list