pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/merb-sequel Fix commit involving Makefile:1.2 that...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a25805af4294
branches:  trunk
changeset: 541065:a25805af4294
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Apr 14 20:21:20 2008 +0000

description:
Fix commit involving Makefile:1.2 that bumped the PKGREVISION of
merb-sequel to 1.  In that commit, the dependency was bumped at the
package level, but gems also track dependencies independently of
pkgsrc, so patch the Rakefile to:

+ Bump the dependency on sequel to 1.4.0.
+ Remove the dependency on sequel_model, which was merged into the
  main sequel package as of version 1.4.0.

diffstat:

 www/merb-sequel/distinfo         |   3 ++-
 www/merb-sequel/patches/patch-aa |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 82166fc6ce83 -r a25805af4294 www/merb-sequel/distinfo
--- a/www/merb-sequel/distinfo  Mon Apr 14 20:10:17 2008 +0000
+++ b/www/merb-sequel/distinfo  Mon Apr 14 20:21:20 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:25:00 jlam Exp $
+$NetBSD: distinfo,v 1.2 2008/04/14 20:21:20 jlam Exp $
 
 SHA1 (merb_sequel-0.9.2.gem) = 21d766008d55be9babffc4d8d7239c4c9ac19700
 RMD160 (merb_sequel-0.9.2.gem) = eb0656cedaa2a6eacffba872f6cf8ed6afc6be02
 Size (merb_sequel-0.9.2.gem) = 11264 bytes
+SHA1 (patch-aa) = 785f33043aafc404895564c647d53a097854963d
diff -r 82166fc6ce83 -r a25805af4294 www/merb-sequel/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/merb-sequel/patches/patch-aa  Mon Apr 14 20:21:20 2008 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2008/04/14 20:21:20 jlam Exp $
+
+--- Rakefile.orig      2008-04-14 16:13:27.000000000 -0400
++++ Rakefile
+@@ -25,8 +25,7 @@ specification = Gem::Specification.new d
+   # Dependencies
+   #spec.add_dependency("merb",         ">= 0.9")
+   spec.add_dependency("merb-core", ">= 0.9.2")    # This will probably only be temporary until there is an official merb gem greater than 0.9
+-  spec.add_dependency("sequel",       ">= 1.0.0")
+-  spec.add_dependency("sequel_model", ">= 0.3.3")
++  spec.add_dependency("sequel",       ">= 1.4.0")
+   spec.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs,sequel_generators}/**/*")
+ end
+ 



Home | Main Index | Thread Index | Old Index