diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-07 07:34:05 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-02-07 07:34:05 +0000 |
commit | 421c3d766d66c37b3fa4d6018e7fad1cf1063519 (patch) | |
tree | 79ae5c113022d3aae12befecb3ef42637f97bd5c /databases/rubygem-postgres | |
parent | 1ea4811e3c8319f1aada2844074dac6889963c89 (diff) | |
download | ports-421c3d766d66c37b3fa4d6018e7fad1cf1063519.tar.gz ports-421c3d766d66c37b3fa4d6018e7fad1cf1063519.zip |
Notes
Diffstat (limited to 'databases/rubygem-postgres')
-rw-r--r-- | databases/rubygem-postgres/Makefile | 10 | ||||
-rw-r--r-- | databases/rubygem-postgres/distinfo | 2 | ||||
-rw-r--r-- | databases/rubygem-postgres/pkg-descr | 6 |
3 files changed, 10 insertions, 8 deletions
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 |