[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6c2da23423266c8bd74c3cc926fb312bd8eb9c3f)

Vlad Glagolev scm at sourcemage.org
Wed Oct 29 07:48:41 EDT 2008


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

 net/mtr/DEPENDS |    4 +++-
 net/mtr/DETAILS |   16 +++++++---------
 net/mtr/HISTORY |    6 +++++-
 net/mtr/INSTALL |    5 +++--
 4 files changed, 18 insertions(+), 13 deletions(-)

New commits:
commit 6c2da23423266c8bd74c3cc926fb312bd8eb9c3f
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    mtr: => 0.75, cleaned up a bit

diff --git a/net/mtr/DEPENDS b/net/mtr/DEPENDS
index cb00658..51a9833 100755
--- a/net/mtr/DEPENDS
+++ b/net/mtr/DEPENDS
@@ -1,3 +1,5 @@
 depends autoconf &&
 
-optional_depends gtk+2 "--enable-gtk2" "--without-gtk" "Enables GTK+ GUI"
+optional_depends gtk+2 \
+                 "" "--without-gtk" \
+                 "for GTK+2 GUI"
diff --git a/net/mtr/DETAILS b/net/mtr/DETAILS
index 6c05710..711a562 100755
--- a/net/mtr/DETAILS
+++ b/net/mtr/DETAILS
@@ -1,17 +1,15 @@
            SPELL=mtr
-         VERSION=0.74
+         VERSION=0.75
           SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
    SOURCE_URL[0]=ftp://ftp.bitwizard.nl/mtr/$SOURCE
-     SOURCE_HASH=sha512:bf7ef4b60ed18898c6bbb878442e2f43a8dce2334d886517eea4df68ecd364823cc958ab21e42e2bcdaad9772a1e8cd5abee5dfb76682f5a476bfa20038c223b
+     SOURCE_HASH=sha512:2a93acb9735a5611c423ccec84a8b83623afd367597c3d0acade5d47de792ac62b27e7f62c3983ea94f1b2bd19a189676d84f967d282c4ff5648faf623c9a1ca
         WEB_SITE=http://www.bitwizard.nl/mtr/
          ENTERED=20010922
-      PATCHLEVEL=0
         KEYWORDS="net"
-           SHORT="mtr combines the functionality of 'traceroute' and 'ping'"
+           SHORT="program that combines functionality of traceroute and ping"
 cat << EOF
-mtr (matt's traceroute) is a system administrators utility to trace the
-route ip packets from the current system to some
-destination system. Superior to traceroute it also shows the times
-packages take from that points like ping.
+mtr (matt's traceroute) is a system administrators utility to trace the route
+ip packets from the current system to some destination system. Superior to
+traceroute it also shows the times packages take from that points like ping.
 EOF
diff --git a/net/mtr/HISTORY b/net/mtr/HISTORY
index dc8b07e..5bb6f7b 100644
--- a/net/mtr/HISTORY
+++ b/net/mtr/HISTORY
@@ -1,3 +1,8 @@
+2008-10-29 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 0.75; fixed descs; quoting paths
+	* DEPENDS: cleaned up
+	* INSTALL: use default_install; quoting paths; remove only `s'
+
 2008-09-05 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 0.74
 	* PRE_BUILD, mtr.patch: removed patch
@@ -54,4 +59,3 @@
 2002-08-21 Jeff Schmidt <jschmidt at fnal.gov>
 	* DETAILS: vers. inc. to 0.51
 	* USEGCC2: removed
-
diff --git a/net/mtr/INSTALL b/net/mtr/INSTALL
index 6beaa28..99561fa 100755
--- a/net/mtr/INSTALL
+++ b/net/mtr/INSTALL
@@ -1,4 +1,5 @@
-make install &&
+default_install &&
+
 if [[ $MTR_SUID == n ]]; then
-  chmod a-s $INSTALL_ROOT/usr/sbin/mtr
+  chmod -s "$INSTALL_ROOT/usr/sbin/mtr"
 fi



More information about the SM-Commit mailing list