summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-06-16 14:34:53 +0000
committertaca <taca@pkgsrc.org>2013-06-16 14:34:53 +0000
commit02aca460092ebeb5748380a785683c6ed5c60755 (patch)
tree101ab8e1e09a513dcb5f9863d408495ae1209568 /databases
parent99560e5bc695436a94f3281db6a7452766da63ed (diff)
downloadpkgsrc-02aca460092ebeb5748380a785683c6ed5c60755.tar.gz
Update ruby-dm-core to 1.2.1.
o Relax dep on addressable. o Fix Property#typecast to pass-through values that cannot be handled.
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-dm-core/Makefile11
-rw-r--r--databases/ruby-dm-core/PLIST5
-rw-r--r--databases/ruby-dm-core/distinfo8
3 files changed, 12 insertions, 12 deletions
diff --git a/databases/ruby-dm-core/Makefile b/databases/ruby-dm-core/Makefile
index 6ae5e99b3f3..38a69c78902 100644
--- a/databases/ruby-dm-core/Makefile
+++ b/databases/ruby-dm-core/Makefile
@@ -1,17 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2012/07/31 11:45:22 taca Exp $
+# $NetBSD: Makefile,v 1.5 2013/06/16 14:34:53 taca Exp $
-DISTNAME= dm-core-1.2.0
-PKGREVISION= 1
+DISTNAME= dm-core-1.2.1
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://github.com/datamapper/dm-core
+HOMEPAGE= https://github.com/datamapper/dm-core/
COMMENT= Object/Relational Mapper for Ruby
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.4<3:../../net/ruby-addressable
-
-OVERRIDE_GEMSPEC+= addressable~>2.3
+DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/ruby-dm-core/PLIST b/databases/ruby-dm-core/PLIST
index b7075766f65..ce0f029e1bd 100644
--- a/databases/ruby-dm-core/PLIST
+++ b/databases/ruby-dm-core/PLIST
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2011/12/16 14:31:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2013/06/16 14:34:53 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/.document
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/.yardopts
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
@@ -137,6 +139,7 @@ ${GEM_LIBDIR}/spec/public/property/text_spec.rb
${GEM_LIBDIR}/spec/public/property/time_spec.rb
${GEM_LIBDIR}/spec/public/property_spec.rb
${GEM_LIBDIR}/spec/public/resource_spec.rb
+${GEM_LIBDIR}/spec/public/resource/state_spec.rb
${GEM_LIBDIR}/spec/public/sel_spec.rb
${GEM_LIBDIR}/spec/public/setup_spec.rb
${GEM_LIBDIR}/spec/public/shared/association_collection_shared_spec.rb
diff --git a/databases/ruby-dm-core/distinfo b/databases/ruby-dm-core/distinfo
index dc174153580..7b2df7f06ab 100644
--- a/databases/ruby-dm-core/distinfo
+++ b/databases/ruby-dm-core/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2011/12/16 14:31:58 taca Exp $
+$NetBSD: distinfo,v 1.4 2013/06/16 14:34:53 taca Exp $
-SHA1 (dm-core-1.2.0.gem) = 30857529a0b7b07d32e2baf74c0c70f061270669
-RMD160 (dm-core-1.2.0.gem) = fe393c908ef1bdc53362c522ba212edd01b9f5ff
-Size (dm-core-1.2.0.gem) = 199168 bytes
+SHA1 (dm-core-1.2.1.gem) = c3de1d17884d9b010f94cd99340e08518b0037be
+RMD160 (dm-core-1.2.1.gem) = 30c98e1bf926190e3d0f483afb716711f28b25f7
+Size (dm-core-1.2.1.gem) = 196608 bytes