summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArjan Bouter2011-03-31 22:34:07 +0200
committerArjan Bouter2011-03-31 22:34:07 +0200
commitdd25b8bbc7e591cad3f459bc8e652b37312c5658 (patch)
tree44549105fd4b12a47887b2402ecb374cef7e4dbd
parent79ac26ba6ca3bfe6bb456882abb0a9b91874d62b (diff)
upstart: version 0.6.7 and changed dependencies to libnih only
-rwxr-xr-xsmgl/upstart/DEPENDS3
-rwxr-xr-xsmgl/upstart/DETAILS8
-rw-r--r--smgl/upstart/HISTORY3
3 files changed, 8 insertions, 6 deletions
diff --git a/smgl/upstart/DEPENDS b/smgl/upstart/DEPENDS
index 251736e258..1c2a12cce7 100755
--- a/smgl/upstart/DEPENDS
+++ b/smgl/upstart/DEPENDS
@@ -1,2 +1 @@
-depends dbus &&
-depends expat
+depends libnih
diff --git a/smgl/upstart/DETAILS b/smgl/upstart/DETAILS
index 096b4b5395..e2fde8e624 100755
--- a/smgl/upstart/DETAILS
+++ b/smgl/upstart/DETAILS
@@ -1,13 +1,13 @@
SPELL=upstart
- VERSION=0.6.3
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_HASH=sha512:fc68592941874b4e8e1e79ac0c3ce2b65e0a6be46cd2f229dda6acdd14a95d871a16655faee1cc4ceeabf17a54df688f13b925cf210d012ad89a97ebc6f085cf
+ VERSION=0.6.7
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_HASH=sha512:789b66eef67d98e320ae859cb1ee157f86d675adb5cebff5db2eb50a172045925d2a39833c5ae3a5885a6a9ad753fe63bc0ff624e0785075cb952d05ef7bbe09
SOURCE_URL[0]=http://upstart.ubuntu.com/download/${VERSION:0:3}/${SOURCE}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://upstart.ubuntu.com
ENTERED=20080113
LICENSE[0]=GPL
- SHORT="Sysv init replacement"
+ SHORT="init system"
cat << EOF
upstart is a replacement for the /sbin/init daemon which handles starting of tasks and services during boot,
stopping them during shutdown and supervising them while the system is running.
diff --git a/smgl/upstart/HISTORY b/smgl/upstart/HISTORY
index 685f785252..1683f9e9eb 100644
--- a/smgl/upstart/HISTORY
+++ b/smgl/upstart/HISTORY
@@ -1,3 +1,6 @@
+2011-03-30 Arjan Bouter <abouter@sourcemage.org>
+ * DETAILS: version 0.6.7
+
2009-11-03 Arjan Bouter <abouter@sourcemage.org>
* BUILD: specify locale and include dirs
* PRE_BUILD: added to skip installing sysv compatible initscripts.