This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via e9fe7b0df08a3899fb52a0a0bc6a0fcc1ed9a488 (commit) via c498bc7ef9da6ba94ed0e2641b4ab24cca08da2c (commit) via 828698f6ec138a6d3149b303ae95c40d4c91afa7 (commit) via 664ffe83176bcb6f79fb498da5190edb7a538ca5 (commit) via 8c4d8dddba4e20874f4f67e6dbfd810a8fedee7e (commit) from 271c416609b0b8ef0ad6321961192c299d38126e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e9fe7b0df08a3899fb52a0a0bc6a0fcc1ed9a488 Merge: c498bc7 271c416 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Feb 27 18:44:37 2011 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit c498bc7ef9da6ba94ed0e2641b4ab24cca08da2c Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Feb 27 18:44:12 2011 +0100
upower: Fix build dependencies.
commit 828698f6ec138a6d3149b303ae95c40d4c91afa7 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Feb 27 18:43:48 2011 +0100
polkit: Fix build dependencies (and disable introspection).
commit 664ffe83176bcb6f79fb498da5190edb7a538ca5 Merge: 8c4d8dd 293ae84 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Feb 27 17:12:19 2011 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 8c4d8dddba4e20874f4f67e6dbfd810a8fedee7e Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Feb 27 17:11:18 2011 +0100
ncurses: Update to 5.8.
Closes #139.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/ncurses/ncurses.nm | 2 +- pkgs/core/polkit/polkit.nm | 6 +++--- pkgs/core/upower/upower.nm | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)
Difference in files: diff --git a/pkgs/core/ncurses/ncurses.nm b/pkgs/core/ncurses/ncurses.nm index 487c899..8fe5f1b 100644 --- a/pkgs/core/ncurses/ncurses.nm +++ b/pkgs/core/ncurses/ncurses.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = ncurses -PKG_VER = 5.7 +PKG_VER = 5.8 PKG_REL = 1
PKG_MAINTAINER = diff --git a/pkgs/core/polkit/polkit.nm b/pkgs/core/polkit/polkit.nm index 9149d73..b1b9dc3 100644 --- a/pkgs/core/polkit/polkit.nm +++ b/pkgs/core/polkit/polkit.nm @@ -34,8 +34,8 @@ PKG_URL = http://www.freedesktop.org/wiki/Software/PolicyKit PKG_LICENSE = LGPLv2+ PKG_SUMMARY = PolicyKit Authorization Framework.
-PKG_BUILD_DEPS+= eggdbus-devel expat-devel gobject-introspection-devel \ - intltool gettext glib2-devel pam-devel perl-xml-parser pkg-config +PKG_BUILD_DEPS+= eggdbus-devel expat-devel \ + intltool gettext glib2-devel pam-devel perl-XML-Parser pkg-config
define PKG_DESCRIPTION PolicyKit is a toolkit for defining and handling authorizations. \ @@ -51,7 +51,7 @@ CONFIGURE_OPTIONS += \ --sysconfdir=/etc \ --libexecdir=/usr/lib/polkit-1 \ --localstatedir=/var \ - --enable-introspection \ + --disable-introspection \ --disable-static
define STAGE_PREPARE_CMDS diff --git a/pkgs/core/upower/upower.nm b/pkgs/core/upower/upower.nm index 2c2d746..95ca4bb 100644 --- a/pkgs/core/upower/upower.nm +++ b/pkgs/core/upower/upower.nm @@ -35,7 +35,7 @@ PKG_LICENSE = GPLv2+ PKG_SUMMARY = Power Management Service.
PKG_BUILD_DEPS+= bison dbus-devel dbus-glib-devel glib2-devel gettext intltool \ - perl-xml-parser pkg-config polkit-devel + perl-XML-Parser pkg-config polkit-devel PKG_DEPS += udev util-linux-ng
define PKG_DESCRIPTION
hooks/post-receive -- IPFire 3.x development tree