Skip to Content.
Sympa Menu

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

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 (f0fdad8f4d5aa4220f44e902dfef5844976f01d3)
  • Date: Fri, 6 May 2016 02:10:02 +0000

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

python-pypi/mercurial/BUILD | 7 +++++++
python-pypi/mercurial/CONFIGURE | 3 ++-
python-pypi/mercurial/DETAILS | 6 +++---
python-pypi/mercurial/HISTORY | 6 ++++++
python-pypi/mercurial/INSTALL | 6 ++++++
5 files changed, 24 insertions(+), 4 deletions(-)

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

mercurial: => 3.8.1 [security]

diff --git a/python-pypi/mercurial/BUILD b/python-pypi/mercurial/BUILD
new file mode 100755
index 0000000..34d8bdf
--- /dev/null
+++ b/python-pypi/mercurial/BUILD
@@ -0,0 +1,7 @@
+default_build &&
+
+if [[ $HG_CHG == "y" ]]; then
+ cd contrib/chg &&
+ make &&
+ cd ../..
+fi
diff --git a/python-pypi/mercurial/CONFIGURE b/python-pypi/mercurial/CONFIGURE
index 12284b7..998e80f 100755
--- a/python-pypi/mercurial/CONFIGURE
+++ b/python-pypi/mercurial/CONFIGURE
@@ -1 +1,2 @@
-config_query HG_DOCS "Install docs?" y
+config_query HG_DOCS "Install docs?" y &&
+config_query HG_CHG "Install chg (fast client for Mercurial command
server)?" n
diff --git a/python-pypi/mercurial/DETAILS b/python-pypi/mercurial/DETAILS
index deeb22d..465a145 100755
--- a/python-pypi/mercurial/DETAILS
+++ b/python-pypi/mercurial/DETAILS
@@ -1,7 +1,7 @@
SPELL=mercurial
- VERSION=3.7.3
- SECURITY_PATCH=2
-
SOURCE_HASH=sha512:7f9f97229e40c7092c16ccf227b19a08a9839d8ce19a9d057341fff75876bff32241ee9aa10eab293f779ea3e8a1d97577597187bd96251fb499cbb1075a82cf
+ VERSION=3.8.1
+ SECURITY_PATCH=3
+
SOURCE_HASH=sha512:f5a3aae85478cf7fbb70146e56237ee569f0ad51f6bd7b7a763f4cb6333b4aa78b57fd540993c3d36ca35dbab55641e4987ab8212a0fbf32e9e3b53aee300a79
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.mercurial-scm.org/release/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/python-pypi/mercurial/HISTORY b/python-pypi/mercurial/HISTORY
index bb0f0b5..0779991 100644
--- a/python-pypi/mercurial/HISTORY
+++ b/python-pypi/mercurial/HISTORY
@@ -1,3 +1,9 @@
+2016-05-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.8.1; SECURITY_PATCH++
+ * CONFIGURE: added configure setting for chg tool
+ * INSTALL: optionally install chg tool
+ * BUILD: added, for chg tool build
+
2016-04-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.7.3; SECURITY_PATCH++

diff --git a/python-pypi/mercurial/INSTALL b/python-pypi/mercurial/INSTALL
index 0aa6f33..f7d2bcc 100755
--- a/python-pypi/mercurial/INSTALL
+++ b/python-pypi/mercurial/INSTALL
@@ -1,5 +1,11 @@
default_install &&

+if [[ $HG_CHG == "y" ]]; then
+ cd contrib/chg &&
+ make PREFIX="${INSTALL_ROOT}/usr" install &&
+ cd ../../
+fi &&
+
if is_depends_enabled $SPELL tk; then
install -m 0755 -o root -g root contrib/hgk \
"$INSTALL_ROOT/usr/bin/hgk"



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f0fdad8f4d5aa4220f44e902dfef5844976f01d3), Vlad Glagolev, 05/05/2016

Archive powered by MHonArc 2.6.24.

Top of Page