Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (055928eba1a7b6ad342dc60167b81f2e6a242798)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (055928eba1a7b6ad342dc60167b81f2e6a242798)
  • Date: Mon, 27 Apr 2015 10:34:29 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

libs/protobuf/DEPENDS | 1 +
libs/protobuf/DETAILS | 6 +++---
libs/protobuf/HISTORY | 5 +++++
libs/protobuf/PRE_BUILD | 3 +++
4 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit 055928eba1a7b6ad342dc60167b81f2e6a242798
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/protobuf: version 2.6.1

diff --git a/libs/protobuf/DEPENDS b/libs/protobuf/DEPENDS
index 081a39f..949e4a2 100755
--- a/libs/protobuf/DEPENDS
+++ b/libs/protobuf/DEPENDS
@@ -1,3 +1,4 @@
+depends autoconf &&
depends -sub CXX gcc &&
optional_depends "python" "" "" "Python bindings"

diff --git a/libs/protobuf/DETAILS b/libs/protobuf/DETAILS
index 32d981d..aea2101 100755
--- a/libs/protobuf/DETAILS
+++ b/libs/protobuf/DETAILS
@@ -1,10 +1,10 @@
SPELL=protobuf
- VERSION=2.6.0
-
SOURCE_HASH=sha512:5a10bf21c1854c63a43d583898be72173fc19ba7fdb62ad55ea1e8fe32894581a6ef92a8c48622af59a8886fedbc4df5805669b295c7365b4318663bea7c4603
+ VERSION=2.6.1
+
SOURCE_HASH=sha512:8a6337e007572b1c5688ad178a18e98e94e62112bbc4ae558b4a3f8fa7f93a9643929ccaf31b94490c9f601328ae3f48dab7b702a2b9c989a5254514c78a4d1e
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://$SPELL.googlecode.com
- SOURCE_URL[0]=https://$SPELL.googlecode.com/svn/rc/$SOURCE
+
SOURCE_URL[0]=https://github.com/google/protobuf/archive/v${VERSION}.tar.gz
LICENSE[0]=BSD
ENTERED=20090819
KEYWORDS=""
diff --git a/libs/protobuf/HISTORY b/libs/protobuf/HISTORY
index 08252e3..bc0defa 100644
--- a/libs/protobuf/HISTORY
+++ b/libs/protobuf/HISTORY
@@ -1,3 +1,8 @@
+2015-04-27 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.6.1, switch SOURCE_URL[0] to github
+ * PRE_BUILD: run autoreconf
+ * DEPENDS: depend on autoconf
+
2015-01-02 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 2.6.0
* BUILD: Remove -ffast-math from CXXFLAGS, doesn't compile with it
diff --git a/libs/protobuf/PRE_BUILD b/libs/protobuf/PRE_BUILD
new file mode 100755
index 0000000..6c188dd
--- /dev/null
+++ b/libs/protobuf/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+autoreconf -f -i -Wall,no-obsolete



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (055928eba1a7b6ad342dc60167b81f2e6a242798), Florian Franzmann, 04/27/2015

Archive powered by MHonArc 2.6.24.

Top of Page