summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-02-07 07:34:05 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-02-07 07:34:05 +0000
commit421c3d766d66c37b3fa4d6018e7fad1cf1063519 (patch)
tree79ae5c113022d3aae12befecb3ef42637f97bd5c /databases
parentUpdate to 0.4.4. (diff)
Update to 0.6.2.
Notes
Notes: svn path=/head/; revision=38054
Diffstat (limited to 'databases')
-rw-r--r--databases/ruby-postgres/Makefile10
-rw-r--r--databases/ruby-postgres/distinfo2
-rw-r--r--databases/ruby-postgres/pkg-descr6
-rw-r--r--databases/rubygem-postgres/Makefile10
-rw-r--r--databases/rubygem-postgres/distinfo2
-rw-r--r--databases/rubygem-postgres/pkg-descr6
6 files changed, 20 insertions, 16 deletions
diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile
index 46c3de66f7e0..63e589a193ec 100644
--- a/databases/ruby-postgres/Makefile
+++ b/databases/ruby-postgres/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= postgres
-PORTVERSION= 0.6.1
+PORTVERSION= 0.6.2
CATEGORIES= databases ruby
-MASTER_SITES= http://webclub.kcom.ne.jp/mb/noborus/archive/
+MASTER_SITES= http://www.jp.postgresql.org/interfaces/ruby/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
@@ -19,8 +20,7 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}
-CONFIGURE_ARGS+= --with-pgsql-include-dir="${PGDIR}/include" \
+CONFIGURE_ARGS= --with-pgsql-include-dir="${PGDIR}/include" \
--with-pgsql-lib-dir="${PGDIR}/lib"
INSTALL_TARGET= site-install
@@ -32,7 +32,7 @@ DOCS_JA= README.jp doc/postgres.jp.html
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/postgres
- ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/postgres/
+ ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_EXAMPLESDIR}/postgres/
${MKDIR} ${RUBY_DOCDIR}/postgres/ja
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/postgres/
diff --git a/databases/ruby-postgres/distinfo b/databases/ruby-postgres/distinfo
index 6f6f19ad6f62..ea4209822dac 100644
--- a/databases/ruby-postgres/distinfo
+++ b/databases/ruby-postgres/distinfo
@@ -1 +1 @@
-MD5 (ruby/postgres-0.6.1.tar.gz) = 12620ad063d9a36da7faff66dace3799
+MD5 (ruby/ruby-postgres-0.6.2.tar.gz) = e9ff53f4e3bb3c3279e09028a1513598
diff --git a/databases/ruby-postgres/pkg-descr b/databases/ruby-postgres/pkg-descr
index d9bdd0f48c5e..a59a06b0015f 100644
--- a/databases/ruby-postgres/pkg-descr
+++ b/databases/ruby-postgres/pkg-descr
@@ -1,5 +1,7 @@
This is an extention module to access PostgreSQL database from Ruby.
This library works with PostgreSQL 6.4/6.5 and 7.0.
-Author: Noboru Saitou <noborus@mb.kcom.ne.jp>
-WWW: http://webclub.kcom.ne.jp/mb/noborus/postgres/index.html
+Authors: Yukihiro Matsumoto <matz@ruby-lang.org>
+ Eiji Matsumoto <usagi@ruby.club.or.jp>
+ Noboru Saitou <noborus@mb.kcom.ne.jp> (current maintainer)
+WWW: http://www.jp.postgresql.org/interfaces/ruby/index.html
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile
index 46c3de66f7e0..63e589a193ec 100644
--- a/databases/rubygem-postgres/Makefile
+++ b/databases/rubygem-postgres/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= postgres
-PORTVERSION= 0.6.1
+PORTVERSION= 0.6.2
CATEGORIES= databases ruby
-MASTER_SITES= http://webclub.kcom.ne.jp/mb/noborus/archive/
+MASTER_SITES= http://www.jp.postgresql.org/interfaces/ruby/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
@@ -19,8 +20,7 @@ LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}
-CONFIGURE_ARGS+= --with-pgsql-include-dir="${PGDIR}/include" \
+CONFIGURE_ARGS= --with-pgsql-include-dir="${PGDIR}/include" \
--with-pgsql-lib-dir="${PGDIR}/lib"
INSTALL_TARGET= site-install
@@ -32,7 +32,7 @@ DOCS_JA= README.jp doc/postgres.jp.html
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/postgres
- ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/postgres/
+ ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_EXAMPLESDIR}/postgres/
${MKDIR} ${RUBY_DOCDIR}/postgres/ja
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/postgres/
diff --git a/databases/rubygem-postgres/distinfo b/databases/rubygem-postgres/distinfo
index 6f6f19ad6f62..ea4209822dac 100644
--- a/databases/rubygem-postgres/distinfo
+++ b/databases/rubygem-postgres/distinfo
@@ -1 +1 @@
-MD5 (ruby/postgres-0.6.1.tar.gz) = 12620ad063d9a36da7faff66dace3799
+MD5 (ruby/ruby-postgres-0.6.2.tar.gz) = e9ff53f4e3bb3c3279e09028a1513598
diff --git a/databases/rubygem-postgres/pkg-descr b/databases/rubygem-postgres/pkg-descr
index d9bdd0f48c5e..a59a06b0015f 100644
--- a/databases/rubygem-postgres/pkg-descr
+++ b/databases/rubygem-postgres/pkg-descr
@@ -1,5 +1,7 @@
This is an extention module to access PostgreSQL database from Ruby.
This library works with PostgreSQL 6.4/6.5 and 7.0.
-Author: Noboru Saitou <noborus@mb.kcom.ne.jp>
-WWW: http://webclub.kcom.ne.jp/mb/noborus/postgres/index.html
+Authors: Yukihiro Matsumoto <matz@ruby-lang.org>
+ Eiji Matsumoto <usagi@ruby.club.or.jp>
+ Noboru Saitou <noborus@mb.kcom.ne.jp> (current maintainer)
+WWW: http://www.jp.postgresql.org/interfaces/ruby/index.html