Sat Feb 16 00:58:24 2008 UTC ()
Update to 0.35.

- 0.35 | 2008-02-13

  - Bugfix: composition INTERSECT in `parse+make-SELECT-tree'

	This proc, in module (database postgres-qcons), used to
	erroneously accept #:intersection and emit "INTERSECTION".
	Now, it accepts #:intersect and emits "INTERSECT".

  - New (database postgres) procs
    - pg-escape-string-conn
    - pg-escape-bytea-conn
    - pg-unescape-bytea

  - Tested against PostgreSQL 7.4.19


(gdt)
diff -r1.32 -r1.33 pkgsrc/databases/guile-pg/Makefile
diff -r1.6 -r1.7 pkgsrc/databases/guile-pg/distinfo

cvs diff -r1.32 -r1.33 pkgsrc/databases/guile-pg/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/guile-pg/Makefile 2008/01/05 21:37:45 1.32
+++ pkgsrc/databases/guile-pg/Makefile 2008/02/16 00:58:24 1.33
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.32 2008/01/05 21:37:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.33 2008/02/16 00:58:24 gdt Exp $
2# 2#
3 3
4DISTNAME= guile-pg-0.34 4DISTNAME= guile-pg-0.35
5CATEGORIES= databases 5CATEGORIES= databases
6MASTER_SITES= http://www.gnuvola.org/software/guile-pg/ 6MASTER_SITES= http://www.gnuvola.org/software/guile-pg/
7 7
8MAINTAINER= gdt@NetBSD.org 8MAINTAINER= gdt@NetBSD.org
9HOMEPAGE= http://www.gnuvola.org/software/guile-pg/ 9HOMEPAGE= http://www.gnuvola.org/software/guile-pg/
10COMMENT= PostgreSQL interface for Guile 10COMMENT= PostgreSQL interface for Guile
11 11
12USE_LIBTOOL= YES 12USE_LIBTOOL= YES
13USE_TOOLS+= gmake 13USE_TOOLS+= gmake
14GNU_CONFIGURE= YES 14GNU_CONFIGURE= YES
15INFO_FILES= # PLIST 15INFO_FILES= # PLIST
16#LICENSE= gnu-gplv3 16#LICENSE= gnu-gplv3
17 17

cvs diff -r1.6 -r1.7 pkgsrc/databases/guile-pg/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/guile-pg/distinfo 2008/01/05 17:22:17 1.6
+++ pkgsrc/databases/guile-pg/distinfo 2008/02/16 00:58:24 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2008/01/05 17:22:17 gdt Exp $ 1$NetBSD: distinfo,v 1.7 2008/02/16 00:58:24 gdt Exp $
2 2
3SHA1 (guile-pg-0.34.tar.gz) = a7a2e113143e0e4b115a8f5e7e635e5be2f36881 3SHA1 (guile-pg-0.35.tar.gz) = 04824c11d55f2bb30a8deb61548dc67709494cdf
4RMD160 (guile-pg-0.34.tar.gz) = ec42463b9d19814abc97800ec767c60a587f6343 4RMD160 (guile-pg-0.35.tar.gz) = b47621b1723409bf75eb5afc7f02d0f8333839ba
5Size (guile-pg-0.34.tar.gz) = 599164 bytes 5Size (guile-pg-0.35.tar.gz) = 600578 bytes