diff options
-rw-r--r-- | sysutils/coreutils/Makefile | 15 | ||||
-rw-r--r-- | sysutils/coreutils/distinfo | 4 | ||||
-rw-r--r-- | sysutils/coreutils/files/patch-configure | 23 | ||||
-rw-r--r-- | sysutils/coreutils/pkg-plist | 2 |
4 files changed, 8 insertions, 36 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index b5d2b4c28f0f..f33fa685b86f 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -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 diff --git a/sysutils/coreutils/distinfo b/sysutils/coreutils/distinfo index 38175660b4b8..832db0f3392c 100644 --- a/sysutils/coreutils/distinfo +++ b/sysutils/coreutils/distinfo @@ -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 diff --git a/sysutils/coreutils/files/patch-configure b/sysutils/coreutils/files/patch-configure deleted file mode 100644 index 70bbe7a829d9..000000000000 --- a/sysutils/coreutils/files/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig 2012-08-20 10:14:01.000000000 +0400 -+++ configure 2012-09-09 14:04:39.000000000 +0400 -@@ -4369,13 +4369,13 @@ do - for ac_prog in mkdir gmkdir; do - for ac_exec_ext in '' $ac_executable_extensions; do - as_fn_executable_p "$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) '* | \ -- 'mkdir (fileutils) '4.1*) -- ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext -- break 3;; -- esac -+# case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( -+# 'mkdir (GNU coreutils) '* | \ -+# 'mkdir (coreutils) '* | \ -+# 'mkdir (fileutils) '4.1*) -+# ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext -+# break 3;; -+# esac - done - done - done diff --git a/sysutils/coreutils/pkg-plist b/sysutils/coreutils/pkg-plist index dde399e34914..3dbf7e721a44 100644 --- a/sysutils/coreutils/pkg-plist +++ b/sysutils/coreutils/pkg-plist @@ -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 |