[Lunar-commits] <moonbase> diffutils: version bumped to 2.9.
Florin Braescu
florin at lunar-linux.org
Sat Feb 13 18:06:30 CET 2010
commit 0d8db681050f7972b50512778192e2e68380d2e2
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Feb 13 19:06:30 2010 +0200
diffutils: version bumped to 2.9.
Changes:
A new --suppress-blank-empty diff option was added.
Support for `diff -NUM' was reintroduced.
The sdiff now understands '1' and '2' as synonyms for 'l' and 'r'.
There is a change in behavior: sdiff and diff3 now invoke diff, not
$(bindir)/diff. gnulib support was updated.
---
devel/diffutils/DETAILS | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/devel/diffutils/DETAILS b/devel/diffutils/DETAILS
index 4b05c33..ce5a943 100644
--- a/devel/diffutils/DETAILS
+++ b/devel/diffutils/DETAILS
@@ -1,11 +1,12 @@
MODULE=diffutils
- VERSION=2.8.1
+ VERSION=2.9
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=$GNU_URL/$MODULE/
- SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/
+ SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE
+ SOURCE_VFY=sha1:4fae7102ee8938c9ee1b2ad0bd63230af36975ac
WEB_SITE=http://www.gnu.org/software/diffutils/diffutils.html
ENTERED=20010922
- UPDATED=20020410
+ UPDATED=20100213
SHORT="finds differences between and among files"
cat << EOF
More information about the Lunar-commits
mailing list