pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-postgresql Set PGSQL_VERSION_REQD to 73...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b99f74f06e92
branches:  trunk
changeset: 478648:b99f74f06e92
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue Jul 27 19:46:54 2004 +0000

description:
Set PGSQL_VERSION_REQD to 73 to fix the (bulk) build.

diffstat:

 databases/ruby-postgresql/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bddf6d441fce -r b99f74f06e92 databases/ruby-postgresql/Makefile
--- a/databases/ruby-postgresql/Makefile        Tue Jul 27 19:42:04 2004 +0000
+++ b/databases/ruby-postgresql/Makefile        Tue Jul 27 19:46:54 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/07/24 22:45:15 recht Exp $
+# $NetBSD: Makefile,v 1.16 2004/07/27 19:46:54 recht Exp $
 
 DISTNAME=              ruby-postgres-${VERSION}
 PKGNAME=               ${RUBY_PKGNAMEPREFIX}postgresql-${VERSION}
@@ -25,6 +25,8 @@
 REPLACE_RUBY=          sample/psql.rb sample/test1.rb sample/test2.rb \
                        sample/test4.rb
 
+PGSQL_VERSION_REQD=    73
+
 pre-install:
        @cd ${WRKSRC}; \
                ${CP} -p doc/postgres.jp.html doc/postgres.ja.html



Home | Main Index | Thread Index | Old Index