- Updated to 6.7

PR:		ports/107954
Submitted by:	Jason Harris <jharris@widomaker.com>
Approved by:	alexbl (mentor, implicit)
This commit is contained in:
Nicola Vitale 2007-01-16 14:25:40 +00:00
parent 071e0dd097
commit 9a425f895d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182522
3 changed files with 19 additions and 12 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= coreutils
PORTVERSION= 6.4
PORTREVISION= 1
PORTVERSION= 6.7
CATEGORIES= sysutils textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -1,6 +1,10 @@
MD5 (coreutils-6.4.tar.bz2) = a3806c709c7f063b80612be846a9d88c
SHA256 (coreutils-6.4.tar.bz2) = 75a6b82bb7e3d07bec5b9bd0fcdfdfdfb88f32728e5089972001b50e4148b87b
SIZE (coreutils-6.4.tar.bz2) = 5294210
MD5 (coreutils-6.4.tar.bz2.sig) = 66aab0001eb9400079f7bc4bc5e62ec1
SHA256 (coreutils-6.4.tar.bz2.sig) = 5a31d9c752a23e341a0c15446102e2a68e35c1af84dfc8d0577b33e8f2b9b9ad
SIZE (coreutils-6.4.tar.bz2.sig) = 189
MD5 (coreutils-6.7.tar.bz2) = a16465d0856cd011a1acc1c21040b7f4
SHA1 (coreutils-6.7.tar.bz2) = 55a6037365f749a4ebb9e88a92132a4f938ac90e
RMD160 (coreutils-6.7.tar.bz2) = 593acd266431db1777505bd181a7ffe095774beb
SHA256 (coreutils-6.7.tar.bz2) = 4d7027cc803682decdadf850095dce7e22cc08eba2b1283e16d0fb7a675ac1f0
SIZE (coreutils-6.7.tar.bz2) = 5315342
MD5 (coreutils-6.7.tar.bz2.sig) = fc9dc3e8140174bcfe0fc8131c94ff23
SHA1 (coreutils-6.7.tar.bz2.sig) = 585deba4155f96ec940cc06ab8f5f2c03c70ae83
RMD160 (coreutils-6.7.tar.bz2.sig) = a2c6ca511c7743ca8ed612b88d482cea95a67d87
SHA256 (coreutils-6.7.tar.bz2.sig) = a302c2cc1a5fa3c4d710161e58b5e31848f5f5db2bde13b476c75843ee14590a
SIZE (coreutils-6.7.tar.bz2.sig) = 189

View File

@ -1,9 +1,13 @@
--- configure.orig Mon Nov 20 13:18:26 2006
+++ configure Mon Nov 20 13:25:41 2006
@@ -2229,13 +2229,13 @@
===================================================================
RCS file: configure,v
retrieving revision 1.1
diff -u -r1.1 configure
--- configure 2006/12/13 01:35:51 1.1
+++ configure 2006/12/13 01:36:59
@@ -2257,13 +2257,13 @@
for ac_prog in mkdir gmkdir; do
for ac_exec_ext in '' $ac_executable_extensions; do
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; } || continue
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
- case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
- 'mkdir (GNU coreutils) '* | \
- 'mkdir (coreutils) '* | \