On Mon, 29 Sep 2008 12:20:33 -0400
"Brandon Mercer" <[EMAIL PROTECTED]> wrote:

> Thanks for the update.  Building amd64 now, and i386 was happy as a lark to
> be fixed.  :)
> Brandon

hrmmm? what do you mean by "happy as a lark to be fixed"? You were experiencing
a bug that has been fixed with this release?

> 
> On Sat, Sep 27, 2008 at 5:53 PM, Brad <[EMAIL PROTECTED]> wrote:
> 
> > Here is a bug fix update to PostgreSQL 8.3.4.
> >
> >
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/databases/postgresql/Makefile,v
> > retrieving revision 1.116
> > diff -u -p -r1.116 Makefile
> > --- Makefile    18 Jul 2008 06:57:30 -0000      1.116
> > +++ Makefile    25 Sep 2008 20:34:16 -0000
> > @@ -5,7 +5,7 @@ COMMENT-server= PostgreSQL RDBMS (server
> >  COMMENT-docs=  PostgreSQL RDBMS documentation
> >  COMMENT-contrib=PostgreSQL RDBMS contributions
> >
> > -VERSION=       8.3.3
> > +VERSION=       8.3.4
> >  DISTNAME=      postgresql-${VERSION}
> >  PKGNAME-main=  postgresql-client-${VERSION}
> >  PKGNAME-server=        postgresql-server-${VERSION}
> > Index: distinfo
> > ===================================================================
> > RCS file: /cvs/ports/databases/postgresql/distinfo,v
> > retrieving revision 1.24
> > diff -u -p -r1.24 distinfo
> > --- distinfo    18 Jul 2008 06:57:30 -0000      1.24
> > +++ distinfo    25 Sep 2008 20:36:04 -0000
> > @@ -1,5 +1,5 @@
> > -MD5 (postgresql-8.3.3.tar.gz) = BKhnaUM1RrpAKAxvuuoT+w==
> > -RMD160 (postgresql-8.3.3.tar.gz) = Y5DxDZDsGzsYYKNENMOXtzsMDR4=
> > -SHA1 (postgresql-8.3.3.tar.gz) = 7tQg3DBoNvFs/oN+Y7+B4gAGxlg=
> > -SHA256 (postgresql-8.3.3.tar.gz) =
> > IjqaiLAFGpKWeN3VwDtkZzdnuzenX1ZtBsQGgtKsxIY=
> > -SIZE (postgresql-8.3.3.tar.gz) = 17500570
> > +MD5 (postgresql-8.3.4.tar.gz) = shcvtU/qo0Lp1jjuxgQQ4Q==
> > +RMD160 (postgresql-8.3.4.tar.gz) = B4zAHhLtXvWHQ/ts+xoV8yBtNX8=
> > +SHA1 (postgresql-8.3.4.tar.gz) = Hm64aiGQe1y0h9YDTCBaK5oyYos=
> > +SHA256 (postgresql-8.3.4.tar.gz) =
> > EtFLZpcyfv7CudHgzE/DtHgfsBiBklakLUeC0KMbVNw=
> > +SIZE (postgresql-8.3.4.tar.gz) = 17525794
> > Index: pkg/PLIST-docs
> > ===================================================================
> > RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
> > retrieving revision 1.36
> > diff -u -p -r1.36 PLIST-docs
> > --- pkg/PLIST-docs      18 Jul 2008 06:57:30 -0000      1.36
> > +++ pkg/PLIST-docs      26 Sep 2008 00:06:20 -0000
> > @@ -555,6 +555,7 @@ share/doc/postgresql/html/release-7-4-19
> >  share/doc/postgresql/html/release-7-4-2.html
> >  share/doc/postgresql/html/release-7-4-20.html
> >  share/doc/postgresql/html/release-7-4-21.html
> > +share/doc/postgresql/html/release-7-4-22.html
> >  share/doc/postgresql/html/release-7-4-3.html
> >  share/doc/postgresql/html/release-7-4-4.html
> >  share/doc/postgresql/html/release-7-4-5.html
> > @@ -572,6 +573,7 @@ share/doc/postgresql/html/release-8-0-14
> >  share/doc/postgresql/html/release-8-0-15.html
> >  share/doc/postgresql/html/release-8-0-16.html
> >  share/doc/postgresql/html/release-8-0-17.html
> > +share/doc/postgresql/html/release-8-0-18.html
> >  share/doc/postgresql/html/release-8-0-2.html
> >  share/doc/postgresql/html/release-8-0-3.html
> >  share/doc/postgresql/html/release-8-0-4.html
> > @@ -586,6 +588,7 @@ share/doc/postgresql/html/release-8-1-10
> >  share/doc/postgresql/html/release-8-1-11.html
> >  share/doc/postgresql/html/release-8-1-12.html
> >  share/doc/postgresql/html/release-8-1-13.html
> > +share/doc/postgresql/html/release-8-1-14.html
> >  share/doc/postgresql/html/release-8-1-2.html
> >  share/doc/postgresql/html/release-8-1-3.html
> >  share/doc/postgresql/html/release-8-1-4.html
> > @@ -596,6 +599,7 @@ share/doc/postgresql/html/release-8-1-8.
> >  share/doc/postgresql/html/release-8-1-9.html
> >  share/doc/postgresql/html/release-8-1.html
> >  share/doc/postgresql/html/release-8-2-1.html
> > +share/doc/postgresql/html/release-8-2-10.html
> >  share/doc/postgresql/html/release-8-2-2.html
> >  share/doc/postgresql/html/release-8-2-3.html
> >  share/doc/postgresql/html/release-8-2-4.html
> > @@ -608,6 +612,7 @@ share/doc/postgresql/html/release-8-2.ht
> >  share/doc/postgresql/html/release-8-3-1.html
> >  share/doc/postgresql/html/release-8-3-2.html
> >  share/doc/postgresql/html/release-8-3-3.html
> > +share/doc/postgresql/html/release-8-3-4.html
> >  share/doc/postgresql/html/release-8-3.html
> >  share/doc/postgresql/html/release.html
> >  share/doc/postgresql/html/resources.html
> > Index: pkg/PLIST-main
> > ===================================================================
> > RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-main,v
> > retrieving revision 1.10
> > diff -u -p -r1.10 PLIST-main
> > --- pkg/PLIST-main      18 Jul 2008 06:57:30 -0000      1.10
> > +++ pkg/PLIST-main      26 Sep 2008 00:06:40 -0000
> > @@ -425,6 +425,7 @@ share/postgresql/timezone/America/Regina
> >  share/postgresql/timezone/America/Resolute
> >  share/postgresql/timezone/America/Rio_Branco
> >  share/postgresql/timezone/America/Rosario
> > +share/postgresql/timezone/America/Santarem
> >  share/postgresql/timezone/America/Santiago
> >  share/postgresql/timezone/America/Santo_Domingo
> >  share/postgresql/timezone/America/Sao_Paulo
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
> >
> >
> 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

Reply via email to