pkgsrc/databases/ruby-activerecord3/Makefile
taca 968e47f445 Update ruby-activerecord3 pacakge to 3.0.8.
*Rails 3.0.8 (unreleased)*

* Fix various problems with using :primary_key and :foreign_key options in conjunction with
  :through associations. [Jon Leighton]

* Correctly handle inner joins on polymorphic relationships.

* Fixed infinity and negative infinity cases in PG date columns.

* Creating records with invalid associations via `create` or `save` will no
  longer raise exceptions.
2011-06-11 03:22:09 +00:00

19 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/06/11 03:22:09 taca Exp $
DISTNAME= activerecord-${RUBY_RAILS3_VERSION}
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.rubyonrails.org/
COMMENT= Object-relational mapper framework
LICENSE= mit
RUBY_RAILS= 3
#DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-arel>=2.0.10<2.1:../../databases/ruby-arel
#DEPENDS+= ${RUBY_PKGPREFIX}-tzinfo>=0.3.23<0.4:../../time/ruby-tzinfo
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"