Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (fcc318b99376887cb93ef6b7ae2354361a249a11)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (fcc318b99376887cb93ef6b7ae2354361a249a11)
  • Date: Tue, 4 Apr 2017 15:31:24 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

dev/null |binary
utils/uptimed/DETAILS | 8 ++++----
utils/uptimed/HISTORY | 8 ++++++++
utils/uptimed/PRE_BUILD | 8 +-------
utils/uptimed/configure-ac.patch | 12 ------------
utils/uptimed/init.d/uptimed | 6 ++++++
utils/uptimed/uptimed-0.4.0.tar.gz.sig |binary
7 files changed, 19 insertions(+), 23 deletions(-)

New commits:
commit fcc318b99376887cb93ef6b7ae2354361a249a11
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

uptimed: Add restart() to init.d script

commit 44d3fad1c79cdb20d94ab7532faf39ef2f0e456d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

uptimed: Updated to 0.4.0

configure-ac.patch no longer applies nor is needed
Use ./autogen.sh now

commit aaa948e29f56d445b5f805f29d3331801a0de04f
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

uptimed: Moved to https://github.com/rpodgorny/uptimed/

SOURCE changed to .gz

diff --git a/utils/uptimed/DETAILS b/utils/uptimed/DETAILS
index 282be5c..682a4f0 100755
--- a/utils/uptimed/DETAILS
+++ b/utils/uptimed/DETAILS
@@ -1,13 +1,13 @@
SPELL=uptimed
- VERSION=0.3.17
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=0.4.0
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-SOURCE_URL[0]=http://podgorny.cz/uptimed/releases/${SOURCE}
+
SOURCE_URL[0]=https://github.com/rpodgorny/uptimed/archive/v${VERSION}.tar.gz
SOURCE_URL[1]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=GPL
KEYWORDS="utils"
- WEB_SITE=http://podgorny.cz/moin/Uptimed
+ WEB_SITE=https://github.com/rpodgorny/uptimed
ENTERED=20020129
CCACHE="off"
SHORT='Keeps record of highest uptimes'
diff --git a/utils/uptimed/HISTORY b/utils/uptimed/HISTORY
index 831adfe..7d5fabc 100644
--- a/utils/uptimed/HISTORY
+++ b/utils/uptimed/HISTORY
@@ -1,3 +1,11 @@
+2017-04-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Moved to https://github.com/rpodgorny/uptimed/
+ SOURCE changed to .gz
+ Updated to 0.4.0
+ * PRE_BUILD: configure-ac.patch no longer applies nor is needed
+ Use ./autogen.sh now
+ * init.d/uptimed: Add restart() option
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/utils/uptimed/PRE_BUILD b/utils/uptimed/PRE_BUILD
index 89fefeb..16fc846 100755
--- a/utils/uptimed/PRE_BUILD
+++ b/utils/uptimed/PRE_BUILD
@@ -1,10 +1,4 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

-patch -p1 < $SPELL_DIRECTORY/configure-ac.patch &&
-
-aclocal &&
-automake --add-missing &&
-libtoolize &&
-autoreconf &&
-./bootstrap.sh
+./autogen.sh
diff --git a/utils/uptimed/configure-ac.patch
b/utils/uptimed/configure-ac.patch
deleted file mode 100644
index 8585dd7..0000000
--- a/utils/uptimed/configure-ac.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur uptimed-0.3.17/configure.ac uptimed-mod/configure.ac
---- uptimed-0.3.17/configure.ac 2012-05-21 16:30:59.000000000 -0500
-+++ uptimed-mod/configure.ac 2013-03-13 16:50:23.422039740 -0500
-@@ -1,7 +1,7 @@
- dnl configure.in for uptimed
-
- AC_INIT([uptimed], 0.3.17)
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADER(config.h)
- AC_PROG_CC
- AM_PROG_LIBTOOL
- AM_INIT_AUTOMAKE
diff --git a/utils/uptimed/init.d/uptimed b/utils/uptimed/init.d/uptimed
index 1d7fa4c..a626cab 100644
--- a/utils/uptimed/init.d/uptimed
+++ b/utils/uptimed/init.d/uptimed
@@ -11,3 +11,9 @@ then
fi

. /etc/init.d/smgl_init
+
+restart ()
+{
+ $0 stop
+ $0 start
+}
diff --git a/utils/uptimed/uptimed-0.3.17.tar.bz2.sig
b/utils/uptimed/uptimed-0.3.17.tar.bz2.sig
deleted file mode 100644
index 33e002a..0000000
Binary files a/utils/uptimed/uptimed-0.3.17.tar.bz2.sig and /dev/null differ
diff --git a/utils/uptimed/uptimed-0.4.0.tar.gz.sig
b/utils/uptimed/uptimed-0.4.0.tar.gz.sig
new file mode 100644
index 0000000..0ecd4a5
Binary files /dev/null and b/utils/uptimed/uptimed-0.4.0.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (fcc318b99376887cb93ef6b7ae2354361a249a11), Eric Sandall, 04/04/2017

Archive powered by MHonArc 2.6.24.

Top of Page