[52949] trunk/dports/devel/libevent
toby at macports.org
toby at macports.org
Thu Jun 25 20:22:04 PDT 2009
Revision: 52949
http://trac.macports.org/changeset/52949
Author: toby at macports.org
Date: 2009-06-25 20:22:03 -0700 (Thu, 25 Jun 2009)
Log Message:
-----------
fix test output
Modified Paths:
--------------
trunk/dports/devel/libevent/Portfile
Added Paths:
-----------
trunk/dports/devel/libevent/files/
trunk/dports/devel/libevent/files/patch-test__test.sh
Modified: trunk/dports/devel/libevent/Portfile
===================================================================
--- trunk/dports/devel/libevent/Portfile 2009-06-26 03:10:20 UTC (rev 52948)
+++ trunk/dports/devel/libevent/Portfile 2009-06-26 03:22:03 UTC (rev 52949)
@@ -20,6 +20,7 @@
master_sites http://monkey.org/~provos/
distname ${name}-${version}-stable
checksums sha1 45f6f102dd7e7696e800a7f2efc0f2c301e53ec7
+patchfiles patch-test__test.sh
configure.args --mandir=${prefix}/share/man
test.run yes
Added: trunk/dports/devel/libevent/files/patch-test__test.sh
===================================================================
--- trunk/dports/devel/libevent/files/patch-test__test.sh (rev 0)
+++ trunk/dports/devel/libevent/files/patch-test__test.sh 2009-06-26 03:22:03 UTC (rev 52949)
@@ -0,0 +1,35 @@
+--- test/test.sh.orig 2008-11-16 12:35:40.000000000 -0800
++++ test/test.sh 2009-06-25 20:17:13.000000000 -0700
+@@ -18,28 +18,28 @@
+ return
+ fi
+
+-echo -n " test-eof: "
++printf %s " test-eof: "
+ if ./test-eof >/dev/null ;
+ then
+ echo OKAY ;
+ else
+ echo FAILED ;
+ fi
+-echo -n " test-weof: "
++printf %s " test-weof: "
+ if ./test-weof >/dev/null ;
+ then
+ echo OKAY ;
+ else
+ echo FAILED ;
+ fi
+-echo -n " test-time: "
++printf %s " test-time: "
+ if ./test-time >/dev/null ;
+ then
+ echo OKAY ;
+ else
+ echo FAILED ;
+ fi
+-echo -n " regress: "
++printf %s " regress: "
+ if ./regress >/dev/null ;
+ then
+ echo OKAY ;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090625/3a673a96/attachment.html>
More information about the macports-changes
mailing list