Ticket #11257: COREUTILS_597_67

File COREUTILS_597_67, 1.3 KB (added by pipping@…, 18 years ago)
Line 
1--- Portfile    2007-01-17 20:53:11.000000000 +0100
2+++ Portfile    2007-01-17 21:00:16.000000000 +0100
3@@ -2,7 +2,7 @@
4 
5 PortSystem 1.0
6 name             coreutils
7-version          5.97
8+version          6.7
9 categories       sysutils
10 maintainers      toby@opendarwin.org
11 description      GNU File, Shell, and Text utilities
12@@ -18,17 +18,18 @@
13 
14 master_sites     gnu
15 use_bzip2        yes
16-checksums        md5 1537379b6264a1def443713988a78020 \
17-                 sha1 6a5cf0b15433569af0de9a7bc3f4ef281d876b31 \
18-                 rmd160 96750ad46f0ae1d4af3c714076b5c384a2b901a9
19+checksums        md5 a16465d0856cd011a1acc1c21040b7f4 \
20+                 sha1 55a6037365f749a4ebb9e88a92132a4f938ac90e \
21+                 rmd160 593acd266431db1777505bd181a7ffe095774beb
22 
23 configure.args   --program-prefix=g \
24                  --infodir=${prefix}/share/info \
25                  --mandir=${prefix}/share/man \
26                  --disable-nls
27 
28-# Set the RUN_EXPENSIVE_TESTS environmental variable to 'yes' to run
29-# the really expensive tests.
30+# Set the RUN_EXPENSIVE_TESTS environmental variable to 'yes' to run more expen-
31+# pensive tests. Set the RUN_VERY_EXPENSIVE_TESTS environmental variable to
32+# 'yes' to run even more expensive tests.
33 test.run        yes
34 test.target     check
35