[Lunar-commits] <moonbase> libpst: Version bump to 0.6.53. Adding a DEPENDS and adjusting the BUILD accordingly.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Oct 9 17:00:18 CEST 2011


commit b710afbd5cdb8773eb783b75bcf421edbd7aade6
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Oct 9 11:00:18 2011 -0400

    libpst: Version bump to 0.6.53. Adding a DEPENDS and adjusting the BUILD accordingly.
---
 libs/libpst/BUILD   |    5 +----
 libs/libpst/DEPENDS |    2 ++
 libs/libpst/DETAILS |    6 +++---
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/libs/libpst/BUILD b/libs/libpst/BUILD
index 8d19a80..1c4dec0 100644
--- a/libs/libpst/BUILD
+++ b/libs/libpst/BUILD
@@ -1,9 +1,6 @@
 (
 
-  OPTS="--without-boost-python --enable-libpst-shared --disable-python" &&
-
-  sedit "s:sem_init],rt):sem_init], [ pthread pthreads thread threads ] ):" configure.in &&
-  sed -i "1i ACLOCAL_AMFLAGS = -I m4" Makefile.am &&
+  OPTS+=" --enable-libpst-shared" &&
 
   default_build
 
diff --git a/libs/libpst/DEPENDS b/libs/libpst/DEPENDS
new file mode 100644
index 0000000..5173ac3
--- /dev/null
+++ b/libs/libpst/DEPENDS
@@ -0,0 +1,2 @@
+optional_depends "Python" "--enable-python"     "--disable-python"       "for python bindings support"
+optional_depends "boost"  "--with-boost-python" "--without-boost-python" "for boost support"
diff --git a/libs/libpst/DETAILS b/libs/libpst/DETAILS
index 2f36261..d05540a 100644
--- a/libs/libpst/DETAILS
+++ b/libs/libpst/DETAILS
@@ -1,11 +1,11 @@
           MODULE=libpst
-         VERSION=0.6.49
+         VERSION=0.6.53
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.five-ten-sg.com/libpst/packages/
-      SOURCE_VFY=sha1:c10f4af9dc1d22b331420bc3931036a3d41115cb
+      SOURCE_VFY=sha1:b8e5972429091fd0e915fd3eb695b68adbe1f7cc
         WEB_SITE=http://www.five-ten-sg.com/libpst/
          ENTERED=20100425
-         UPDATED=20101106
+         UPDATED=20111009
            SHORT="convert Outlook pst files"
 
 cat << EOF


More information about the Lunar-commits mailing list