pkgsrc/databases/ruby-datamapper/Makefile
taca 2a2604449a Update ruby-dm-core pacakge to 1.1.0.
DataMapper 1.1.0 released

I¡Çm pleased to announce that we have released DataMapper 1.1.

This has been one of the most enjoyable releases in recent memory. The
community rallied together and compared to the previous release we had at
least 3-4x more people submitting patches and working together to get this
release ready.

DataMapper 1.1 brings several minor API changes, warranting the minor version
bump, and closes 52 tickets in Lighthouse. There have been many performance
improvements, some closing bottlenecks that result in as much as a 20x speedup
from the 1.0.2 behaviour.

As part of the bug fixing process we¡Çve refactored some of the objects we use
internally to group relationships and dependencies and removed methods and
classes that were deprecated in 1.0.

For more changes in detail, please refer:
http://datamapper.org/articles/datamapper-110-released.html.
2011-06-19 08:34:35 +00:00

23 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.7 2011/06/19 08:34:35 taca Exp $
DISTNAME= datamapper-1.1.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://datamapper.org/
COMMENT= Object/Relational Mapper for Ruby
LICENSE= mit
DEPENDS+= \
${RUBY_PKGPREFIX}-dm-core>=1.1.0<1.1.1:../../databases/ruby-dm-core \
${RUBY_PKGPREFIX}-dm-aggregates>=1.1.0<1.1.1:../../databases/ruby-dm-aggregates \
${RUBY_PKGPREFIX}-dm-constraints>=1.1.0<1.1.1:../../databases/ruby-dm-constraints \
${RUBY_PKGPREFIX}-dm-migrations>=1.1.0<1.1.1:../../databases/ruby-dm-migrations \
${RUBY_PKGPREFIX}-dm-transactions>=1.1.0<1.1.1:../../databases/ruby-dm-transactions \
${RUBY_PKGPREFIX}-dm-serializer>=1.1.0<1.1.1:../../databases/ruby-dm-serializer \
${RUBY_PKGPREFIX}-dm-timestamps>=1.1.0<1.1.1:../../databases/ruby-dm-timestamps \
${RUBY_PKGPREFIX}-dm-validations>=1.1.0<1.1.1:../../databases/ruby-dm-validations \
${RUBY_PKGPREFIX}-dm-types>=1.1.0<1.1.1:../../databases/ruby-dm-types
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"