Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (b0643b3b8a9d72cbd046a26780677054e2e34b69)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (b0643b3b8a9d72cbd046a26780677054e2e34b69)
  • Date: Tue, 6 Aug 2013 19:46:31 -0500

GIT changes to master binary grimoire by Ladislav Hagara <hgr AT vabo.cz>:

bin-http/ontopia/DETAILS | 4 ++--
bin-http/ontopia/HISTORY | 4 ++++
bin-http/ontopia/INSTALL | 3 ++-
bin-http/ontopia/PRE_BUILD | 5 ++++-
4 files changed, 12 insertions(+), 4 deletions(-)

New commits:
commit b0643b3b8a9d72cbd046a26780677054e2e34b69
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

ontopia 5.3.0

diff --git a/bin-http/ontopia/DETAILS b/bin-http/ontopia/DETAILS
index 755c502..980d27a 100755
--- a/bin-http/ontopia/DETAILS
+++ b/bin-http/ontopia/DETAILS
@@ -1,9 +1,9 @@
SPELL=ontopia
- VERSION=5.2.1-20120330
+ VERSION=5.3.0
PATCHLEVEL=0
SOURCE=$SPELL-$VERSION.zip
SOURCE_URL[0]=http://ontopia.googlecode.com/files/$SOURCE
-
SOURCE_HASH=sha512:03381577b7b02e64b7aac0ef96d0d7668772b176d37544a0ab2651410004fef62295a7fa362bf0b1899945b379389c7ff5e49acaf41e17ed0eec91ab4ccd0198
+
SOURCE_HASH=sha512:b0391b085cb0fa024bb855723fb7a5ffcc5a579c42d36fb69a97050b94db1225ef92f57937cd31397a5f9b314e862ea043622dbdd5671bb61efd94f1f664d2f0
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-${VERSION%-*}"
WEB_SITE=http://code.google.com/p/ontopia/
LICENSE[0]=APACHE
diff --git a/bin-http/ontopia/HISTORY b/bin-http/ontopia/HISTORY
index b1727bb..a57de8f 100644
--- a/bin-http/ontopia/HISTORY
+++ b/bin-http/ontopia/HISTORY
@@ -1,3 +1,7 @@
+2013-08-07 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 5.3.0
+ * PRE_BUILD, INSTALL: updated
+
2012-03-31 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 5.2.1-20120330

diff --git a/bin-http/ontopia/INSTALL b/bin-http/ontopia/INSTALL
index 4179422..eb7e06a 100755
--- a/bin-http/ontopia/INSTALL
+++ b/bin-http/ontopia/INSTALL
@@ -1,4 +1,5 @@
INSTALL_DIR=${INSTALL_ROOT}/opt/ontopia &&
mkdir -pv ${INSTALL_DIR} &&
cp -rv ${SOURCE_DIRECTORY}/* ${INSTALL_DIR} &&
-find ${INSTALL_DIR}/ -print0 | xargs -r -0 -n 1 chown ontopia:ontopia
+find ${INSTALL_DIR}/ -print0 | xargs -r -0 -n 1 chown ontopia:ontopia &&
+find ${INSTALL_DIR}/ -name "*.sh" -print0 | xargs -r -0 -n 1 chmod 755
diff --git a/bin-http/ontopia/PRE_BUILD b/bin-http/ontopia/PRE_BUILD
index 9a1ed0d..a77c64e 100755
--- a/bin-http/ontopia/PRE_BUILD
+++ b/bin-http/ontopia/PRE_BUILD
@@ -1,3 +1,6 @@
create_account ontopia &&
create_group ontopia &&
-default_pre_build
+
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file



  • [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (b0643b3b8a9d72cbd046a26780677054e2e34b69), Ladislav Hagara, 08/06/2013

Archive powered by MHonArc 2.6.24.

Top of Page