pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/gld Fix installation of sql scripts.
details: https://anonhg.NetBSD.org/pkgsrc/rev/352ee036d367
branches: trunk
changeset: 492475:352ee036d367
user: salo <salo%pkgsrc.org@localhost>
date: Wed Apr 13 17:07:49 2005 +0000
description:
Fix installation of sql scripts.
This package needs more work.. (e.g., pgsql support)
diffstat:
mail/gld/PLIST | 6 ++++--
mail/gld/distinfo | 4 ++--
mail/gld/patches/patch-aa | 4 ++--
3 files changed, 8 insertions(+), 6 deletions(-)
diffs (50 lines):
diff -r b3adae18664c -r 352ee036d367 mail/gld/PLIST
--- a/mail/gld/PLIST Wed Apr 13 17:00:14 2005 +0000
+++ b/mail/gld/PLIST Wed Apr 13 17:07:49 2005 +0000
@@ -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 -r b3adae18664c -r 352ee036d367 mail/gld/distinfo
--- a/mail/gld/distinfo Wed Apr 13 17:00:14 2005 +0000
+++ b/mail/gld/distinfo Wed Apr 13 17:07:49 2005 +0000
@@ -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 -r b3adae18664c -r 352ee036d367 mail/gld/patches/patch-aa
--- a/mail/gld/patches/patch-aa Wed Apr 13 17:00:14 2005 +0000
+++ b/mail/gld/patches/patch-aa Wed Apr 13 17:07:49 2005 +0000
@@ -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 @@
+ $(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
Home |
Main Index |
Thread Index |
Old Index