Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  5 Nov 2006 19:58:24 +0100 (CET)
From:      trasz <trasz@pin.if.uz.zgora.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jharris@widomaker.com
Subject:   ports/105181: [PATCH] sysutils/coreutils: update to 6.4
Message-ID:  <20061105185824.3D5EA3A3EB@pin.if.uz.zgora.pl>
Resent-Message-ID: <200611051900.kA5J0fEQ007808@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105181
>Category:       ports
>Synopsis:       [PATCH] sysutils/coreutils: update to 6.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 05 19:00:40 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     trasz
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat Jun  3 01:12:10 CEST
>Description:
- Update to 6.4

Port maintainer (jharris@widomaker.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- coreutils-6.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/coreutils/Makefile /home/trasz/coreutils/Makefile
--- /usr/ports/sysutils/coreutils/Makefile	Sat May 13 06:15:27 2006
+++ /home/trasz/coreutils/Makefile	Sun Nov  5 19:57:01 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	coreutils
-PORTVERSION=	5.2.1
+PORTVERSION=	6.4
 CATEGORIES=	sysutils textproc
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -23,7 +23,7 @@
 SIG_FILES=	${DISTNAME}${EXTRACT_SUFX}.sig
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--program-prefix=g
+CONFIGURE_ARGS=	--program-prefix=g --infodir=${PREFIX}/info --mandir=${PREFIX}/man
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
 
 USE_GMAKE=	yes
@@ -50,7 +50,8 @@
 	gstat.1 gstty.1 gsu.1 gsum.1 gsync.1 gtac.1 gtail.1 gtee.1 \
 	gtest.1 gtouch.1 gtr.1 gtrue.1 gtsort.1 gtty.1 guname.1 \
 	gunexpand.1 guniq.1 gunlink.1 guptime.1 gusers.1 gvdir.1 \
-	gwc.1 gwho.1 gwhoami.1 gyes.1
+	gwc.1 gwho.1 gwhoami.1 gyes.1 gbase64.1 gsha224sum.1 gsha256sum.1 \
+	gsha384sum.1 gsha512sum.1 gshuf.1
 
 post-patch:
 .if !defined(WITH_SUID)
diff -ruN --exclude=CVS /usr/ports/sysutils/coreutils/distinfo /home/trasz/coreutils/distinfo
--- /usr/ports/sysutils/coreutils/distinfo	Sun Mar 21 17:29:46 2004
+++ /home/trasz/coreutils/distinfo	Sun Nov  5 19:57:01 2006
@@ -1,10 +1,6 @@
-MD5 (coreutils-5.2.1.tar.bz2) = 172ee3c315af93d3385ddfbeb843c53f
-SHA1 (coreutils-5.2.1.tar.bz2) = 1028755ae0fa9be840576e4837004cf5a9981c45
-RMD160 (coreutils-5.2.1.tar.bz2) = a72bdb360371c026e77281ae0d543bdcce55a4e6
-SHA256 (coreutils-5.2.1.tar.bz2) = 4eb124e9979a3ab1aaac2fbc7c3c55666b6530d2e3157dc0618782908cb2af1e
-SIZE (coreutils-5.2.1.tar.bz2) = 4270776
-MD5 (coreutils-5.2.1.tar.bz2.sig) = 3b8fdefa035877b8245b094d2e122360
-SHA1 (coreutils-5.2.1.tar.bz2.sig) = 33330dd78bc430ebb875d4e556ff88dfb2043bda
-RMD160 (coreutils-5.2.1.tar.bz2.sig) = c714f176c5b12dae013e97394d633903758c7fe5
-SHA256 (coreutils-5.2.1.tar.bz2.sig) = 82543597e8995500a996fbd937b251bbeaf7ff8dda1aa191213650f0cdb456b7
-SIZE (coreutils-5.2.1.tar.bz2.sig) = 189
+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
diff -ruN --exclude=CVS /usr/ports/sysutils/coreutils/pkg-plist /home/trasz/coreutils/pkg-plist
--- /usr/ports/sysutils/coreutils/pkg-plist	Wed Aug 30 12:45:54 2006
+++ /home/trasz/coreutils/pkg-plist	Sun Nov  5 19:57:01 2006
@@ -88,6 +88,12 @@
 bin/gwho
 bin/gwhoami
 bin/gyes
+bin/gsha224sum
+bin/gsha256sum
+bin/gsha384sum
+bin/gsha512sum
+bin/gshuf
+bin/gbase64
 %%NLS%%share/locale/af/LC_MESSAGES/coreutils.mo
 %%NLS%%share/locale/af/LC_TIME/coreutils.mo
 %%NLS%%share/locale/be/LC_MESSAGES/coreutils.mo
@@ -122,8 +128,6 @@
 %%NLS%%share/locale/ja/LC_TIME/coreutils.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/coreutils.mo
 %%NLS%%share/locale/ko/LC_TIME/coreutils.mo
-%%NLS%%share/locale/lg/LC_MESSAGES/coreutils.mo
-%%NLS%%share/locale/lg/LC_TIME/coreutils.mo
 %%NLS%%share/locale/ms/LC_MESSAGES/coreutils.mo
 %%NLS%%share/locale/ms/LC_TIME/coreutils.mo
 %%NLS%%share/locale/nb/LC_MESSAGES/coreutils.mo
@@ -152,6 +156,12 @@
 %%NLS%%share/locale/zh_CN/LC_TIME/coreutils.mo
 %%NLS%%share/locale/zh_TW/LC_MESSAGES/coreutils.mo
 %%NLS%%share/locale/zh_TW/LC_TIME/coreutils.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/coreutils.mo
+%%NLS%%share/locale/bg/LC_TIME/coreutils.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/coreutils.mo
+%%NLS%%share/locale/eu/LC_TIME/coreutils.mo
+%%NLS%%share/locale/rw/LC_MESSAGES/coreutils.mo
+%%NLS%%share/locale/rw/LC_TIME/coreutils.mo
 %%NLS%%@dirrmtry share/locale/zh_TW/LC_TIME
 %%NLS%%@dirrmtry share/locale/zh_CN/LC_TIME
 %%NLS%%@dirrmtry share/locale/tr/LC_TIME
@@ -210,3 +220,12 @@
 %%NLS%%@dirrmtry share/locale/be/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/be
 %%NLS%%@dirrmtry share/locale/af/LC_TIME
+%%NLS%%@dirrmtry share/locale/bg/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/bg/LC_TIME
+%%NLS%%@dirrmtry share/locale/bg
+%%NLS%%@dirrmtry share/locale/eu/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/eu/LC_TIME
+%%NLS%%@dirrmtry share/locale/eu
+%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/rw/LC_TIME
+%%NLS%%@dirrmtry share/locale/rw
--- coreutils-6.4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061105185824.3D5EA3A3EB>