orientdb: update to 2.0.6
Remove patch, this has been fixed upstream.
This commit is contained in:
parent
a42b0aa7ba
commit
14175b274c
2 changed files with 2 additions and 14 deletions
|
@ -1,12 +0,0 @@
|
|||
diff -ru a/orientdb-community-2.0.4.orig/bin/dserver.sh ./bin/dserver.sh
|
||||
--- a/orientdb-community-2.0.4.orig/bin/dserver.sh 2015-03-03 17:24:25.000000000 -0600
|
||||
+++ ./bin/dserver.sh 2015-03-07 11:32:14.817541145 -0600
|
||||
@@ -1,5 +1,5 @@
|
||||
-#!/bin/sh
|
||||
+#!/bin/bash
|
||||
#
|
||||
# Copyright (c) Orient Technologies LTD (http://www.orientechnologies.com)
|
||||
#
|
||||
-${0/%dserver.sh/server.sh} -Ddistributed=true $*
|
||||
+exec ${0/%dserver.sh/server.sh} -Ddistributed=true $*
|
||||
Only in .: that.patch
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'orientdb'
|
||||
pkgname=orientdb
|
||||
version=2.0.5
|
||||
version=2.0.6
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64"
|
||||
conf_files="/etc/orientdb/hazelcast.xml"
|
||||
|
@ -12,7 +12,7 @@ license="apache2"
|
|||
patch_args="-p1"
|
||||
homepage="http://orienttechnologies.com"
|
||||
distfiles="http://www.orientechnologies.com/download.php?email=unknown@unknown.com&file=orientdb-community-${version}.tar.gz&os=linux>orientdb-community-${version}.tar.gz"
|
||||
checksum=6e136a5ba14265c0515dab0eb269a3c32fe00f617c044595b581941db39e3cee
|
||||
checksum=530554568d1d8563deb0c9f438a8d2a2829cb5f365bbd6bbf71b39f7e2dd42a9
|
||||
system_accounts="orientdb"
|
||||
conf_files="/etc/orientdb/default-distributed-db-config.json
|
||||
/etc/sv/orientdb/conf
|
||||
|
|
Loading…
Reference in a new issue