pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-postgres-pr Update ruby-postgres-pr pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34b2164719be
branches:  trunk
changeset: 394555:34b2164719be
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Jun 12 11:45:23 2009 +0000

description:
Update ruby-postgres-pr package to 0.6.1.

pkgsrc changes:

* Add LICENSE.
* Fix homepage in gemspec file to pass newer Rubygems.

Changes from 0.4.0:

0.6.1
        Fix escaping bug

0.6.0
        Correct ruby string escaping

0.5.1
        Correct ruby string escaping

0.5.0
        Unknown

diffstat:

 databases/ruby-postgres-pr/Makefile         |   5 +++--
 databases/ruby-postgres-pr/distinfo         |   9 +++++----
 databases/ruby-postgres-pr/patches/patch-aa |  15 +++++++++++++++
 3 files changed, 23 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r d1ac46afb406 -r 34b2164719be databases/ruby-postgres-pr/Makefile
--- a/databases/ruby-postgres-pr/Makefile       Fri Jun 12 10:08:40 2009 +0000
+++ b/databases/ruby-postgres-pr/Makefile       Fri Jun 12 11:45:23 2009 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2008/08/15 16:04:19 taca Exp $
+# $NetBSD: Makefile,v 1.3 2009/06/12 11:45:23 taca Exp $
 
-DISTNAME=      postgres-pr-0.4.0
+DISTNAME=      postgres-pr-0.6.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://rubyforge.org/projects/ruby-dbi/
 COMMENT=       Pure Ruby extension for PostgreSQL
+LICENSE=       modified-bsd
 
 GEM_BUILD=     gemspec
 
diff -r d1ac46afb406 -r 34b2164719be databases/ruby-postgres-pr/distinfo
--- a/databases/ruby-postgres-pr/distinfo       Fri Jun 12 10:08:40 2009 +0000
+++ b/databases/ruby-postgres-pr/distinfo       Fri Jun 12 11:45:23 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:15:57 jlam Exp $
+$NetBSD: distinfo,v 1.2 2009/06/12 11:45:23 taca Exp $
 
-SHA1 (postgres-pr-0.4.0.gem) = 6671d7aee6501334385d03c3c78d43107328e336
-RMD160 (postgres-pr-0.4.0.gem) = a9ffe2f220ff12a0834c56777eb4a86c35121739
-Size (postgres-pr-0.4.0.gem) = 12288 bytes
+SHA1 (postgres-pr-0.6.1.gem) = b7943d94ca02e9f4970211b0f7771d0099e7ac6e
+RMD160 (postgres-pr-0.6.1.gem) = c7d892da28643edbdb376f01c1e7b85187c33b34
+Size (postgres-pr-0.6.1.gem) = 12800 bytes
+SHA1 (patch-aa) = 724f1e4719ccd9036fee5164fb3b39a4c4ea4567
diff -r d1ac46afb406 -r 34b2164719be databases/ruby-postgres-pr/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-postgres-pr/patches/patch-aa       Fri Jun 12 11:45:23 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2009/06/12 11:45:23 taca Exp $
+
+Correct URL which is strictly checked by RubyGems.
+
+--- ../postgres-pr-0.6.1.gemspec.orig  2009-06-12 15:04:25.000000000 +0900
++++ ../postgres-pr-0.6.1.gemspec       2009-06-12 15:05:17.000000000 +0900
+@@ -44,7 +44,7 @@
+ - examples/og
+ - examples/og/test.rb
+ has_rdoc: false
+-homepage: postgres-pr.rubyforge.org
++homepage: http://postgres-pr.rubyforge.org/
+ licenses: 
+ post_install_message: 
+ rdoc_options: []



Home | Main Index | Thread Index | Old Index