pkgsrc/databases/ruby-activerecord3/Makefile
taca 2199771cbb Update ruby-activerecord3 to 3.0.14.
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later.

## Rails 3.0.14 (Jun 12, 2012)

*   protect against the nesting of hashes changing the
    table context in the next call to build_from_hash. This fix
    covers this case as well.

    CVE-2012-2695
2012-06-14 14:50:06 +00:00

21 lines
690 B
Makefile

# $NetBSD: Makefile,v 1.8 2012/06/14 14:50:06 taca Exp $
DISTNAME= activerecord-${RUBY_RAILS_VERSION}
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.rubyonrails.org/
COMMENT= Object-relational mapper framework (part of Rails 3.0)
LICENSE= mit
# Comment out dependency in gemspec but already depends indirectly one.
#DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-arel>=2.0.10<2.1:../../databases/ruby-arel20
DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo>=0.3.23<0.4:../../time/ruby-tzinfo
RUBY_RAILS_SUPPORTED= 3
RUBY_RAILS_STRICT_DEP= yes
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"