Skip to Content.
Sympa Menu

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

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 (f1bd0e5e696567d0882978983384978d37b34527)
  • Date: Tue, 6 Jan 2015 20:44:04 -0600

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

database/virtuoso/DEPENDS | 6 +++---
database/virtuoso/HISTORY | 5 ++++-
mobile/libwbxml/DETAILS | 6 +++---
mobile/libwbxml/HISTORY | 4 ++++
4 files changed, 14 insertions(+), 7 deletions(-)

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

virtuoso: SSL and libxml2 are hard dependencies

commit e6d35c277586be3b8490f03ef00ebdb8b92b4d8b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libwbxml 0.11.2

diff --git a/database/virtuoso/DEPENDS b/database/virtuoso/DEPENDS
index d755e9a..75d6a00 100755
--- a/database/virtuoso/DEPENDS
+++ b/database/virtuoso/DEPENDS
@@ -1,11 +1,11 @@
depends bison &&
depends flex &&
depends libtool &&
-depends libgc '--with-pthreads' &&
-optional_depends SSL '--enable-openssl' '--disable-openssl' 'SSL
encryption' &&
+depends libgc '--with-pthreads' &&
+depends SSL '--enable-openssl' &&
+depends libxml2 '--enable-xml' &&
optional_depends openldap '--enable-openldap' '--disable-openldap'
'LDAP support' &&
optional_depends LIBSASL '--enable-krb' '--disable-krb'
'Kerberos support' &&
-optional_depends libxml2 '--enable-xml' '--disable-xml'
'XML support' &&
optional_depends php '--enable-php5' '--disable-php5'
'PHP support' &&
optional_depends imagemagick '--enable-imagemagick' '--disable-imagemagick'
'ImageMagick support' &&
optional_depends python '--enable-python' '--disable-python'
'Python support' &&
diff --git a/database/virtuoso/HISTORY b/database/virtuoso/HISTORY
index 5bf1df0..82fbb91 100644
--- a/database/virtuoso/HISTORY
+++ b/database/virtuoso/HISTORY
@@ -1,4 +1,7 @@
-2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+2015-01-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: SSL and libxml2 are hard optional
+
+2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: openssl => SSL

2013-12-13 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/mobile/libwbxml/DETAILS b/mobile/libwbxml/DETAILS
index 228b4a7..02f9e84 100755
--- a/mobile/libwbxml/DETAILS
+++ b/mobile/libwbxml/DETAILS
@@ -1,10 +1,10 @@
SPELL=libwbxml
- VERSION=0.10.7
-
SOURCE_HASH=sha512:d4d7ff915acc4649f08a9f11cab5d666c7d868d855aac376db6e2c883be5f7d9181e12410251c131a589ed29b5f1f23230462096595ab1f0584ea16de10a38de
+ VERSION=0.11.2
+
SOURCE_HASH=sha512:1eb01e35b1fab548163caca8ba024216926995adaf2e3bd7a001927858c51a792620eb7e9ca111fc6bdf5af5c1a1cbd3eac3fe53d427cd1a6d9e8aadfc51bf1f
SOURCE="$SPELL-$VERSION.tar.bz2"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
- WEB_SITE=https://libwbxml.opensync.org/
+ WEB_SITE=http://sourceforge.net/projects/libwbxml/
LICENSE[0]=LGPL
ENTERED=20061110
SHORT="A WBXML parser and encoder."
diff --git a/mobile/libwbxml/HISTORY b/mobile/libwbxml/HISTORY
index 1495b4f..ebe2d81 100644
--- a/mobile/libwbxml/HISTORY
+++ b/mobile/libwbxml/HISTORY
@@ -1,3 +1,7 @@
+2015-01-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.11.2
+ fixed WEB_SITE
+
2009-05-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.10.7




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f1bd0e5e696567d0882978983384978d37b34527), Ismael Luceno, 01/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page