Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.45 grimoire by George Sherwood (2e46213c881cef81374b0e2912deba6ba7a2e514)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.45 grimoire by George Sherwood (2e46213c881cef81374b0e2912deba6ba7a2e514)
  • Date: Mon, 14 Jun 2010 07:06:12 -0500

GIT changes to stable-rc-0.45 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

net/iputils-ping/BUILD | 2 +-
net/iputils-ping/HISTORY | 3 +++
net/iputils-tracepath/BUILD | 2 +-
net/iputils-tracepath/HISTORY | 3 +++
4 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 2e46213c881cef81374b0e2912deba6ba7a2e514
Author: Robin Cook <rcook AT wyrms.net>
Commit: George Sherwood <gsherwood AT sourcemage.org>

iputils-tracepath: BUILD: corrected spelling of function so docs build
(cherry picked from commit 9e20cb6924ba7c66fcc2932300c88e688b286a9f)

commit aaecabe860a908181a8e19ddf33a84d60b3864f4
Author: Robin Cook <rcook AT wyrms.net>
Commit: George Sherwood <gsherwood AT sourcemage.org>

iputils-ping: BUILD: corrected function spelling so docs build
(cherry picked from commit 42d9e6fa7248bf0454c7ffcb76a3a3f121df4681)

diff --git a/net/iputils-ping/BUILD b/net/iputils-ping/BUILD
index d5ccb13..3b325a0 100755
--- a/net/iputils-ping/BUILD
+++ b/net/iputils-ping/BUILD
@@ -1,4 +1,4 @@
make TARGETS="ping ping6" &&
-if is_depends_enable $SPELL opensp ; then
+if is_depends_enabled $SPELL opensp ; then
make -C doc man
fi
diff --git a/net/iputils-ping/HISTORY b/net/iputils-ping/HISTORY
index fdec8f4..6960507 100644
--- a/net/iputils-ping/HISTORY
+++ b/net/iputils-ping/HISTORY
@@ -1,3 +1,6 @@
+2010-06-13 Robin Cook <rcook AT wyrms.net>
+ * BUILD: corrected function spelling so docs build
+
2009-07-25 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS, BUILD, INSTALL: made docs and manpages optional

diff --git a/net/iputils-tracepath/BUILD b/net/iputils-tracepath/BUILD
index 3f2a8b5..18aa5a7 100755
--- a/net/iputils-tracepath/BUILD
+++ b/net/iputils-tracepath/BUILD
@@ -1,4 +1,4 @@
make TARGETS="tracepath tracepath6 traceroute6" &&
-if is_depends_enable $SPELL opensp ; then
+if is_depends_enabled $SPELL opensp ; then
make -C doc man
fi
diff --git a/net/iputils-tracepath/HISTORY b/net/iputils-tracepath/HISTORY
index a25f20f..f3b0a59 100644
--- a/net/iputils-tracepath/HISTORY
+++ b/net/iputils-tracepath/HISTORY
@@ -1,3 +1,6 @@
+2010-06-13 Robin Cook <rcook AT wyrms.net>
+ * BUILD: corrected spelling of function so docs build
+
2009-07-25 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS, BUILD, INSTALL: made manpages and docs optional




  • [SM-Commit] GIT changes to stable-rc-0.45 grimoire by George Sherwood (2e46213c881cef81374b0e2912deba6ba7a2e514), George Sherwood, 06/14/2010

Archive powered by MHonArc 2.6.24.

Top of Page