summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-06-19 08:34:35 +0000
committertaca <taca@pkgsrc.org>2011-06-19 08:34:35 +0000
commit049e31630fa86c0630d5d8a48d83a781ade80711 (patch)
tree9cb77fb39cbffb7092b13176470c45bf7b280778
parentc2749ec29fee3003c84585b1573d5fe145bd83c0 (diff)
downloadpkgsrc-049e31630fa86c0630d5d8a48d83a781ade80711.tar.gz
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.
-rw-r--r--databases/ruby-datamapper/Makefile22
-rw-r--r--databases/ruby-datamapper/distinfo8
2 files changed, 15 insertions, 15 deletions
diff --git a/databases/ruby-datamapper/Makefile b/databases/ruby-datamapper/Makefile
index d391691f27f..340a8752b1f 100644
--- a/databases/ruby-datamapper/Makefile
+++ b/databases/ruby-datamapper/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2010/09/23 02:26:46 taca Exp $
+# $NetBSD: Makefile,v 1.7 2011/06/19 08:34:35 taca Exp $
-DISTNAME= datamapper-1.0.2
+DISTNAME= datamapper-1.1.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -9,15 +9,15 @@ COMMENT= Object/Relational Mapper for Ruby
LICENSE= mit
DEPENDS+= \
- ${RUBY_PKGPREFIX}-dm-core>=1.0.2:../../databases/ruby-dm-core \
- ${RUBY_PKGPREFIX}-dm-aggregates>=1.0.2:../../databases/ruby-dm-aggregates \
- ${RUBY_PKGPREFIX}-dm-constraints>=1.0.2:../../databases/ruby-dm-constraints \
- ${RUBY_PKGPREFIX}-dm-migrations>=1.0.2:../../databases/ruby-dm-migrations \
- ${RUBY_PKGPREFIX}-dm-transactions>=1.0.2:../../databases/ruby-dm-transactions \
- ${RUBY_PKGPREFIX}-dm-serializer>=1.0.2:../../databases/ruby-dm-serializer \
- ${RUBY_PKGPREFIX}-dm-timestamps>=1.0.2:../../databases/ruby-dm-timestamps \
- ${RUBY_PKGPREFIX}-dm-validations>=1.0.2:../../databases/ruby-dm-validations \
- ${RUBY_PKGPREFIX}-dm-types>=1.0.2:../../databases/ruby-dm-types
+ ${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"
diff --git a/databases/ruby-datamapper/distinfo b/databases/ruby-datamapper/distinfo
index 4e8eb802182..332acbf4533 100644
--- a/databases/ruby-datamapper/distinfo
+++ b/databases/ruby-datamapper/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2010/09/12 00:01:14 taca Exp $
+$NetBSD: distinfo,v 1.6 2011/06/19 08:34:35 taca Exp $
-SHA1 (datamapper-1.0.2.gem) = bbbf97da8573a667e3fb229bdd1e2f7557324f9e
-RMD160 (datamapper-1.0.2.gem) = 4df33a82728abc13d580817f501aa997ecca61ae
-Size (datamapper-1.0.2.gem) = 5120 bytes
+SHA1 (datamapper-1.1.0.gem) = 6749cdb3bac9bf74086dd8f615fdafacdebcf3c0
+RMD160 (datamapper-1.1.0.gem) = 4f22dcd420369765f9c160c4a5cc78279a01aed4
+Size (datamapper-1.1.0.gem) = 5120 bytes