summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/guile-pg/DESCR3
-rw-r--r--databases/guile-pg/Makefile14
-rw-r--r--databases/guile-pg/distinfo8
3 files changed, 13 insertions, 12 deletions
diff --git a/databases/guile-pg/DESCR b/databases/guile-pg/DESCR
index af6d86f9829..28fb47f86c1 100644
--- a/databases/guile-pg/DESCR
+++ b/databases/guile-pg/DESCR
@@ -1,5 +1,4 @@
Guile-pg is a Guile module providing access and allowing updates to
PostgreSQL databases from Guile scripts. Guile is the GNU interpreter
for the Scheme language and PostgreSQL is a free relational database
-management system. This package is for Guile 1.6.x and PostgreSQL
-7.4.x.
+management system. This package is for Guile 1.6.x.
diff --git a/databases/guile-pg/Makefile b/databases/guile-pg/Makefile
index 86f0ddf2a9d..4db966bb5b2 100644
--- a/databases/guile-pg/Makefile
+++ b/databases/guile-pg/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2010/02/10 19:34:05 joerg Exp $
+# $NetBSD: Makefile,v 1.42 2010/03/19 11:26:57 gdt Exp $
#
-DISTNAME= guile-pg-0.37
-PKGREVISION= 3
+DISTNAME= guile-pg-0.39
CATEGORIES= databases
MASTER_SITES= http://www.gnuvola.org/software/guile-pg/
@@ -16,12 +15,12 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= YES
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
-INFO_FILES= # PLIST
+INFO_FILES= YES
TEST_TARGET= check
# There are several versions of guile; the relevant ones for this
-# module are 1.6.x, which is the current FSF version, and ttn-1.4,
+# module are 1.6.x, which is the old FSF version, and ttn-1.4,
# which is a forked version of 1.4 by Thien-Thi Nguyen, the maintainer
# of guile-pg. fsf-1.4 is considered obsolete by nearly everyone.
@@ -33,10 +32,13 @@ TEST_TARGET= check
# preferred location ${PREFIX}/share/guile/site, but there is a shared
# library which of course cannot go in share.
+# In 1.8, binary modules have been removed. Support for guile-pg to
+# use 1.8-style modules has not yet been written.
+
SITE=${PREFIX}/guile/1.6/share/guile/site
+# guile should make the dir, but if not
post-install:
- # guile should make this, but if not
${INSTALL_DATA_DIR} ${DESTDIR}${SITE}
cd ${DESTDIR}${SITE} && ${LN} -sf ../../../../../lib/guile/site/database .
diff --git a/databases/guile-pg/distinfo b/databases/guile-pg/distinfo
index aa4ae5aa522..5f5a4627d7b 100644
--- a/databases/guile-pg/distinfo
+++ b/databases/guile-pg/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/10/20 13:53:17 gdt Exp $
+$NetBSD: distinfo,v 1.10 2010/03/19 11:26:57 gdt Exp $
-SHA1 (guile-pg-0.37.tar.gz) = 2ce660199b4b4aac4ac5499d3c22ee34106d6387
-RMD160 (guile-pg-0.37.tar.gz) = b5c1c0f34aa8c4cf08b83c416b29d2b4a1ca5536
-Size (guile-pg-0.37.tar.gz) = 645848 bytes
+SHA1 (guile-pg-0.39.tar.gz) = 3ac23784b09bd95d91e322881f15a888d253fac5
+RMD160 (guile-pg-0.39.tar.gz) = b5b83f8b8d8fa0020ac09b1cfb9b59caef451267
+Size (guile-pg-0.39.tar.gz) = 644189 bytes