diffutils: update to 3.3.
This commit is contained in:
parent
3c075145fd
commit
2224ddd9ce
1 changed files with 3 additions and 7 deletions
|
@ -1,21 +1,17 @@
|
||||||
# Template file for 'diffutils'
|
# Template file for 'diffutils'
|
||||||
pkgname=diffutils
|
pkgname=diffutils
|
||||||
version=3.2
|
version=3.3
|
||||||
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=2
|
|
||||||
conflicts="chroot-diffutils>=0"
|
conflicts="chroot-diffutils>=0"
|
||||||
short_desc="The GNU diff utilities"
|
short_desc="The GNU diff utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
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=ab4fb75d0ef35f3c8c9a148cd3526ba6f4db71d10467a041eb45006436079149
|
checksum=a25e89a8ab65fded1731e4186be1bb25cda967834b6df973599cdcd5abdfc19c
|
||||||
long_desc="
|
long_desc="
|
||||||
Diffutils contains the GNU diff, diff3, sdiff, and cmp utilities. Their
|
Diffutils contains the GNU diff, diff3, sdiff, and cmp utilities. Their
|
||||||
features are a superset of the Unix features and they are significantly
|
features are a superset of the Unix features and they are significantly
|
||||||
faster. Cmp has been moved into this package from the GNU textutils package.
|
faster. Cmp has been moved into this package from the GNU textutils package.
|
||||||
These programs are usually used for creating patch files."
|
These programs are usually used for creating patch files."
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
sed -i -e '/gets is a/d' lib/stdio.in.h
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue