diff options
author | taca <taca@pkgsrc.org> | 2009-06-12 11:45:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-06-12 11:45:23 +0000 |
commit | 8653ba24c0b631ccc5981314fc044fe9c729c3c5 (patch) | |
tree | 85cc0b059050283948c2a771b2796463b2f193da | |
parent | 045e17574d3e35bba40aeffe012af42bb87867d0 (diff) | |
download | pkgsrc-8653ba24c0b631ccc5981314fc044fe9c729c3c5.tar.gz |
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
-rw-r--r-- | databases/ruby-postgres-pr/Makefile | 5 | ||||
-rw-r--r-- | databases/ruby-postgres-pr/distinfo | 9 | ||||
-rw-r--r-- | databases/ruby-postgres-pr/patches/patch-aa | 15 |
3 files changed, 23 insertions, 6 deletions
diff --git a/databases/ruby-postgres-pr/Makefile b/databases/ruby-postgres-pr/Makefile index 8732f212f16..2009dbc83a6 100644 --- a/databases/ruby-postgres-pr/Makefile +++ b/databases/ruby-postgres-pr/Makefile @@ -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 HOMEPAGE= http://rubyforge.org/projects/ruby-dbi/ COMMENT= Pure Ruby extension for PostgreSQL +LICENSE= modified-bsd GEM_BUILD= gemspec diff --git a/databases/ruby-postgres-pr/distinfo b/databases/ruby-postgres-pr/distinfo index 143e23ec366..f8ec9042ddb 100644 --- a/databases/ruby-postgres-pr/distinfo +++ b/databases/ruby-postgres-pr/distinfo @@ -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 --git a/databases/ruby-postgres-pr/patches/patch-aa b/databases/ruby-postgres-pr/patches/patch-aa new file mode 100644 index 00000000000..e0275ea6138 --- /dev/null +++ b/databases/ruby-postgres-pr/patches/patch-aa @@ -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: [] |