pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/qtools As with djbdns, patch the installer to avo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0583cfd9f18e
branches:  trunk
changeset: 486096:0583cfd9f18e
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Dec 22 18:36:50 2004 +0000

description:
As with djbdns, patch the installer to avoid setting unusual
permissions on ${PREFIX} and ${PREFIX}/bin. Shorten MESSAGE.
Reformat DESCR.

diffstat:

 mail/qtools/DESCR            |   6 +++---
 mail/qtools/MESSAGE          |   5 ++---
 mail/qtools/distinfo         |   3 ++-
 mail/qtools/patches/patch-aa |  16 ++++++++++++++++
 4 files changed, 23 insertions(+), 7 deletions(-)

diffs (53 lines):

diff -r 4c586ca7197b -r 0583cfd9f18e mail/qtools/DESCR
--- a/mail/qtools/DESCR Wed Dec 22 16:49:09 2004 +0000
+++ b/mail/qtools/DESCR Wed Dec 22 18:36:50 2004 +0000
@@ -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 -r 4c586ca7197b -r 0583cfd9f18e mail/qtools/MESSAGE
--- a/mail/qtools/MESSAGE       Wed Dec 22 16:49:09 2004 +0000
+++ b/mail/qtools/MESSAGE       Wed Dec 22 18:36:50 2004 +0000
@@ -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 -r 4c586ca7197b -r 0583cfd9f18e mail/qtools/distinfo
--- a/mail/qtools/distinfo      Wed Dec 22 16:49:09 2004 +0000
+++ b/mail/qtools/distinfo      Wed Dec 22 18:36:50 2004 +0000
@@ -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 -r 4c586ca7197b -r 0583cfd9f18e mail/qtools/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/qtools/patches/patch-aa      Wed Dec 22 18:36:50 2004 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index