[SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (be00e08fe7f735d8b47206224b16495b5a96b43c)

Vlad Glagolev scm at sourcemage.org
Fri Dec 2 16:17:21 EST 2011


GIT changes to devel-xorg-modular grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 http/nginx/DETAILS  |    2 +-
 http/nginx/HISTORY  |    3 +++
 x11/lightdm/HISTORY |    4 ++++
 x11/lightdm/INSTALL |    2 +-
 4 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 11e61d3f4d71779ec4988b08d8243883fee4363e
Author: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>

    x11/lightdm: fixed fatal typo in INSTALL

commit 3a35a5622329c1576846913e63d6fa98595a6367
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    nginx: => 1.1.10 (devel)

diff --git a/http/nginx/DETAILS b/http/nginx/DETAILS
index 9bee45e..6400c66 100755
--- a/http/nginx/DETAILS
+++ b/http/nginx/DETAILS
@@ -17,7 +17,7 @@ case "$NGINX_RELEASE" in
   SECURITY_PATCH=2
   ;;
   devel)
-         VERSION=1.1.8
+         VERSION=1.1.10
   SECURITY_PATCH=1
   ;;
 esac
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index 93b669e..297a4ec 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,6 @@
+2011-12-02 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 1.1.10 (devel)
+
 2011-11-25 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to 1.0.10 (stable), 1.1.8 (devel) [security]
 
diff --git a/x11/lightdm/HISTORY b/x11/lightdm/HISTORY
index 379df89..f23bb14 100644
--- a/x11/lightdm/HISTORY
+++ b/x11/lightdm/HISTORY
@@ -1,3 +1,7 @@
+2011-12-02 Florian Franzmann <siflfran at hawo.stw.uni-erlangen.de>
+	* INSTALL: fixed typo that prevented the installation if pam
+	  is used
+
 2011-11-11 Arjan Bouter <abouter at sourcemage.org>
 	* BUILDS, DEPENDS, DETAILS, INSTALL, lightdm: spell created
 
diff --git a/x11/lightdm/INSTALL b/x11/lightdm/INSTALL
index e34b20d..4c8ba7d 100755
--- a/x11/lightdm/INSTALL
+++ b/x11/lightdm/INSTALL
@@ -1,5 +1,5 @@
 default_install &&
 PAM_DIR="${INSTALL_ROOT}/etc/pam.d" &&
 if [ ! -e "${PAM_DIR}/lightdm" ]; then
-  install "${SCRIPT_DIRECTORY}/lightdm "${PAM_DIR}/
+  install "${SCRIPT_DIRECTORY}/lightdm" "${PAM_DIR}/"
 fi


More information about the SM-Commit mailing list