diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-22 20:34:54 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-22 20:34:54 +0000 |
commit | 95102deb9af3765d8e10fe135e836ca4412d94d3 (patch) | |
tree | 21e049b537d0227d9d44b5028f5e53985042f1ae /databases/rubygem-postgres/Makefile | |
parent | 1. In addition to OSVERSION test, check for existence of /usr/lib/libssl.a (diff) |
Update to 0.6.3. PostgreSQL 7.1 is officially supported.
Notes
Notes:
svn path=/head/; revision=41806
Diffstat (limited to 'databases/rubygem-postgres/Makefile')
-rw-r--r-- | databases/rubygem-postgres/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile index 5338e8e85ee1..8d9970539231 100644 --- a/databases/rubygem-postgres/Makefile +++ b/databases/rubygem-postgres/Makefile @@ -6,8 +6,7 @@ # PORTNAME= postgres -PORTVERSION= 0.6.2 -PORTREVISION= 1 +PORTVERSION= 0.6.3 CATEGORIES= databases ruby MASTER_SITES= http://webclub.kcom.ne.jp/mb/noborus/ruby/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} |