summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorobache <obache>2010-05-28 08:25:07 +0000
committerobache <obache>2010-05-28 08:25:07 +0000
commitd4500a674e8acb8fa03a225e2d0ff008b8161f02 (patch)
treed3d07e4fd55f317a263fa7efac7b4cb6a49f3bea /databases
parent0c73328052e4609196f3c09174135a80cf00dce9 (diff)
downloadpkgsrc-d4500a674e8acb8fa03a225e2d0ff008b8161f02.tar.gz
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 (limited to 'databases')
-rw-r--r--databases/ruby-ldap/Makefile9
-rw-r--r--databases/ruby-ldap/distinfo8
2 files changed, 9 insertions, 8 deletions
diff --git a/databases/ruby-ldap/Makefile b/databases/ruby-ldap/Makefile
index 0ac4f4cf6c9..3323dd98cb8 100644
--- a/databases/ruby-ldap/Makefile
+++ b/databases/ruby-ldap/Makefile
@@ -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
HOMEPAGE= http://rubyforge.org/projects/ruby-ldap/
@@ -13,12 +12,13 @@ LICENSE= modified-bsd
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 @@ post-install:
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 --git a/databases/ruby-ldap/distinfo b/databases/ruby-ldap/distinfo
index 4b611ecc8fd..58e2c86fd77 100644
--- a/databases/ruby-ldap/distinfo
+++ b/databases/ruby-ldap/distinfo
@@ -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