Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6266874e3bd71847374809515f3c9f69443c35b0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6266874e3bd71847374809515f3c9f69443c35b0)
  • Date: Sun, 15 Mar 2015 06:45:13 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

x11/xlockmore/CONFIGURE | 2 +-
x11/xlockmore/DETAILS | 8 +++++---
x11/xlockmore/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 7cf9266d8ac55398e4ffb649eee3f73a5a77c16b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xlockmore: => 5.46, fixed syntax error in CONFIGURE

diff --git a/x11/xlockmore/CONFIGURE b/x11/xlockmore/CONFIGURE
index 3c1c50a..8922a97 100755
--- a/x11/xlockmore/CONFIGURE
+++ b/x11/xlockmore/CONFIGURE
@@ -1,7 +1,7 @@
# backporting legacy options
if [[ -n "$XLOCKMORE_BO" ]]; then
persistent_add XLOCKMORE_OPTS &&
- list add "XLOCKMORE_OPTS" "$XLOCKMORE_BO" &&
+ list_add "XLOCKMORE_OPTS" "$XLOCKMORE_BO" &&

persistent_remove XLOCKMORE_BO
fi &&
diff --git a/x11/xlockmore/DETAILS b/x11/xlockmore/DETAILS
index 4235a01..54c2dc2 100755
--- a/x11/xlockmore/DETAILS
+++ b/x11/xlockmore/DETAILS
@@ -1,11 +1,13 @@
SPELL=xlockmore
- VERSION=5.45
+ VERSION=5.46
SECURITY_PATCH=1
- SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://www.tux.org/~bagleyd/xlock/$SPELL-$VERSION/$SOURCE
+ SOURCE_URL[0]=http://www.tux.org/~bagleyd/xlock/$SOURCE
+
SOURCE_URL[1]=http://www.tux.org/~bagleyd/xlock/$SPELL-old/$SPELL-$VERSION/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
SOURCE_GPG=xlockmore.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=http://www.tux.org/~bagleyd/xlockmore.html
diff --git a/x11/xlockmore/HISTORY b/x11/xlockmore/HISTORY
index b47ae36..eeb6701 100644
--- a/x11/xlockmore/HISTORY
+++ b/x11/xlockmore/HISTORY
@@ -1,3 +1,7 @@
+2015-03-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 5.46; added url mirror
+ * CONFIGURE: fixed syntax error
+
2014-12-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 5.45; SECURITY_PATCH++




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (6266874e3bd71847374809515f3c9f69443c35b0), Vlad Glagolev, 03/15/2015

Archive powered by MHonArc 2.6.24.

Top of Page