Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (bb963f358fb1855aab438aefd6777f395ee89e1c)

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 master grimoire by George Sherwood (bb963f358fb1855aab438aefd6777f395ee89e1c)
  • Date: Sat, 19 Sep 2009 14:21:03 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

utils/uptimed/DETAILS | 9 ++++-----
utils/uptimed/HISTORY | 5 +++++
utils/uptimed/PRE_BUILD | 3 +++
3 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit bb963f358fb1855aab438aefd6777f395ee89e1c
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

uptimed: Updated to version 0.3.16. Updated WEB_SITE and SOURCE_URL
Added PRE_BUILD to run bootstrap.sh so automake-1.10 is not required
to build.

diff --git a/utils/uptimed/DETAILS b/utils/uptimed/DETAILS
index 0d9d067..9dd55ff 100755
--- a/utils/uptimed/DETAILS
+++ b/utils/uptimed/DETAILS
@@ -1,15 +1,14 @@
SPELL=uptimed
- VERSION=0.3.3
+ VERSION=0.3.16
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-SOURCE_URL[0]=http://www.robertjohnkaper.com/downloads/uptimed/${SOURCE}
+SOURCE_URL[0]=http://podgorny.cz/uptimed/releases/${SOURCE}
SOURCE_URL[1]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:24149edd27109b288432c38dd770efdb1514e98aca9ccdf1bd932375720cd873f214132cf933b00b89b2d5a79f0c34e66f92851d65da1bb4ce71270f9eee8039
- DISTCC_HOSTS=
+
SOURCE_HASH=sha512:b6a51c0b30059767bd260b25cc43647c24f32bb9bcd5a3ff895ece800dbeb03d7de64cbdcec4f5571ea42ee72d38ea665733f59f74aecdc5e20a4e1c7b3a5123
PATCHLEVEL=1
LICENSE[0]=GPL
KEYWORDS="utils"
- WEB_SITE=http://unixcode.org/uptimed/
+ WEB_SITE=http://podgorny.cz/moin/Uptimed
ENTERED=20020129
CCACHE="off"
SHORT='Keeps record of highest uptimes'
diff --git a/utils/uptimed/HISTORY b/utils/uptimed/HISTORY
index 9e4a3c4..e9cd312 100644
--- a/utils/uptimed/HISTORY
+++ b/utils/uptimed/HISTORY
@@ -1,3 +1,8 @@
+2009-09-19 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 0.3.16. Updated WEBSITE & SOURCE_URL
+ * PRE_BUILD: Added to run .bootstrap.sh so not to require
+ automake-1.10
+
2007-12-01 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
Removed UPDATED
diff --git a/utils/uptimed/PRE_BUILD b/utils/uptimed/PRE_BUILD
new file mode 100755
index 0000000..1924e6b
--- /dev/null
+++ b/utils/uptimed/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+./bootstrap.sh



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (bb963f358fb1855aab438aefd6777f395ee89e1c), George Sherwood, 09/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page