mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 12:15:11 +02:00
diffutils: update to 3.4.
This commit is contained in:
parent
a14fe07335
commit
b42f02606b
1 changed files with 3 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'diffutils'
|
# Template file for 'diffutils'
|
||||||
pkgname=diffutils
|
pkgname=diffutils
|
||||||
version=3.3
|
version=3.4
|
||||||
revision=8
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="The GNU diff utilities"
|
short_desc="The GNU diff utilities"
|
||||||
|
@ -9,11 +9,4 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.gnu.org/software/diffutils"
|
homepage="http://www.gnu.org/software/diffutils"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c
|
checksum=db53c025f2ac3d217bcf753dad6dee7b410b33d0948495ff015aaf8b91189ce2
|
||||||
|
|
||||||
post_configure() {
|
|
||||||
# Since autoreconf is not run, @mkdir_p@ remains undefined
|
|
||||||
# in po/Makefile. Patch it.
|
|
||||||
sed -e "s;mkdir_p = @mkdir_p@;mkdir_p = \${MKDIR_P};" \
|
|
||||||
-i ${wrksrc}/po/Makefile
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue