summaryrefslogtreecommitdiff
path: root/mail/gld
diff options
context:
space:
mode:
authorsalo <salo>2005-04-13 17:07:49 +0000
committersalo <salo>2005-04-13 17:07:49 +0000
commit33a7d9394f77b326a92317eb4bd1077267c7fc0c (patch)
tree41e7333caf18ced0fe430584e75177571bfe4cad /mail/gld
parent41fd0bc5df25fa4ad7dc908efda223a28379302e (diff)
downloadpkgsrc-33a7d9394f77b326a92317eb4bd1077267c7fc0c.tar.gz
Fix installation of sql scripts.
This package needs more work.. (e.g., pgsql support)
Diffstat (limited to 'mail/gld')
-rw-r--r--mail/gld/PLIST6
-rw-r--r--mail/gld/distinfo4
-rw-r--r--mail/gld/patches/patch-aa4
3 files changed, 8 insertions, 6 deletions
diff --git a/mail/gld/PLIST b/mail/gld/PLIST
index 1f2907cb137..72169d50e8b 100644
--- a/mail/gld/PLIST
+++ b/mail/gld/PLIST
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/25 05:42:40 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2005/04/13 17:07:49 salo Exp $
bin/gld
share/doc/gld/LICENCE
share/doc/gld/README
share/examples/gld/gld.conf
-share/gld/tables.sql
+share/gld/table-whitelist.sql
+share/gld/tables.mysql
+share/gld/tables.pgsql
@dirrm share/gld
@dirrm share/examples/gld
@dirrm share/doc/gld
diff --git a/mail/gld/distinfo b/mail/gld/distinfo
index 887f77d8cda..46709fbe6e4 100644
--- a/mail/gld/distinfo
+++ b/mail/gld/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2005/04/13 17:00:14 salo Exp $
+$NetBSD: distinfo,v 1.6 2005/04/13 17:07:49 salo Exp $
SHA1 (gld-1.5.tgz) = febc398be2e68bf7b4bc6e3015da2f225760204d
RMD160 (gld-1.5.tgz) = dab09c1776fb014effdd3d87d4a6808274bbfdd9
Size (gld-1.4.tgz) = 39030 bytes
-SHA1 (patch-aa) = ef415ff661dfe07d02158f5684b1cf182e76f757
+SHA1 (patch-aa) = 8dcabcf83e7b35cb1005dc7a4358fce1f4f31a8e
SHA1 (patch-ab) = 629b99be25d536ceb646d47f079455a4b092fe24
SHA1 (patch-ac) = 8d484c0d6a5cbc88f2c4c66143e6aa9a91131bf1
SHA1 (patch-ad) = 1083bdc0040696a5ac014204c1a4a8e35fdeda53
diff --git a/mail/gld/patches/patch-aa b/mail/gld/patches/patch-aa
index 7cf57442817..993a3a56c67 100644
--- a/mail/gld/patches/patch-aa
+++ b/mail/gld/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2005/04/13 16:19:59 christos Exp $
+$NetBSD: patch-aa,v 1.3 2005/04/13 17:07:49 salo Exp $
--- Makefile.in.orig 2004-10-12 08:41:49.000000000 -0400
+++ Makefile.in 2005-04-13 11:53:50.000000000 -0400
@@ -28,7 +28,7 @@ $NetBSD: patch-aa,v 1.2 2005/04/13 16:19:59 christos Exp $
+ $(BSD_INSTALL_DATA_DIR) $(PREFIX)/share/gld
+ $(BSD_INSTALL_DATA_DIR) $(PREFIX)/share/doc/gld
+ $(BSD_INSTALL_DATA) gld.conf $(PREFIX)/share/examples/gld
-+ $(BSD_INSTALL_DATA) tables.sql $(PREFIX)/share/gld
++ $(BSD_INSTALL_DATA) *.sql $(PREFIX)/share/gld
+ $(BSD_INSTALL_DATA) README LICENCE $(PREFIX)/share/doc/gld
distclean: clean