aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-postgres/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-10-15 19:11:42 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-10-15 19:11:42 +0000
commit7b7c9bd8f00696e3dadd504fb783ca3eb7ce80b7 (patch)
tree1d88609afd089e877390c202b96e4ff5f2977ce8 /databases/rubygem-postgres/Makefile
parentf560dad0b13d0ebc61caed40ba220af24240a490 (diff)
downloadports-7b7c9bd8f00696e3dadd504fb783ca3eb7ce80b7.tar.gz
ports-7b7c9bd8f00696e3dadd504fb783ca3eb7ce80b7.zip
Update to 0.7.0.
Notes
Notes: svn path=/head/; revision=68113
Diffstat (limited to 'databases/rubygem-postgres/Makefile')
-rw-r--r--databases/rubygem-postgres/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile
index 06122a3a671e..02df47cec0e8 100644
--- a/databases/rubygem-postgres/Makefile
+++ b/databases/rubygem-postgres/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= postgres
-PORTVERSION= 0.6.5
-PORTREVISION= 1
+PORTVERSION= 0.7.0
CATEGORIES= databases ruby
MASTER_SITES= http://www.postgresql.jp/interfaces/ruby/archive/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -25,7 +24,7 @@ CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include"
INSTALL_TARGET= site-install
DOCS_EN= ChangeLog README doc/postgres.html
-DOCS_JA= README.jp doc/postgres.jp.html
+DOCS_JA= README.ja doc/postgres.jp.html
post-install:
.if !defined(NOPORTDOCS)