[Midnightbsd-cvs] mports [22899] trunk/sysutils/coreutils: update to 8.25
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Oct 4 14:55:38 EDT 2017
Revision: 22899
http://svnweb.midnightbsd.org/mports/?rev=22899
Author: laffer1
Date: 2017-10-04 14:55:38 -0400 (Wed, 04 Oct 2017)
Log Message:
-----------
update to 8.25
Modified Paths:
--------------
trunk/sysutils/coreutils/Makefile
trunk/sysutils/coreutils/distinfo
trunk/sysutils/coreutils/files/patch-configure
trunk/sysutils/coreutils/pkg-plist
Removed Paths:
-------------
trunk/sysutils/coreutils/files/patch-stty.c
Property Changed:
----------------
trunk/sysutils/coreutils/files/patch-configure
Modified: trunk/sysutils/coreutils/Makefile
===================================================================
--- trunk/sysutils/coreutils/Makefile 2017-10-04 18:28:53 UTC (rev 22898)
+++ trunk/sysutils/coreutils/Makefile 2017-10-04 18:55:38 UTC (rev 22899)
@@ -1,13 +1,13 @@
# $MidnightBSD$
PORTNAME= coreutils
-PORTVERSION= 8.23
+PORTVERSION= 8.25
PORTREVISION= 0
CATEGORIES= sysutils textproc
MASTER_SITES= GNU
MAINTAINER= ports at MidnightBSD.org
-COMMENT= The Free Software Foundation's core utilities
+COMMENT= Free Software Foundation's core utilities
LICENSE= gpl3
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -46,7 +46,7 @@
post-install:
@${STRIP_CMD} ${PREFIX}/bin/g* \
- ${PREFIX}/libexec/coreutils/glibstdbuf.so
+ ${PREFIX}/libexec/coreutils/libstdbuf.so
#regression-test: build
# (cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} check)
Modified: trunk/sysutils/coreutils/distinfo
===================================================================
--- trunk/sysutils/coreutils/distinfo 2017-10-04 18:28:53 UTC (rev 22898)
+++ trunk/sysutils/coreutils/distinfo 2017-10-04 18:55:38 UTC (rev 22899)
@@ -1,2 +1,2 @@
-SHA256 (coreutils-8.23.tar.xz) = ec43ca5bcfc62242accb46b7f121f6b684ee21ecd7d075059bf650ff9e37b82d
-SIZE (coreutils-8.23.tar.xz) = 5375612
+SHA256 (coreutils-8.25.tar.xz) = 31e67c057a5b32a582f26408c789e11c2e8d676593324849dcf5779296cdce87
+SIZE (coreutils-8.25.tar.xz) = 5725008
Modified: trunk/sysutils/coreutils/files/patch-configure
===================================================================
--- trunk/sysutils/coreutils/files/patch-configure 2017-10-04 18:28:53 UTC (rev 22898)
+++ trunk/sysutils/coreutils/files/patch-configure 2017-10-04 18:55:38 UTC (rev 22899)
@@ -1,7 +1,6 @@
-diff -r a5a32a34077b configure
---- configure.orig Tue Oct 30 11:49:55 2012 -0400
-+++ configure Tue Oct 30 11:51:28 2012 -0400
-@@ -4301,7 +4301,7 @@
+--- configure.orig 2016-01-20 10:32:53 UTC
++++ configure
+@@ -4356,7 +4356,7 @@ for as_dir in $PATH$PATH_SEPARATOR/opt/s
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
@@ -8,5 +7,5 @@
- for ac_prog in mkdir gmkdir; do
+ for ac_prog in mkdir; do
for ac_exec_ext in '' $ac_executable_extensions; do
- { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
+ as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
Property changes on: trunk/sysutils/coreutils/files/patch-configure
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.2
\ No newline at end of property
Deleted: trunk/sysutils/coreutils/files/patch-stty.c
===================================================================
--- trunk/sysutils/coreutils/files/patch-stty.c 2017-10-04 18:28:53 UTC (rev 22898)
+++ trunk/sysutils/coreutils/files/patch-stty.c 2017-10-04 18:55:38 UTC (rev 22899)
@@ -1,24 +0,0 @@
---- src/stty.c.orig 2010-07-21 17:11:49.000000000 +0200
-+++ src/stty.c 2010-07-21 17:12:36.000000000 +0200
-@@ -282,10 +282,10 @@
- # ifdef TAB3
- {"tab3", output, SANE_UNSET, TAB3, TABDLY},
- # endif
--# ifdef TAB2
-+# if 0
- {"tab2", output, SANE_UNSET, TAB2, TABDLY},
- # endif
--# ifdef TAB1
-+# if 0
- {"tab1", output, SANE_UNSET, TAB1, TABDLY},
- # endif
- # ifdef TAB0
-@@ -635,7 +635,7 @@
- fputs (_("\
- * [-]onocr do not print carriage returns in the first column\n\
- [-]opost postprocess output\n\
-- * tabN horizontal tab delay style, N in [0..3]\n\
-+ * tabN horizontal tab delay style, N in [0,3]\n\
- * tabs same as tab0\n\
- * -tabs same as tab3\n\
- * vtN vertical tab delay style, N in [0..1]\n\
Modified: trunk/sysutils/coreutils/pkg-plist
===================================================================
--- trunk/sysutils/coreutils/pkg-plist 2017-10-04 18:28:53 UTC (rev 22898)
+++ trunk/sysutils/coreutils/pkg-plist 2017-10-04 18:55:38 UTC (rev 22899)
@@ -1,4 +1,5 @@
bin/g[
+bin/gbase32
bin/gbase64
bin/gbasename
bin/gcat
@@ -47,8 +48,9 @@
bin/gnice
bin/gnl
bin/gnohup
+bin/gnproc
bin/gnumfmt
-bin/gnproc
+bin/gnustat
bin/god
bin/gpaste
bin/gpathchk
@@ -74,7 +76,6 @@
bin/gsleep
bin/gsort
bin/gsplit
-bin/gnustat
bin/gstdbuf
bin/gstty
bin/gsum
@@ -101,7 +102,8 @@
bin/gwho
bin/gwhoami
bin/gyes
-libexec/coreutils/glibstdbuf.so
+libexec/coreutils/libstdbuf.so
+man/man1/gbase32.1.gz
man/man1/gbase64.1.gz
man/man1/gbasename.1.gz
man/man1/gcat.1.gz
@@ -218,10 +220,10 @@
%%NLS%%share/locale/da/LC_TIME/coreutils.mo
%%NLS%%share/locale/de/LC_MESSAGES/coreutils.mo
%%NLS%%share/locale/de/LC_TIME/coreutils.mo
+%%NLS%%share/locale/el/LC_MESSAGES/coreutils.mo
+%%NLS%%share/locale/el/LC_TIME/coreutils.mo
%%NLS%%share/locale/eo/LC_MESSAGES/coreutils.mo
%%NLS%%share/locale/eo/LC_TIME/coreutils.mo
-%%NLS%%share/locale/el/LC_MESSAGES/coreutils.mo
-%%NLS%%share/locale/el/LC_TIME/coreutils.mo
%%NLS%%share/locale/es/LC_MESSAGES/coreutils.mo
%%NLS%%share/locale/es/LC_TIME/coreutils.mo
%%NLS%%share/locale/et/LC_MESSAGES/coreutils.mo
@@ -248,10 +250,10 @@
%%NLS%%share/locale/it/LC_TIME/coreutils.mo
%%NLS%%share/locale/ja/LC_MESSAGES/coreutils.mo
%%NLS%%share/locale/ja/LC_TIME/coreutils.mo
+%%NLS%%share/locale/kk/LC_MESSAGES/coreutils.mo
+%%NLS%%share/locale/kk/LC_TIME/coreutils.mo
%%NLS%%share/locale/ko/LC_MESSAGES/coreutils.mo
%%NLS%%share/locale/ko/LC_TIME/coreutils.mo
-%%NLS%%share/locale/kk/LC_MESSAGES/coreutils.mo
-%%NLS%%share/locale/kk/LC_TIME/coreutils.mo
%%NLS%%share/locale/lg/LC_MESSAGES/coreutils.mo
%%NLS%%share/locale/lg/LC_TIME/coreutils.mo
%%NLS%%share/locale/lt/LC_MESSAGES/coreutils.mo
@@ -276,6 +278,8 @@
%%NLS%%share/locale/sk/LC_TIME/coreutils.mo
%%NLS%%share/locale/sl/LC_MESSAGES/coreutils.mo
%%NLS%%share/locale/sl/LC_TIME/coreutils.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/coreutils.mo
+%%NLS%%share/locale/sr/LC_TIME/coreutils.mo
%%NLS%%share/locale/sv/LC_MESSAGES/coreutils.mo
%%NLS%%share/locale/sv/LC_TIME/coreutils.mo
%%NLS%%share/locale/tr/LC_MESSAGES/coreutils.mo
More information about the Midnightbsd-cvs
mailing list