Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Julien ROZO (eebb172ce7317bf64bcb45cc8fcfd65daab6f328)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Julien ROZO (eebb172ce7317bf64bcb45cc8fcfd65daab6f328)
  • Date: Fri, 29 Aug 2008 02:11:26 -0500

GIT changes to master grimoire by Julien ROZO <julien AT rozo.org>:

mobile/obexftp/DEPENDS | 22 +++++++++++++++++++++-
mobile/obexftp/DETAILS | 4 ++--
mobile/obexftp/HISTORY | 5 +++++
3 files changed, 28 insertions(+), 3 deletions(-)

New commits:
commit 710915b35f45fb99b19c89668a2251fdae65a2fb
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

obexftp: updated version to 0.22
in DEPENDS, added optional dependency on perl, python, ruby and tcl for
various bindings

diff --git a/mobile/obexftp/DEPENDS b/mobile/obexftp/DEPENDS
index 7833117..840fb31 100755
--- a/mobile/obexftp/DEPENDS
+++ b/mobile/obexftp/DEPENDS
@@ -1,3 +1,23 @@
depends libpcap &&
depends python &&
-depends -sub BLUEZ openobex
+depends -sub BLUEZ openobex &&
+
+optional_depends perl \
+ '--enable-perl' \
+ '--disable-perl' \
+ 'to install bindings for Perl' &&
+
+optional_depends python \
+ '--enable-python' \
+ '--disable-python' \
+ 'to install bindings for Python' &&
+
+optional_depends ruby \
+ '--enable-ruby' \
+ '--disable-ruby' \
+ 'to install bindings for Ruby?' &&
+
+optional_depends tcl \
+ '--enable-tcl' \
+ '--disable-tcl' \
+ 'to install bindings for TCL?'
diff --git a/mobile/obexftp/DETAILS b/mobile/obexftp/DETAILS
index 51cf8de..4961ec2 100755
--- a/mobile/obexftp/DETAILS
+++ b/mobile/obexftp/DETAILS
@@ -1,6 +1,6 @@
SPELL=obexftp
- VERSION=0.20
-
SOURCE_HASH=sha512:3e68c507237edfee14a294ced04189b83e006f183ecdd043735d2dabb004d52a47a7ea4af72208fc3217b160e8c24133a72c7d9c3f378bbcf1c506ac6549dff7
+ VERSION=0.22
+
SOURCE_HASH=sha512:83e1ac023b25de758e569ac0688ac43e4af7ebe0617605797f3cc4c30149f6487cf24f638071ac52e0818a686e09160112362d7bd9d25753f060a1c9416ba75f
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/openobex/$SOURCE
diff --git a/mobile/obexftp/HISTORY b/mobile/obexftp/HISTORY
index 3164671..25c223d 100644
--- a/mobile/obexftp/HISTORY
+++ b/mobile/obexftp/HISTORY
@@ -1,3 +1,8 @@
+2008-08-29 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DETAILS: updated version to 0.22
+ * DEPENDS: added optional dependency on perl, python, ruby and tcl
+ for various bindings
+
2007-10-04 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: corrected WEB_SITE




  • [SM-Commit] GIT changes to master grimoire by Julien ROZO (eebb172ce7317bf64bcb45cc8fcfd65daab6f328), Julien ROZO, 08/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page