Update ruby-dm-types pacakge to 1.1.0.
It is a part of ruby-datamapper 1.1.0. * Now depends on ruby-bcrypt package and ruby-fastercsv even if ruby19 case. Changes in detail, please refer: http://datamapper.org/articles/datamapper-110-released.html.
This commit is contained in:
parent
ae9bc1e81c
commit
c2749ec29f
3 changed files with 14 additions and 20 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/09/11 23:53:41 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/06/19 08:32:55 taca Exp $
|
||||
|
||||
DISTNAME= dm-types-1.0.2
|
||||
DISTNAME= dm-types-1.1.0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -8,15 +8,12 @@ HOMEPAGE= http://github.com/datamapper/dm-types
|
|||
COMMENT= DataMapper plugin providing extra data types
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.0.2:../../databases/ruby-dm-core
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.4.3:../../textproc/ruby-json-pure
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-uuidtools>=2.1.1:../../devel/ruby-uuidtools
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-stringex>=1.1.0:../../textproc/ruby-stringex
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-bcrypt>=2.1.4<2.2:../../security/ruby-bcrypt
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.1.0<1.2:../../databases/ruby-dm-core
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-json-pure>=1.4.6:../../textproc/ruby-json-pure
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-uuidtools>=2.1.2<2.2:../../devel/ruby-uuidtools
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-stringex>=1.2.0<1.3:../../textproc/ruby-stringex
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-fastercsv>=1.5.4<1.6:../../textproc/ruby-fastercsv
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
|
||||
.if ${RUBY_VER} == "18"
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-fastercsv>=1.5.3:../../textproc/ruby-fastercsv
|
||||
.endif
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/11 23:53:41 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2011/06/19 08:32:55 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
|
@ -64,9 +63,6 @@ ${GEM_LIBDIR}/spec/unit/regexp_spec.rb
|
|||
${GEM_LIBDIR}/spec/unit/uri_spec.rb
|
||||
${GEM_LIBDIR}/spec/unit/uuid_spec.rb
|
||||
${GEM_LIBDIR}/spec/unit/yaml_spec.rb
|
||||
${GEM_LIBDIR}/tasks/ci.rake
|
||||
${GEM_LIBDIR}/tasks/local_gemfile.rake
|
||||
${GEM_LIBDIR}/tasks/metrics.rake
|
||||
${GEM_LIBDIR}/tasks/spec.rake
|
||||
${GEM_LIBDIR}/tasks/yard.rake
|
||||
${GEM_LIBDIR}/tasks/yardstick.rake
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/09/11 23:53:41 taca Exp $
|
||||
$NetBSD: distinfo,v 1.2 2011/06/19 08:32:55 taca Exp $
|
||||
|
||||
SHA1 (dm-types-1.0.2.gem) = f97c17355810f2a4fa6a0cea76e0b3d304621c33
|
||||
RMD160 (dm-types-1.0.2.gem) = e6a42ac0450f1a7178a2717112d5d9f4a5ea5696
|
||||
Size (dm-types-1.0.2.gem) = 26624 bytes
|
||||
SHA1 (dm-types-1.1.0.gem) = 315192da99527ceff109659de6e4dd9fc9aba400
|
||||
RMD160 (dm-types-1.1.0.gem) = e5c8072e41543ef8beb800097e3db1983cdf5363
|
||||
Size (dm-types-1.1.0.gem) = 24064 bytes
|
||||
SHA1 (patch-aa) = 379ad4c2bdb80daeda53e0080e1c75407393a6b4
|
||||
|
|
Loading…
Reference in a new issue