New commits:
commit 1cc025e29d42312377e06805e356ae09369f98e4
Author: Elisamuel Resto <ryuji AT mages.ath.cx>
Commit: Elisamuel Resto <ryuji AT mages.ath.cx>
windowmanagers/fluxbox: bug #13828 fix didnt work properly, DOWNLOAD from
valgrind spell works
diff --git a/windowmanagers/fluxbox/DOWNLOAD b/windowmanagers/fluxbox/DOWNLOAD
index 873b9fa..36ac7e1 100755
--- a/windowmanagers/fluxbox/DOWNLOAD
+++ b/windowmanagers/fluxbox/DOWNLOAD
@@ -8,7 +8,8 @@ function url_r_svn_crack() {
R_SVN_TAG=${R_SVN_TAGNAME:-HEAD}
}
-
+if [[ $FLUXBOX_SVN == y ]]
+then
url_r_svn_crack ${SOURCE_URL}
&&
message "${MESSAGE_COLOR}Starting SVN checkout of"
\
"${FILE_COLOR}${SOURCE}${MESSAGE_COLOR}...${DEFAULT_COLOR}"
&&
@@ -40,10 +41,7 @@ tar -jcf
\
${R_SVN_MODULE}
&&
cp ${SOURCE} ${SOURCE_CACHE}/${SOURCE}
&&
rm ${SOURCE}
&&
-message "${MESSAGE_COLOR}SVN Checkout complete...${DEFAULT_COLOR}"
&&
-
-if [[ $SOURCE2 ]]; then
- acquire_src 2 &&
- acquire_src 3 &&
- acquire_src 4
+message "${MESSAGE_COLOR}SVN Checkout complete...${DEFAULT_COLOR}"
+else
+acquire_src ''
fi
diff --git a/windowmanagers/fluxbox/HISTORY b/windowmanagers/fluxbox/HISTORY
index 33d5d99..d69f647 100644
--- a/windowmanagers/fluxbox/HISTORY
+++ b/windowmanagers/fluxbox/HISTORY
@@ -1,3 +1,6 @@
+2007-11-30 Elisamuel Resto <ryuji AT mages.ath.cx>
+ * DOWNLOAD: #13828 fix didnt work properly, file from valgrind spell
does
+
2007-11-12 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: fixed svn SOURCE_DIRECTORY
* DOWNLOAD: added to fix bug #13828
[SM-Commit] GIT changes to master grimoire by Elisamuel Resto (1cc025e29d42312377e06805e356ae09369f98e4),
Elisamuel Resto, 11/30/2007