ports/core (3.2): grep: update to 2.25
commit aff87329959ac04abdcc62de79b537904b216816 Author: Juergen Daubert <jue@jue.li> Date: Sat Apr 23 14:07:13 2016 +0200 grep: update to 2.25 diff --git a/grep/.md5sum b/grep/.md5sum index fc4a9d9..7c23db3 100644 --- a/grep/.md5sum +++ b/grep/.md5sum @@ -1 +1 @@ -f1c980134c04692a90078e87283074b6 grep-2.24.tar.xz +04e96b0e6f0fe6a180ae62c88fcd0af6 grep-2.25.tar.xz diff --git a/grep/Pkgfile b/grep/Pkgfile index 1b20dd9..237cf09 100644 --- a/grep/Pkgfile +++ b/grep/Pkgfile @@ -4,15 +4,14 @@ # Depends on: libpcre name=grep -version=2.24 +version=2.25 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version - ./configure --prefix=/usr \ - --disable-nls + ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu