Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a14c403d812497f8ad8b259609b646e94c8cea0a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a14c403d812497f8ad8b259609b646e94c8cea0a)
  • Date: Tue, 22 May 2012 04:35:43 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

devel/perl/DETAILS | 4 ++--
devel/perl/HISTORY | 3 +++
gnome2-libs/policykit/BUILD | 6 ------
gnome2-libs/policykit/CONFIGURE | 2 --
gnome2-libs/policykit/DEPENDS | 6 +++---
gnome2-libs/policykit/HISTORY | 5 +++++
6 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit a14c403d812497f8ad8b259609b646e94c8cea0a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

perl: => 5.16.0

commit 42e5e62f07ae73768f5ad8d89cb88690a6a67225
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

policykit - adjust depends and build

diff --git a/devel/perl/DETAILS b/devel/perl/DETAILS
index 4d5bdf4..5aafc9b 100755
--- a/devel/perl/DETAILS
+++ b/devel/perl/DETAILS
@@ -1,7 +1,7 @@
SPELL=perl
- VERSION=5.14.2
+ VERSION=5.16.0
SECURITY_PATCH=1
-
SOURCE_HASH=sha512:023a0d86302ebf2cbc22457e6799fe75c07498a4974abacdff5b6259982bb4a0388585e57d50b52ea05a1ab186d4bc9d47e80c0981ef9288d502e42f18a21144
+
SOURCE_HASH=sha512:8e2ec0b95044028b0c07da1b1e8114dd374d9a6b6988861f1605a7415b9c0e222a9627b96db83d6a5878702e7abe152e06553cea27522fe28f6e031544d8a87e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://www.cpan.org/src/5.0/$SOURCE
diff --git a/devel/perl/HISTORY b/devel/perl/HISTORY
index a77d3db..af6939a 100644
--- a/devel/perl/HISTORY
+++ b/devel/perl/HISTORY
@@ -1,3 +1,6 @@
+2012-05-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 5.16.0
+
2011-09-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.14.2; SECURITY_PATCH++
(fixes CVE-2011-2728, CVE-2011-2939)
diff --git a/gnome2-libs/policykit/BUILD b/gnome2-libs/policykit/BUILD
index df8297b..8595640 100755
--- a/gnome2-libs/policykit/BUILD
+++ b/gnome2-libs/policykit/BUILD
@@ -1,11 +1,5 @@
create_account polkituser &&

-if [[ "$POLICYKIT_MANPAGES" == "y" ]]; then
- OPTS="--enable-man-pages $OPTS"
-else
- OPTS="--disable-man-pages $OPTS"
-fi &&
-
if [[ "$POLICYKIT_AFW" == "linux-pam" ]]; then
OPTS="--with-authfw=pam $OPTS"
else
diff --git a/gnome2-libs/policykit/CONFIGURE b/gnome2-libs/policykit/CONFIGURE
index f58c05b..33c555e 100755
--- a/gnome2-libs/policykit/CONFIGURE
+++ b/gnome2-libs/policykit/CONFIGURE
@@ -1,5 +1,3 @@
-config_query POLICYKIT_MANPAGES "Install man pages?" y &&
-
if spell_ok linux-pam; then
config_query_list POLICYKIT_AFW "Which Authentication framework?" \
linux-pam shadow
diff --git a/gnome2-libs/policykit/DEPENDS b/gnome2-libs/policykit/DEPENDS
index e91eebc..bf41129 100755
--- a/gnome2-libs/policykit/DEPENDS
+++ b/gnome2-libs/policykit/DEPENDS
@@ -2,17 +2,17 @@ depends pkgconfig &&
depends dbus &&
depends dbus-glib &&
depends expat &&
-depends intltool &&

if [[ "$POLICYKIT_AFW" != "none" ]]; then
depends $POLICYKIT_AFW
fi &&

if [[ "$POLICYKIT_AFW" == "shadow" ]]; then
- depends automake &&
- depends consolekit
+# depends automake &&
+ runtime_depends consolekit
fi &&

+optional_depends intltool '--enable-nls' '--disable-nls' 'NLS support' &&
optional_depends gobject-introspection \
"--enable-introspection" \
"--disable-introspection" \
diff --git a/gnome2-libs/policykit/HISTORY b/gnome2-libs/policykit/HISTORY
index 49a5c48..b8931a7 100644
--- a/gnome2-libs/policykit/HISTORY
+++ b/gnome2-libs/policykit/HISTORY
@@ -1,3 +1,8 @@
+2012-05-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: intltool is optional
+ * BUILD, CONFIGURE: remove redundant query
+ man pages are dependent on docbook-xsl
+
2012-04-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.105
new url



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a14c403d812497f8ad8b259609b646e94c8cea0a), Treeve Jelbert, 05/22/2012

Archive powered by MHonArc 2.6.24.

Top of Page