Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7533a7f5936ea7de0ef331d132cc96b8375f24fa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7533a7f5936ea7de0ef331d132cc96b8375f24fa)
  • Date: Wed, 26 Nov 2014 23:07:45 -0600

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

crypto/polarssl/DETAILS | 12 +++++++++++-
crypto/polarssl/HISTORY | 1 +
crypto/polarssl/PREPARE | 2 ++
3 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit 7533a7f5936ea7de0ef331d132cc96b8375f24fa
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

polarssl: Add scm branch

diff --git a/crypto/polarssl/DETAILS b/crypto/polarssl/DETAILS
index 1b9c306..81b7a4e 100755
--- a/crypto/polarssl/DETAILS
+++ b/crypto/polarssl/DETAILS
@@ -1,10 +1,20 @@
+. "$GRIMOIRE/FUNCTIONS"
SPELL=polarssl
+if [[ "$POLARSSL_BRANCH" == scm ]]; then
+ VERSION=$(get_scm_version)
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+ SOURCE=$SPELL-git.tar.bz2
+ SOURCE_URL[0]=git://github.com/$SPELL/$SPELL.git:$SPELL-git
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+else
VERSION=1.3.9

SOURCE_HASH=sha512:eac720913ece5ac7da92773f64e21acce740474ae1c82d1b992c31a49b254852933970dd69a763a643ffcfa2189c2cd2e1f18a892b1253b1060fa049238f04c4
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/archive/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$SPELL-$VERSION"
+fi
WEB_SITE=http://polarssl.org/
LICENSE[0]=GPL
ENTERED=20110812
diff --git a/crypto/polarssl/HISTORY b/crypto/polarssl/HISTORY
index 6c908c8..42bfc65 100644
--- a/crypto/polarssl/HISTORY
+++ b/crypto/polarssl/HISTORY
@@ -1,6 +1,7 @@
2014-11-27 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.3.9
Fixed SOURCE_URL[0]
+ * DETAILS, PREPARE: Added scm branch

2013-10-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.3.1
diff --git a/crypto/polarssl/PREPARE b/crypto/polarssl/PREPARE
new file mode 100755
index 0000000..ba63470
--- /dev/null
+++ b/crypto/polarssl/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE/FUNCTIONS" &&
+prepare_select_branch stable scm



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7533a7f5936ea7de0ef331d132cc96b8375f24fa), Ismael Luceno, 11/27/2014

Archive powered by MHonArc 2.6.24.

Top of Page