diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-22 23:30:24 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-22 23:30:24 +0000 |
commit | 52c009cdf2d601ac380a536b4313737244bc5142 (patch) | |
tree | 46be3fda1ba87b24ab0445e49112c3b7bf2f5879 /databases/firebird | |
parent | f504fd2b88f428fe2266e9658db7509e8d69a6f6 (diff) | |
download | FreeBSD-ports-52c009cdf2d601ac380a536b4313737244bc5142.zip FreeBSD-ports-52c009cdf2d601ac380a536b4313737244bc5142.tar.gz |
Maintainer update
(also added WWW-field to pkg-descr to make portlint happy)
PR: ports/45582
Submitted by: Chris Knight <chris@aims.com.au>
Diffstat (limited to 'databases/firebird')
-rw-r--r-- | databases/firebird/files/patch-porting::qli::help.c (renamed from databases/firebird/files/patch-qli::help.e) | 8 | ||||
-rw-r--r-- | databases/firebird/pkg-descr | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/databases/firebird/files/patch-qli::help.e b/databases/firebird/files/patch-porting::qli::help.c index c01f12b..c6dbdca 100644 --- a/databases/firebird/files/patch-qli::help.e +++ b/databases/firebird/files/patch-porting::qli::help.c @@ -1,7 +1,7 @@ ---- qli/help.e.orig Fri Aug 4 06:53:52 2000 -+++ qli/help.e Tue Nov 19 12:31:43 2002 -@@ -160,7 +160,7 @@ - if (!(l = p - X.TOPIC)) +--- porting/qli/help.c.orig Tue Mar 12 00:37:07 2002 ++++ porting/qli/help.c Fri Nov 22 17:32:40 2002 +@@ -289,7 +289,7 @@ + isc_25.isc_26)) continue; if (++topics == 1 && banner) - ib_printf ("%s\n", banner, string, parent); diff --git a/databases/firebird/pkg-descr b/databases/firebird/pkg-descr index c0ac8b0..7d091ff 100644 --- a/databases/firebird/pkg-descr +++ b/databases/firebird/pkg-descr @@ -20,3 +20,5 @@ http://www.firebirdsql.org/ For more information on the locksmith back door, see: https://www.kb.cert.org/vuls/id/247371 + +WWW: http://sourceforge.net/projects/firebird/ |