Update ports/sysutils/coreutils to 8.20 Fix: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 NotDashEscaped: You need GnuPG to verify this message iJ0EARECAF0FAlCIq/VWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93 PXRydWUACgkQSypIl9OdoOPqFQCgv10bhbZqTmeD39XkgERdjdgY+18AnAnEYwfR 6NrEV9orq5qJq0vwsk4G =Pjbl -----END PGP SIGNATURE-------1mVhIfkFwT3SaufgtmEBFtC94EXpuRoSzqBAH2rzRzIG05xw Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" Index: Makefile =================================================================== --- Makefile (revision 306332) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= coreutils -PORTVERSION= 8.19 -PORTREVISION= 2 +PORTVERSION= 8.20 CATEGORIES= sysutils textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -13,7 +12,6 @@ CONFLICTS= id-utils-[0-9]* linux-gid-[0-9]* -SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.sig GNU_CONFIGURE= yes # A rather nasty hack to stop gnustat from conflicting with base gstat # bugs.freebsd.org/160060 @@ -72,11 +70,6 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-stty.c .endif -post-patch: -.if !defined(WITH_SUID) - @${REINPLACE_CMD} -e "s/u+s/u+w/g" ${WRKSRC}/src/Makefile.in -.endif - post-build: @${REINPLACE_CMD} -e "s/ lib / /g" ${WRKSRC}/Makefile Index: distinfo =================================================================== --- distinfo (revision 306332) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (coreutils-8.19.tar.xz) = ad3873183fd8cfc7672b3ba54644672e59352f9b2dc7e3ad251c1174dde8a9e7 -SIZE (coreutils-8.19.tar.xz) = 5097392 +SHA256 (coreutils-8.20.tar.xz) = dbcb798764827a0f74be738662ecb516705cf520330cd3d7b2640fdffa499eb2 +SIZE (coreutils-8.20.tar.xz) = 5273788 Index: pkg-plist =================================================================== --- pkg-plist (revision 306332) +++ pkg-plist (working copy) @@ -133,6 +133,8 @@ %%NLS%%share/locale/ga/LC_TIME/coreutils.mo %%NLS%%share/locale/gl/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/gl/LC_TIME/coreutils.mo +%%NLS%%share/locale/hr/LC_MESSAGES/coreutils.mo +%%NLS%%share/locale/hr/LC_TIME/coreutils.mo %%NLS%%share/locale/hu/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/hu/LC_TIME/coreutils.mo %%NLS%%share/locale/id/LC_MESSAGES/coreutils.mo -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) How-To-Repeat: Apply patch below
Responsible Changed From-To: freebsd-ports-bugs->rakuco I'll take it.
Hi, I tried building the port, but files/patch-configure failed to apply. Could you check that it works fine for you?
On Sun, Oct 28, 2012 at 11:33:16PM +0200, Raphael Kubo da Costa wrote: > Hi, > > I tried building the port, but files/patch-configure failed to apply. > Could you check that it works fine for you? Sorry, I forgot that I had to rm files/patch-configure. -- Jason Harris | PGP: This _is_ PGP-signed, isn't it? jharris@widomaker.com _|_ Got photons? (TM), (C) 2004
State Changed From-To: open->closed Committed, thanks. I removed patch-configure and moved the LICENSE entry to the right place.