diff --git a/diffutils/build.sh b/diffutils/build.sh index 64a1d39..77dc540 100755 --- a/diffutils/build.sh +++ b/diffutils/build.sh @@ -6,11 +6,11 @@ ########################################################### # Check the following 4 variables before running the script topdir=diffutils -version=3.3 +version=3.7 pkgver=1 -source[0]=ftp://ftp.sunet.se/pub/gnu/diffutils/$topdir-$version.tar.xz +source[0]=https://mirrors.kernel.org/gnu/diffutils/$topdir-$version.tar.xz # If there are no patches, simply comment this -patch[0]=diffutils-3.3-fix-locale-install.patch +#patch[0]= # Source function library . ${BUILDPKG_SCRIPTS}/buildpkg.functions @@ -42,7 +42,6 @@ reg install install() { generic_install DESTDIR - rmdir ${stagedir}${prefix}/${_libdir} doc NEWS THANKS AUTHORS COPYING } diff --git a/diffutils/meta/ChangeLog b/diffutils/meta/ChangeLog index 6ea3a46..0163b99 100644 --- a/diffutils/meta/ChangeLog +++ b/diffutils/meta/ChangeLog @@ -1,4 +1,7 @@ CHANGELOG --------- +* Sun Mar 24 2019 Tom G. Christensen - 3.7-1 +- Update to 3.7 + * Sat Nov 09 2013 Tom G. Christensen - 3.3-1 - Update to 3.3 diff --git a/diffutils/src/diffutils-3.3-fix-locale-install.patch b/diffutils/src/diffutils-3.3-fix-locale-install.patch deleted file mode 100644 index 1e80e7b..0000000 --- a/diffutils/src/diffutils-3.3-fix-locale-install.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up diffutils-3.3/po/Makefile.in.in.orig diffutils-3.3/po/Makefile.in.in ---- diffutils-3.3/po/Makefile.in.in.orig 2013-03-23 15:51:10.000000000 +0100 -+++ diffutils-3.3/po/Makefile.in.in 2013-10-22 20:50:20.794686000 +0200 -@@ -42,7 +42,7 @@ INSTALL_DATA = @INSTALL_DATA@ - mkinstalldirs = $(SHELL) @install_sh@ -d - install_sh = $(SHELL) @install_sh@ - MKDIR_P = @MKDIR_P@ --mkdir_p = @mkdir_p@ -+mkdir_p = $(MKDIR_P) - - GMSGFMT_ = @GMSGFMT@ - GMSGFMT_no = @GMSGFMT@