Skip to content

Commit

Permalink
Update ruby-ldap to 0.9.13.
Browse files Browse the repository at this point in the history
0.9.13
-----

* Prevent SyntaxError raised under Ruby 2.0.0 by line 107 regex
  (invalid multibyte escape)
  • Loading branch information
obache committed Jun 13, 2013
1 parent ff420ee commit f8932d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 35 deletions.
5 changes: 2 additions & 3 deletions databases/ruby-ldap/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.13 2013/02/06 23:22:02 jperkin Exp $
# $NetBSD: Makefile,v 1.14 2013/06/13 13:02:38 obache Exp $

DISTNAME= ruby-ldap-0.9.12
DISTNAME= ruby-ldap-0.9.13
PKGNAME= ${DISTNAME:S/^ruby-/${RUBY_PKGPREFIX}-/}
PKGREVISION= 2
CATEGORIES= databases ruby

MAINTAINER= obache@NetBSD.org
Expand Down
29 changes: 1 addition & 28 deletions databases/ruby-ldap/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2012/01/03 02:16:48 obache Exp $
@comment $NetBSD: PLIST,v 1.5 2013/06/13 13:02:38 obache Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/COPYING
${GEM_LIBDIR}/ChangeLog
Expand Down Expand Up @@ -30,33 +30,6 @@ ${GEM_LIBDIR}/test/bind-ssl.rb
${GEM_LIBDIR}/test/bind.rb
${GEM_LIBDIR}/test/compare.rb
${GEM_LIBDIR}/test/conf.rb
${GEM_LIBDIR}/test/cookbooks/apt/metadata.rb
${GEM_LIBDIR}/test/cookbooks/apt/providers/repository.rb
${GEM_LIBDIR}/test/cookbooks/apt/recipes/cacher-client.rb
${GEM_LIBDIR}/test/cookbooks/apt/recipes/cacher.rb
${GEM_LIBDIR}/test/cookbooks/apt/recipes/default.rb
${GEM_LIBDIR}/test/cookbooks/apt/resources/repository.rb
${GEM_LIBDIR}/test/cookbooks/nginx/attributes/default.rb
${GEM_LIBDIR}/test/cookbooks/nginx/definitions/nginx_site.rb
${GEM_LIBDIR}/test/cookbooks/nginx/metadata.rb
${GEM_LIBDIR}/test/cookbooks/nginx/recipes/default.rb
${GEM_LIBDIR}/test/cookbooks/nginx/recipes/source.rb
${GEM_LIBDIR}/test/cookbooks/openldap/attributes/default.rb
${GEM_LIBDIR}/test/cookbooks/openldap/metadata.rb
${GEM_LIBDIR}/test/cookbooks/openldap/recipes/auth.rb
${GEM_LIBDIR}/test/cookbooks/openldap/recipes/client.rb
${GEM_LIBDIR}/test/cookbooks/openldap/recipes/default.rb
${GEM_LIBDIR}/test/cookbooks/openldap/recipes/server.rb
${GEM_LIBDIR}/test/cookbooks/postgresql/attributes/default.rb
${GEM_LIBDIR}/test/cookbooks/postgresql/metadata.rb
${GEM_LIBDIR}/test/cookbooks/postgresql/recipes/client.rb
${GEM_LIBDIR}/test/cookbooks/postgresql/recipes/default.rb
${GEM_LIBDIR}/test/cookbooks/postgresql/recipes/server.rb
${GEM_LIBDIR}/test/cookbooks/postgresql/recipes/server_debian.rb
${GEM_LIBDIR}/test/cookbooks/postgresql/recipes/server_redhat.rb
${GEM_LIBDIR}/test/cookbooks/sqlite/metadata.rb
${GEM_LIBDIR}/test/cookbooks/sqlite/recipes/default.rb
${GEM_LIBDIR}/test/cookbooks/vagrant_main/recipes/default.rb
${GEM_LIBDIR}/test/delete.rb
${GEM_LIBDIR}/test/ext.rb
${GEM_LIBDIR}/test/misc1.rb
Expand Down
8 changes: 4 additions & 4 deletions databases/ruby-ldap/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2011/12/28 06:51:57 obache Exp $
$NetBSD: distinfo,v 1.6 2013/06/13 13:02:38 obache Exp $

SHA1 (ruby-ldap-0.9.12.gem) = e1398c053654ceba435b2d3ef2853748bbbee446
RMD160 (ruby-ldap-0.9.12.gem) = b4ddf7e78a5be7614bac7ab2d3f7c09c8d3c29d0
Size (ruby-ldap-0.9.12.gem) = 71680 bytes
SHA1 (ruby-ldap-0.9.13.gem) = 53d127db8569706da5d21c890acc71054e036886
RMD160 (ruby-ldap-0.9.13.gem) = 1ccb95f077e2d5cc5c1483837761445691a56718
Size (ruby-ldap-0.9.13.gem) = 63488 bytes

0 comments on commit f8932d8

Please sign in to comment.