Update to ruby-ldap 0.9.19
Remove testing infrastructure that doesn't work, and unnecessary pre-build step.
This commit is contained in:
parent
383db5c5f3
commit
abe67474d6
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2015/07/26 03:28:53 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2016/11/04 21:28:51 jeremy Exp $
|
||||
|
||||
COMMENT= Ruby interface to some common LDAP libraries
|
||||
|
||||
PKGNAME= ldap-0.9.17
|
||||
PKGNAME= ldap-0.9.19
|
||||
DISTNAME= ruby-${PKGNAME}
|
||||
CATEGORIES= databases
|
||||
|
||||
@ -22,15 +22,4 @@ LIB_DEPENDS= databases/openldap
|
||||
CONFIGURE_STYLE= ruby gem ext
|
||||
CONFIGURE_ARGS= --without-libldap
|
||||
|
||||
TEST_TARGET= test
|
||||
TEST_DEPENDS= databases/openldap,-server
|
||||
TEST_IS_INTERACTIVE = Yes
|
||||
|
||||
pre-build:
|
||||
mkdir -p ${GEM_BASE}/build_info;
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && /bin/sh ./test/test.sh ruby openldap2 \
|
||||
${LOCALBASE}/libexec/slapd ${SYSCONFDIR}/openldap/schema/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ruby-ldap-0.9.17.gem) = lRqxjo28K5eRVVw4gz3wfjIpktPrU678qIoIX8VWhsY=
|
||||
SIZE (ruby-ldap-0.9.17.gem) = 66560
|
||||
SHA256 (ruby-ldap-0.9.19.gem) = hykjABnt3W9aE7r1EW6V4oAEeGNvZgJ+dgEdsnQhOYE=
|
||||
SIZE (ruby-ldap-0.9.19.gem) = 91648
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2015/07/26 03:28:53 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2016/11/04 21:28:51 jeremy Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/COPYING
|
||||
@ -30,6 +30,20 @@ ${GEM_LIB}/gems/${DISTNAME}/test/misc1.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/misc2.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/modrdn.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/moz_cert.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/progs/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/progs/ldif-filter.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/progs/slapd-addel.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/progs/slapd-auth.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/progs/slapd-bind.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/progs/slapd-common.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/progs/slapd-common.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/progs/slapd-modify.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/progs/slapd-modrdn.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/progs/slapd-mtread.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/progs/slapd-read.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/progs/slapd-search.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/openldap_tests/progs/slapd-tester.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/search.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/search2.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/search3.rb
|
||||
|
Loading…
Reference in New Issue
Block a user