summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2011-12-16 14:35:37 +0000
committertaca <taca>2011-12-16 14:35:37 +0000
commit2d6dbacbd60b8eb9160babe970d4857b65902452 (patch)
tree54bc9d407006b0f875d1d7f91d25d211bb2bae17
parent66ea841fcf1c721c8574e63140d305a5084da137 (diff)
downloadpkgsrc-2d6dbacbd60b8eb9160babe970d4857b65902452.tar.gz
Update ruby-dm-migrations package to 1.2.0.
* alter table is fixed for postgres * Property options (such as :length) are now correctly used in migrations * Support to specify table options when creating a table was added (for things like db engines in mysql etc.) * Fix bug related to migrating custom types derived from builtin types
-rw-r--r--databases/ruby-dm-migrations/Makefile6
-rw-r--r--databases/ruby-dm-migrations/PLIST3
-rw-r--r--databases/ruby-dm-migrations/distinfo8
3 files changed, 9 insertions, 8 deletions
diff --git a/databases/ruby-dm-migrations/Makefile b/databases/ruby-dm-migrations/Makefile
index 1e3f61e5498..120b55658f8 100644
--- a/databases/ruby-dm-migrations/Makefile
+++ b/databases/ruby-dm-migrations/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2011/06/19 08:26:09 taca Exp $
+# $NetBSD: Makefile,v 1.3 2011/12/16 14:35:37 taca Exp $
-DISTNAME= dm-migrations-1.1.0
+DISTNAME= dm-migrations-1.2.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,7 +8,7 @@ HOMEPAGE= http://github.com/datamapper/dm-migrations
COMMENT= DataMapper plugin for writing and speccing migrations
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.1.0<1.2:../../databases/ruby-dm-core
+DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.2.0<1.3:../../databases/ruby-dm-core
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/ruby-dm-migrations/PLIST b/databases/ruby-dm-migrations/PLIST
index e11fd3fc415..febb084994f 100644
--- a/databases/ruby-dm-migrations/PLIST
+++ b/databases/ruby-dm-migrations/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2011/06/19 08:26:09 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2011/12/16 14:35:37 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
@@ -9,6 +9,7 @@ ${GEM_LIBDIR}/db/migrations/1_create_people_table.rb
${GEM_LIBDIR}/db/migrations/2_add_dob_to_people.rb
${GEM_LIBDIR}/db/migrations/config.rb
${GEM_LIBDIR}/dm-migrations.gemspec
+${GEM_LIBDIR}/examples/Rakefile
${GEM_LIBDIR}/examples/sample_migration.rb
${GEM_LIBDIR}/examples/sample_migration_spec.rb
${GEM_LIBDIR}/lib/dm-migrations.rb
diff --git a/databases/ruby-dm-migrations/distinfo b/databases/ruby-dm-migrations/distinfo
index 6f30c3eb810..477fac840fa 100644
--- a/databases/ruby-dm-migrations/distinfo
+++ b/databases/ruby-dm-migrations/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/06/19 08:26:09 taca Exp $
+$NetBSD: distinfo,v 1.3 2011/12/16 14:35:37 taca Exp $
-SHA1 (dm-migrations-1.1.0.gem) = 8d8e63f23992a4729ecaaca4e0bb1efe153224b1
-RMD160 (dm-migrations-1.1.0.gem) = b6dcc91e61455f005a95c365c1d6519418513809
-Size (dm-migrations-1.1.0.gem) = 33792 bytes
+SHA1 (dm-migrations-1.2.0.gem) = 38b259e5dec2aa4179f0d93bc2554eba3c712f9b
+RMD160 (dm-migrations-1.2.0.gem) = bd3d76ee5bb11132ce4ff2b1ead57ceb172520a3
+Size (dm-migrations-1.2.0.gem) = 35840 bytes