patch: update to 2.7.
This commit is contained in:
parent
d256a673de
commit
a1fba16313
2 changed files with 12 additions and 7 deletions
|
@ -1 +1,3 @@
|
||||||
|
libattr.so.1
|
||||||
|
librt.so.1
|
||||||
libc.so.6
|
libc.so.6
|
||||||
|
|
|
@ -1,15 +1,18 @@
|
||||||
# Template file for 'patch'
|
# Template file for 'patch'
|
||||||
pkgname=patch
|
pkgname=patch
|
||||||
version=2.6.1
|
version=2.7
|
||||||
distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
# Required by patch -e functionality.
|
||||||
|
fulldepends="ed"
|
||||||
|
makedepends="attr-devel"
|
||||||
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=1d1441380c92ed8572049411406964a0a987aefd228be3abb8623eca1f3ced8a
|
homepage="http://www.gnu.org/software/patch/patch.html"
|
||||||
|
license="GPL-3"
|
||||||
|
distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2"
|
||||||
|
checksum=9077cd75a915330513796e222049c2b6da69299729795e08c02e507bff60d6ee
|
||||||
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."
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue