pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-ldap Update ruby-ldap to 0.9.11.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0f33e64a802
branches:  trunk
changeset: 575988:d0f33e64a802
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri May 28 08:25:07 2010 +0000

description:
Update ruby-ldap to 0.9.11.

0.9.11
-----

Allow passing SASL interaction options

This adds a hash parameter "options" to LDAP::Conn.sasl_bind, which
can take :authzid, :authcid, and :realm (and corresponding strings),
for SASL authentication.

Also, refactored the rb_scan_args inside rb_ldap_conn_sasl_bind to use
C's case fallthrough, leading to less code repetition.

diffstat:

 databases/ruby-ldap/Makefile |  9 +++++----
 databases/ruby-ldap/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r 57087ee9a6d3 -r d0f33e64a802 databases/ruby-ldap/Makefile
--- a/databases/ruby-ldap/Makefile      Fri May 28 08:11:44 2010 +0000
+++ b/databases/ruby-ldap/Makefile      Fri May 28 08:25:07 2010 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2010/05/17 01:11:14 obache Exp $
+# $NetBSD: Makefile,v 1.5 2010/05/28 08:25:07 obache Exp $
 
 DISTNAME=      ruby-ldap-${VER}
 PKGNAME=       ${RUBY_PKGPREFIX}-ldap-${VER}
 CATEGORIES=    databases ruby
-MASTER_SITES=  http://rubyforge.org/frs/download.php/68853/
-EXTRACT_SUFX=  .tar.bz2
+MASTER_SITES=  -http://github.com/alexey-chebotar/ruby-ldap/tarball/${VER}
 
 MAINTAINER=    obache%NetBSD.org@localhost
 HOMEPAGE=      http://rubyforge.org/projects/ruby-ldap/
@@ -13,12 +12,13 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-VER=           0.9.10
+VER=           0.9.11
 
 REPLACE_RUBY_DIRS=     example/pr_ctl example/cgi/search.cgi
 RUBY_HAS_ARCHLIB=      yes
 USE_RUBY_EXTCONF=      yes
 USE_TOOLS+=            pax
+WRKSRC=                        ${WRKDIR}/alexey-chebotar-ruby-ldap-8541b7b
 
 CONFIGURE_ARGS+=       --with-openldap2
 CONFIGURE_ARGS+=       --with-ldap-dir=${BUILDLINK_PREFIX.openldap-client}
@@ -34,5 +34,6 @@
        cd ${WRKSRC}/example && pax -rw -pp * ${DESTDIR}${RUBY_EXAMPLESDIR}/ldap
 
 .include "../../databases/openldap-client/buildlink3.mk"
+.include "../../security/cyrus-sasl/buildlink3.mk"
 .include "../../lang/ruby/modules.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 57087ee9a6d3 -r d0f33e64a802 databases/ruby-ldap/distinfo
--- a/databases/ruby-ldap/distinfo      Fri May 28 08:11:44 2010 +0000
+++ b/databases/ruby-ldap/distinfo      Fri May 28 08:25:07 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/05/17 01:11:14 obache Exp $
+$NetBSD: distinfo,v 1.4 2010/05/28 08:25:07 obache Exp $
 
-SHA1 (ruby-ldap-0.9.10.tar.bz2) = 01a309f64880e28419903bba00a5cf2aadbefe3b
-RMD160 (ruby-ldap-0.9.10.tar.bz2) = 4bca16f5e1d0e95f38f8637bd1c1bcacba6ce2a2
-Size (ruby-ldap-0.9.10.tar.bz2) = 55287 bytes
+SHA1 (ruby-ldap-0.9.11.tar.gz) = bccfec885a86a7da9b73c3a501dc77e355c2aa2e
+RMD160 (ruby-ldap-0.9.11.tar.gz) = d3faab093d15aedfdaf02832033f7ec9bb35a7f6
+Size (ruby-ldap-0.9.11.tar.gz) = 66621 bytes



Home | Main Index | Thread Index | Old Index