summaryrefslogtreecommitdiff
path: root/mail/qtools
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2004-12-22 18:36:50 +0000
committerschmonz <schmonz@pkgsrc.org>2004-12-22 18:36:50 +0000
commita296b3d60da133049c9f1dedce2a8966ebb993f2 (patch)
treea4baa768e0d71ae0d63f25a8f9cc809b8fc336aa /mail/qtools
parent094024bdaf29d373b1b2a02c7e11372867ce9efa (diff)
downloadpkgsrc-a296b3d60da133049c9f1dedce2a8966ebb993f2.tar.gz
As with djbdns, patch the installer to avoid setting unusual
permissions on ${PREFIX} and ${PREFIX}/bin. Shorten MESSAGE. Reformat DESCR.
Diffstat (limited to 'mail/qtools')
-rw-r--r--mail/qtools/DESCR6
-rw-r--r--mail/qtools/MESSAGE5
-rw-r--r--mail/qtools/distinfo3
-rw-r--r--mail/qtools/patches/patch-aa16
4 files changed, 23 insertions, 7 deletions
diff --git a/mail/qtools/DESCR b/mail/qtools/DESCR
index 39015fb4c51..8e5d983ccc5 100644
--- a/mail/qtools/DESCR
+++ b/mail/qtools/DESCR
@@ -1,3 +1,3 @@
-qtools is a collection of commands, typically for use with qmail via .qmail.
-Among others, there are commands for header and body filtering as well
-as delivery to Maildirs.
+qtools is a collection of commands, typically for use with qmail
+via dot-qmail(5). Among others, there are commands for header and
+body filtering as well as delivery to Maildirs.
diff --git a/mail/qtools/MESSAGE b/mail/qtools/MESSAGE
index 7b506f47621..e23a8204db3 100644
--- a/mail/qtools/MESSAGE
+++ b/mail/qtools/MESSAGE
@@ -1,7 +1,6 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/07/15 22:57:28 heinz Exp $
+$NetBSD: MESSAGE,v 1.3 2004/12/22 18:36:51 schmonz Exp $
-See http://www.superscript.com/qtools/examples.html for examples of
-usage. Note that where /usr/local is used, this package uses ${PREFIX}.
+For examples, see http://www.superscript.com/qtools/examples.html.
===========================================================================
diff --git a/mail/qtools/distinfo b/mail/qtools/distinfo
index 2f41ac51512..e82779fbcd2 100644
--- a/mail/qtools/distinfo
+++ b/mail/qtools/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/11/29 19:11:04 zuntum Exp $
+$NetBSD: distinfo,v 1.2 2004/12/22 18:36:51 schmonz Exp $
SHA1 (qtools-0.56.tar.gz) = 0c6daa8611ac38413e0e221bbc45ccf2b7396ebc
Size (qtools-0.56.tar.gz) = 37748 bytes
+SHA1 (patch-aa) = 0c95897bb6ff75584231e39c26e79cee3a794439
diff --git a/mail/qtools/patches/patch-aa b/mail/qtools/patches/patch-aa
new file mode 100644
index 00000000000..3c10d49b361
--- /dev/null
+++ b/mail/qtools/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1 2004/12/22 18:36:51 schmonz Exp $
+
+--- hier.c.orig 2001-06-30 16:44:50.000000000 -0400
++++ hier.c
+@@ -2,9 +2,9 @@
+
+ void hier()
+ {
+- h(auto_home,-1,-1,02755);
++ h(auto_home,-1,-1,0755);
+
+- d(auto_home,"bin",-1,-1,02755);
++ d(auto_home,"bin",-1,-1,0755);
+
+ c(auto_home,"bin","822addr",-1,-1,0755);
+ c(auto_home,"bin","822body",-1,-1,0755);