[69418] trunk/dports/benchmarks/bonnie/Portfile

blb at macports.org blb at macports.org
Mon Jul 5 01:07:02 PDT 2010


Revision: 69418
          http://trac.macports.org/changeset/69418
Author:   blb at macports.org
Date:     2010-07-05 01:06:58 -0700 (Mon, 05 Jul 2010)
Log Message:
-----------
benchmarks/bonnie - stop using manual extract method and instead use extract.mkdir, fixes ticket #25522 (not waiting for maintainer since port is broken)

Modified Paths:
--------------
    trunk/dports/benchmarks/bonnie/Portfile

Modified: trunk/dports/benchmarks/bonnie/Portfile
===================================================================
--- trunk/dports/benchmarks/bonnie/Portfile	2010-07-05 06:03:12 UTC (rev 69417)
+++ trunk/dports/benchmarks/bonnie/Portfile	2010-07-05 08:06:58 UTC (rev 69418)
@@ -18,11 +18,7 @@
 distname   	${name}
 checksums	md5 f61cc061a418c3ae308ae362a1ae6490
 
-extract		{
-	system "mkdir ${workpath}/${name}"
-	system "cd ${workpath}/${name} && \
-	gzip -dc ${distpath}/${distfile} | tar -xf -"
-}
+extract.mkdir	yes
 
 configure	{}
 build.target	bsd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100705/4ae7dcb9/attachment.html>


More information about the macports-changes mailing list