aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-26 20:38:35 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-26 21:49:22 +0100
commitc2f08f65b89e1c358a8650b6d1eab96a87877a54 (patch)
treefd192b6d53bb5f7e569bb99b843404f8a638b7e1
parent5bd8435b3318741b81dc83e853ffbb637b5940ad (diff)
downloadaports-c2f08f65b89e1c358a8650b6d1eab96a87877a54.tar.bz2
aports-c2f08f65b89e1c358a8650b6d1eab96a87877a54.tar.xz
community/mongodb-tools: move from non-free
Turns out it is actually Apache-2.0 and doesn't depend on mongodb itself. fixes #10994
-rw-r--r--community/mongodb-tools/APKBUILD (renamed from non-free/mongodb-tools/APKBUILD)5
-rw-r--r--community/mongodb-tools/fix-build.patch (renamed from non-free/mongodb-tools/fix-build.patch)0
-rw-r--r--community/mongodb-tools/fix-cstruct-decls.patch (renamed from non-free/mongodb-tools/fix-cstruct-decls.patch)0
3 files changed, 2 insertions, 3 deletions
diff --git a/non-free/mongodb-tools/APKBUILD b/community/mongodb-tools/APKBUILD
index 8f96d606ca..b3614a3e22 100644
--- a/non-free/mongodb-tools/APKBUILD
+++ b/community/mongodb-tools/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Marc Vertes <mvertes@free.fr>
pkgname=mongodb-tools
pkgver=4.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="The MongoDB tools provide import, export, and diagnostic capabilities."
url="https://github.com/mongodb/mongo-tools"
arch="all !s390x"
-license="Apache"
+license="Apache-2.0"
makedepends="$depends_dev go cyrus-sasl-dev openssl-dev libpcap-dev bash perl"
options="!check"
source="$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-tools/archive/r$pkgver.tar.gz
@@ -22,7 +22,6 @@ prepare() {
}
build() {
- cd "$builddir"
GOROOT=/usr/lib/go GOPATH="$srcdir" ./build.sh sasl ssl
}
diff --git a/non-free/mongodb-tools/fix-build.patch b/community/mongodb-tools/fix-build.patch
index 4913d8caa6..4913d8caa6 100644
--- a/non-free/mongodb-tools/fix-build.patch
+++ b/community/mongodb-tools/fix-build.patch
diff --git a/non-free/mongodb-tools/fix-cstruct-decls.patch b/community/mongodb-tools/fix-cstruct-decls.patch
index 87d332c5b5..87d332c5b5 100644
--- a/non-free/mongodb-tools/fix-cstruct-decls.patch
+++ b/community/mongodb-tools/fix-cstruct-decls.patch