summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2010-10-26 17:20:40 +0200
committerLadislav Hagara2010-10-26 17:20:40 +0200
commit839e3d4ca194bdb265d4eb09bb9b4410507d4042 (patch)
treed82b58b93b635a881549a9fd223b49158929bd4f
parentf11afd6fb845f93e02b215b1ab18a484b75166d1 (diff)
ontopia 5.1.1-20101026
-rwxr-xr-xbin-http/ontopia/DETAILS6
-rw-r--r--bin-http/ontopia/HISTORY4
-rwxr-xr-xbin-http/ontopia/INSTALL1
3 files changed, 7 insertions, 4 deletions
diff --git a/bin-http/ontopia/DETAILS b/bin-http/ontopia/DETAILS
index 82b3ba9..802b2df 100755
--- a/bin-http/ontopia/DETAILS
+++ b/bin-http/ontopia/DETAILS
@@ -1,9 +1,9 @@
SPELL=ontopia
- VERSION=5.1.0-20100628
- PATCHLEVEL=1
+ VERSION=5.1.1-20101026
+ PATCHLEVEL=0
SOURCE=$SPELL-$VERSION.zip
SOURCE_URL[0]=http://ontopia.googlecode.com/files/$SOURCE
- SOURCE_HASH=sha512:f7cc3d1b208b755dceb1714c1dffc1e0364e837dcc94baa69227a7b6db078bd214148fde0f9af5b4d090a32ad74a9a8fd2f78bda4dbc51bea21223649031020e
+ SOURCE_HASH=sha512:11553f9e41aebfc3b620829bd6fa4721107cd84eb0d55033508b6bf15e217fc78bd7ae8dccd84b1580140701e1587a280161f1762124063b8acc9824140cf02f
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 b93056f..c034ad1 100644
--- a/bin-http/ontopia/HISTORY
+++ b/bin-http/ontopia/HISTORY
@@ -1,3 +1,7 @@
+2010-10-26 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 5.1.1-20101026
+ * INSTALL: removed rm antlr-2.7.7.jar, problem fixed upstream
+
2010-08-25 Ladislav Hagara <hgr@vabo.cz>
* init.d/{ontopia,ontopia.conf}: added conf file
diff --git a/bin-http/ontopia/INSTALL b/bin-http/ontopia/INSTALL
index 789078d..4179422 100755
--- a/bin-http/ontopia/INSTALL
+++ b/bin-http/ontopia/INSTALL
@@ -1,5 +1,4 @@
INSTALL_DIR=${INSTALL_ROOT}/opt/ontopia &&
mkdir -pv ${INSTALL_DIR} &&
-rm ${SOURCE_DIRECTORY}/apache-tomcat/webapps/tmrap/WEB-INF/lib/antlr-2.7.7.jar &&
cp -rv ${SOURCE_DIRECTORY}/* ${INSTALL_DIR} &&
find ${INSTALL_DIR}/ -print0 | xargs -r -0 -n 1 chown ontopia:ontopia