From: Stefan Schantl Date: Tue, 9 Feb 2010 21:10:09 +0000 (+0100) Subject: upstart: Update to 0.6.5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2dc186eac1e3f08d216ed469b73fed9a2e3da8;p=ipfire-3.x.git upstart: Update to 0.6.5 New dependeny: libnih - code isn“t shipped any more with upstart. Release notes and changelog here: https://launchpad.net/upstart/0.6/0.6.5 --- diff --git a/pkgs/core/upstart/upstart.nm b/pkgs/core/upstart/upstart.nm index cc9513e5f..7aaa1bd6f 100644 --- a/pkgs/core/upstart/upstart.nm +++ b/pkgs/core/upstart/upstart.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include PKG_NAME = upstart -PKG_VER = 0.6.3 +PKG_VER = 0.6.5 PKG_REL = 0 PKG_MAINTAINER = Stefan Schantl @@ -35,7 +35,7 @@ PKG_LICENSE = GPLv2+ PKG_SUMMARY = An event-driven init system. PKG_BUILD_DEPS+= pkg-config -PKG_DEPS += dbus +PKG_DEPS += dbus libnih define PKG_DESCRIPTION Upstart is an event-based replacement for the /sbin/init daemon \ @@ -44,7 +44,7 @@ define PKG_DESCRIPTION system is running. endef -PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_TARBALL = $(THISAPP).tar.gz CONFIGURE_OPTIONS += \ --sbindir=/sbin \