Update to ldap 0.9.17
This commit is contained in:
parent
ffef704d9b
commit
9337a430fe
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2014/01/15 02:13:57 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2015/07/26 03:28:53 jeremy Exp $
|
||||
|
||||
COMMENT= Ruby interface to some common LDAP libraries
|
||||
|
||||
PKGNAME= ldap-0.9.12
|
||||
REVISION = 4
|
||||
PKGNAME= ldap-0.9.17
|
||||
DISTNAME= ruby-${PKGNAME}
|
||||
CATEGORIES= databases
|
||||
|
||||
@ -16,7 +15,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
WANTLIB= crypto pthread ssl ldap lber
|
||||
WANTLIB= crypto pthread ssl ldap_r lber
|
||||
|
||||
LIB_DEPENDS= databases/openldap
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ruby-ldap-0.9.12.gem) = 4VMFhvm1KNbdF6jOpJCZwbIdVh+WSQlBy20Mn0LLl5g=
|
||||
SIZE (ruby-ldap-0.9.12.gem) = 71680
|
||||
SHA256 (ruby-ldap-0.9.17.gem) = lRqxjo28K5eRVVw4gz3wfjIpktPrU678qIoIX8VWhsY=
|
||||
SIZE (ruby-ldap-0.9.17.gem) = 66560
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2014/01/11 22:51:02 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.6 2015/07/26 03:28:53 jeremy Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/COPYING
|
||||
@ -8,22 +8,12 @@ ${GEM_LIB}/gems/${DISTNAME}/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/NOTES
|
||||
${GEM_LIB}/gems/${DISTNAME}/README
|
||||
${GEM_LIB}/gems/${DISTNAME}/TODO
|
||||
${GEM_LIB}/gems/${DISTNAME}/clientauth.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/conn.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/entry.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/extconf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ldap.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ldap/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ldap.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ldap/control.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ldap/ldif.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ldap/schema.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/misc.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/mod.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/rbldap.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/saslconn.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/sslconn.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/add.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/add2.rb
|
||||
@ -34,52 +24,6 @@ ${GEM_LIB}/gems/${DISTNAME}/test/bind-ssl.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/bind.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/compare.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/conf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/apt/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/apt/metadata.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/apt/providers/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/apt/providers/repository.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/apt/recipes/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/apt/recipes/cacher-client.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/apt/recipes/cacher.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/apt/recipes/default.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/apt/resources/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/apt/resources/repository.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/nginx/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/nginx/attributes/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/nginx/attributes/default.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/nginx/definitions/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/nginx/definitions/nginx_site.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/nginx/metadata.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/nginx/recipes/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/nginx/recipes/default.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/nginx/recipes/source.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/openldap/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/openldap/attributes/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/openldap/attributes/default.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/openldap/metadata.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/openldap/recipes/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/openldap/recipes/auth.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/openldap/recipes/client.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/openldap/recipes/default.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/openldap/recipes/server.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/postgresql/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/postgresql/attributes/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/postgresql/attributes/default.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/postgresql/metadata.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/postgresql/recipes/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/postgresql/recipes/client.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/postgresql/recipes/default.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/postgresql/recipes/server.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/postgresql/recipes/server_debian.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/postgresql/recipes/server_redhat.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/sqlite/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/sqlite/metadata.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/sqlite/recipes/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/sqlite/recipes/default.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/vagrant_main/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/vagrant_main/recipes/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/cookbooks/vagrant_main/recipes/default.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/delete.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/ext.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/misc1.rb
|
||||
@ -96,8 +40,4 @@ ${GEM_LIB}/gems/${DISTNAME}/test/tc_ldif.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/tc_schema.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/tc_search.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/ts_ldap.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/win/
|
||||
${GEM_LIB}/gems/${DISTNAME}/win/winlber.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/win/winldap.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/win/wldap32.def
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||
|
Loading…
Reference in New Issue
Block a user