From a1fba163136a0f2fd34ad48166a62532db482991 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 13 Sep 2012 08:54:06 +0200 Subject: [PATCH] patch: update to 2.7. --- srcpkgs/patch/patch.rshlibs | 2 ++ srcpkgs/patch/template | 17 ++++++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/srcpkgs/patch/patch.rshlibs b/srcpkgs/patch/patch.rshlibs index 631aa1dda40..d48d5c3da59 100644 --- a/srcpkgs/patch/patch.rshlibs +++ b/srcpkgs/patch/patch.rshlibs @@ -1 +1,3 @@ +libattr.so.1 +librt.so.1 libc.so.6 diff --git a/srcpkgs/patch/template b/srcpkgs/patch/template index 74a1eea7ef9..3c3f954eb98 100644 --- a/srcpkgs/patch/template +++ b/srcpkgs/patch/template @@ -1,15 +1,18 @@ # Template file for 'patch' pkgname=patch -version=2.6.1 -distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2" -build_style=gnu-configure +version=2.7 revision=1 +build_style=gnu-configure +# Required by patch -e functionality. +fulldepends="ed" +makedepends="attr-devel" short_desc="Patch files using diff output" maintainer="Juan RP " -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=" patch takes a patch file containing a difference listing produced by diff and applies those differences to one or - more original files, producing patched versions. - - This is the GPL version from the Free Software Foundation." + more original files, producing patched versions."