diff options
author | taca <taca@pkgsrc.org> | 2009-12-21 07:00:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-12-21 07:00:02 +0000 |
commit | 747b2a51354fc096129f9f64f3bcea68adaf1395 (patch) | |
tree | c5df453095ea9ae27fc6e905d1e876b8192b80d3 | |
parent | f2f277e88d54d31da80f239f329964e0d70a9af9 (diff) | |
download | pkgsrc-747b2a51354fc096129f9f64f3bcea68adaf1395.tar.gz |
Update ruby-ldap package to 0.9.9.
This is a leaf package and this update solve the build problem with
recent OpenLDAP.
* pkgsrc change: Switch to use rubyforge.org from sourceforge.net.
Thu Jun 11 06:51:30 UTC 2009 Alexey Chebotar <alexey.chebotar@gmail.com>
* Version 0.9.9
* Fixed LDAP::VERSION. Thanks to Kouhei Sutou
* Gem Packaging Support. Thanks to S. Potter [mbbx6spp]
Tue Apr 21 14:46:38 UTC 2009 Alexey Chebotar <alexey.chebotar@gmail.com>
* LDAP_OPT_X_TLS_PROTOCOL changed to LDAP_OPT_X_TLS_PROTOCOL_MIN
(more information in ITS#5655). Thanks to Milos Jakubicek.
Wed Apr 15 11:38:06 UTC 2009 Alexey Chebotar <alexey.chebotar@gmail.com>
* Fixed regular expression in LDAP::Schema.attr()
-rw-r--r-- | databases/ruby-ldap/Makefile | 8 | ||||
-rw-r--r-- | databases/ruby-ldap/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/ruby-ldap/Makefile b/databases/ruby-ldap/Makefile index 3a92213e25f..b88a83c02a2 100644 --- a/databases/ruby-ldap/Makefile +++ b/databases/ruby-ldap/Makefile @@ -1,19 +1,19 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/11/29 08:10:59 obache Exp $ +# $NetBSD: Makefile,v 1.2 2009/12/21 07:00:02 taca Exp $ DISTNAME= ruby-ldap-${VER} PKGNAME= ${RUBY_PKGPREFIX}-ldap-${VER} CATEGORIES= databases ruby -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ruby-ldap/} +MASTER_SITES= http://rubyforge.org/frs/download.php/58441/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= obache@NetBSD.org -HOMEPAGE= http://ruby-ldap.sourceforge.net/ +HOMEPAGE= http://rubyforge.org/projects/ruby-ldap/ COMMENT= LDAP extension module for Ruby LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir -VER= 0.9.8 +VER= 0.9.9 REPLACE_RUBY_DIRS= example/pr_ctl example/cgi/search.cgi RUBY_HAS_ARCHLIB= yes diff --git a/databases/ruby-ldap/distinfo b/databases/ruby-ldap/distinfo index 6286a63b9f2..12f61ff9b97 100644 --- a/databases/ruby-ldap/distinfo +++ b/databases/ruby-ldap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/11/29 08:10:59 obache Exp $ +$NetBSD: distinfo,v 1.2 2009/12/21 07:00:02 taca Exp $ -SHA1 (ruby-ldap-0.9.8.tar.bz2) = 2e00866df43b2def8a0ad40dfd27df14fcf51b72 -RMD160 (ruby-ldap-0.9.8.tar.bz2) = 8ab52b76fa81a489133bdb32d7e6f5dc766a6b80 -Size (ruby-ldap-0.9.8.tar.bz2) = 54556 bytes +SHA1 (ruby-ldap-0.9.9.tar.bz2) = 4927852fa38295c551a8410e5e2e91fcf9031c5d +RMD160 (ruby-ldap-0.9.9.tar.bz2) = 2e409a34606a0888cf1f8aa6d166446f418faccb +Size (ruby-ldap-0.9.9.tar.bz2) = 55225 bytes |