Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1fe8bc6dd0c37f45eb03e1cc897bd91a678ecf33)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1fe8bc6dd0c37f45eb03e1cc897bd91a678ecf33)
  • Date: Sat, 13 Feb 2010 08:33:40 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/diffutils/BUILD | 1 -
devel/diffutils/DETAILS | 41 ++++++++++++++++++++---------------------
devel/diffutils/HISTORY | 4 ++++
devel/diffutils/INSTALL | 2 +-
4 files changed, 25 insertions(+), 23 deletions(-)

New commits:
commit 1fe8bc6dd0c37f45eb03e1cc897bd91a678ecf33
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

diffutils: => 2.9

diff --git a/devel/diffutils/BUILD b/devel/diffutils/BUILD
index 67ec014..24a5693 100755
--- a/devel/diffutils/BUILD
+++ b/devel/diffutils/BUILD
@@ -8,4 +8,3 @@
--infodir=${TRACK_ROOT}/usr/share/info \
$OPTS &&
make
-
diff --git a/devel/diffutils/DETAILS b/devel/diffutils/DETAILS
index 8d2c894..8a65b44 100755
--- a/devel/diffutils/DETAILS
+++ b/devel/diffutils/DETAILS
@@ -1,32 +1,31 @@
SPELL=diffutils
- VERSION=2.8.7
+ VERSION=2.9
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://alpha.gnu.org/pub/gnu/$SPELL/$SOURCE
- SOURCE2_URL[0]=ftp://alpha.gnu.org/pub/gnu/$SPELL/$SOURCE2
- SOURCE_GPG="gnu.gpg:$SOURCE2:UPSTREAM_KEY"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.sig
+ SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=http://www.gnu.org/software/diffutils/
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="devel"
- SHORT="Finds differences between and among files"
+ SHORT="finds differences between and among files"
cat << EOF
-diffutils - Finds differences between and among files
-A group of utilities that displays difference between and among text
-files.
-'diff' outputs the difference between two files in any of several
-formats. If the files are identical, it normally produces no ouput; if
-they are binary (non-text) it normally reports only that they are
-different.
-'cmp' shows the offsets and files numbers where two files differ; it can
-also show, side by side, all the characters that differ between the two
-files.
+A group of utilities that displays difference between and among text files.
+
+'diff' outputs the difference between two files in any of several formats. If
+the files are identical, it normally produces no ouput; if they are binary
+(non-text) it normally reports only that they are different.
+
+'cmp' shows the offsets and files numbers where two files differ; it can also
+show, side by side, all the characters that differ between the two files.
+
'sdiff' merges two files interactively.
-'diff3' shows differences among three files. If two people have made
-independent changes to a common original, diff3 reports that difference
-between the original and the two changed versions, and can produce a
-merged file that contains both persons' changes along with warnings
-about conflicts.
+
+'diff3' shows differences among three files. If two people have made
independent
+changes to a common original, diff3 reports that difference between the
original
+and the two changed versions, and can produce a merged file that contains
both
+persons' changes along with warnings about conflicts.
EOF
diff --git a/devel/diffutils/HISTORY b/devel/diffutils/HISTORY
index 8ba0c55..dbbf531 100644
--- a/devel/diffutils/HISTORY
+++ b/devel/diffutils/HISTORY
@@ -1,3 +1,7 @@
+2010-02-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.9; corrected source urls, quoting paths
+ * INSTALL: quoting paths
+
2009-01-17 George Sherwood <gsherwood AT sourcemage.org>
* POST_REMOVE: Deleted
* PRE_REMOVE: Added to properly delete info file from dir
diff --git a/devel/diffutils/INSTALL b/devel/diffutils/INSTALL
index fd35bcf..2e4bd1e 100755
--- a/devel/diffutils/INSTALL
+++ b/devel/diffutils/INSTALL
@@ -1 +1 @@
-make install DESTDIR=$INSTALL_ROOT
+make install DESTDIR="$INSTALL_ROOT"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (1fe8bc6dd0c37f45eb03e1cc897bd91a678ecf33), Vlad Glagolev, 02/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page