]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
install-deps: s/openldap-client/openldap24-client/
authorKefu Chai <kchai@redhat.com>
Tue, 4 Sep 2018 15:39:59 +0000 (23:39 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 4 Sep 2018 15:42:37 +0000 (23:42 +0800)
please refer:

https://svnweb.freebsd.org/ports/head/net/openldap24-client/
https://svnweb.freebsd.org/ports/head/net/openldap-client/

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh

index e4cfedc668a7bc8d5a6fe74a781ec7f951cb4827..7a8aa07f2284d74ad3c4699e1605acc4693f1aea 100755 (executable)
@@ -152,7 +152,7 @@ if [ x$(uname)x = xFreeBSDx ]; then
         lang/cython \
         devel/py-virtualenv \
         databases/leveldb \
-        net/openldap-client \
+        net/openldap24-client \
         security/nss \
         archivers/snappy \
         archivers/liblz4 \