Date: Mon, 29 Oct 2012 19:04:45 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306628 - in head/sysutils/coreutils: . files Message-ID: <201210291904.q9TJ4jBS025143@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon Oct 29 19:04:44 2012 New Revision: 306628 URL: http://svn.freebsd.org/changeset/ports/306628 Log: Update to 8.20. PR: ports/173047 Submitted by: Jason Harris <jharris@widomaker.com> (maintainer) Feature safe: yes Deleted: head/sysutils/coreutils/files/patch-configure Modified: head/sysutils/coreutils/Makefile head/sysutils/coreutils/distinfo head/sysutils/coreutils/pkg-plist Modified: head/sysutils/coreutils/Makefile ============================================================================== --- head/sysutils/coreutils/Makefile Mon Oct 29 18:55:20 2012 (r306627) +++ head/sysutils/coreutils/Makefile Mon Oct 29 19:04:44 2012 (r306628) @@ -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} @@ -11,9 +10,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jharris@widomaker.com COMMENT= The Free Software Foundation's core utilities +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + 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 @@ -22,9 +23,6 @@ CONFIGURE_ARGS= --program-prefix=g \ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1 CPPFLAGS+= "-I${LOCALBASE}/include" -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - USE_XZ= yes USE_GMAKE= yes USE_LDCONFIG= yes @@ -72,11 +70,6 @@ CONFIGURE_ARGS+=--without-gmp 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 Modified: head/sysutils/coreutils/distinfo ============================================================================== --- head/sysutils/coreutils/distinfo Mon Oct 29 18:55:20 2012 (r306627) +++ head/sysutils/coreutils/distinfo Mon Oct 29 19:04:44 2012 (r306628) @@ -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 Modified: head/sysutils/coreutils/pkg-plist ============================================================================== --- head/sysutils/coreutils/pkg-plist Mon Oct 29 18:55:20 2012 (r306627) +++ head/sysutils/coreutils/pkg-plist Mon Oct 29 19:04:44 2012 (r306628) @@ -133,6 +133,8 @@ libexec/coreutils/glibstdbuf.so %%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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210291904.q9TJ4jBS025143>