patch: update to 2.6.
--HG-- extra : convert_revision : c806b8b2d1eae88d949dc6e33bb9a972067c5d67
This commit is contained in:
parent
9ac91f9c5b
commit
d9dc381cfd
1 changed files with 4 additions and 7 deletions
|
@ -1,20 +1,17 @@
|
||||||
# Template file for 'patch'
|
# Template file for 'patch'
|
||||||
pkgname=patch
|
pkgname=patch
|
||||||
version=2.5.9
|
version=2.6
|
||||||
distfiles="ftp://alpha.gnu.org/gnu/diffutils/patch-$version.tar.gz"
|
distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
make_install_args="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
|
|
||||||
mandir=$XBPS_DESTDIR/$pkgname-$version/usr/share/man"
|
|
||||||
short_desc="Patch files using diff output"
|
short_desc="Patch files using diff output"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ecb5c6469d732bcf01d6ec1afe9e64f1668caba5bfdb103c28d7f537ba3cdb8a
|
checksum=9f9080cc25b484ad8f668695de3675a3873e801d77c62bc8fd4164486312c0f4
|
||||||
long_desc="
|
long_desc="
|
||||||
'patch' takes a patch file containing a difference listing
|
patch takes a patch file containing a difference listing
|
||||||
produced by diff and applies those differences to one or
|
produced by diff and applies those differences to one or
|
||||||
more original files, producing patched versions.
|
more original files, producing patched versions.
|
||||||
|
|
||||||
This is the GPL version from the Free Software Foundation."
|
This is the GPL version from the Free Software Foundation."
|
||||||
|
|
||||||
base_chroot=yes
|
base_chroot=yes
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
Loading…
Reference in a new issue