abb92e01c0
Now this package supports Ruby on Rails 3.2. 3.2.2: 2012-09-01 * Supported entry creation by direct ActiveLdap::Base use. [Reported by Craig White] * Started to use Travis CI. 3.2.1: 2012-08-31 * Fixed a bug that ActiveLdap::Base#delete doesn't work. [Reported by Craig White] 3.2.0: 2012-08-29 * [GitHub:#39] Supported Rails 3.2.8. [Reported by Ben Langfeld] * [GitHub:#13] Don't use deprecated Gem.available?. [Patch by sailesh] * [GitHub:#19] Supported new entry by @ha_many :wrap@. [Patch by Alex Tomlins] * Supported @:only@ option in XML output. * [GitHub:#14] Supported nil as single value. [Reported by n3llyb0y] * [GitHub:#20] Supported ActiveModel::MassAssignmentSecurity. [Reported by mihu] * [GitHub:#24] Supported Ruby 1.9 style Hash syntax in generator. [Patch by ursm] * [GitHub:#25][GitHub:#39] Supported ActiveModel::Dirty. [Patch by mihu][Reported by Ben Langfeld] * [GitHub:#26] Improved speed for dirty. [Patch by mihu] * [GitHub:#28] Improved speed for initialization. [Patch by mihu] * [GitHub:#29] Added .gemspec. [Suggested by mklappstuhl] * [GitHub:#34] Removed an unused method. [Patch by mihu] * [GitHub:#37] Improved will_paginate support. [Patch by Craig White] * [GitHub:#40] Added missing test files to .gemspec. [Reported by V«¿t Ondruch] * [GitHub:#41] Improved speed for find. [Patch by unixmechanic] * Changed i18n backend to gettext from fast_gettext again. * [GitHub:#42] Fixed a bug that optional second is required for GeneralizedTime. [Reported by masche842]
20 lines
686 B
Makefile
20 lines
686 B
Makefile
# $NetBSD: Makefile,v 1.11 2012/09/03 15:08:45 taca Exp $
|
|
|
|
DISTNAME= activeldap-3.2.2
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/ruby-activeldap/
|
|
COMMENT= Object oriented interface to LDAP
|
|
LICENSE= ruby-license OR gnu-gpl-v2 OR gnu-gpl-v3
|
|
|
|
DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-locale>=0:../../devel/ruby-locale
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gettext_i18n_rails>=0:../../devel/ruby-gettext_i18n_rails
|
|
# gettext_i18n_rails depends on fast_gettext
|
|
#DEPENDS+= ${RUBY_PKGPREFIX}-fast_gettext>=0:../../devel/ruby-fast_gettext
|
|
|
|
RUBY_RAILS_SUPPORTED= 32
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|