df3d289d1e
pkgsrc change: add RUBY_RAILS_STRICT_DEP which will be enabled later. ## Rails 3.1.6 (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
21 lines
690 B
Makefile
21 lines
690 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/06/14 14:55:35 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.1)
|
|
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.2.3<2.3:../../databases/ruby-arel22
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo>=0.3.29<0.4:../../time/ruby-tzinfo
|
|
|
|
RUBY_RAILS_SUPPORTED= 31
|
|
RUBY_RAILS_STRICT_DEP= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|