diff options
author | Calum Selkirk <cselkirk@gentoo.org> | 2002-08-03 17:38:04 +0000 |
---|---|---|
committer | Calum Selkirk <cselkirk@gentoo.org> | 2002-08-03 17:38:04 +0000 |
commit | 3c53188786d99c74f7d44aec8d5c4c54f1b5f448 (patch) | |
tree | 0f96e605973c1e38e9d5c34274c2d1293ca9604a /net-mail/procmail | |
parent | Initial import. (diff) | |
download | historical-3c53188786d99c74f7d44aec8d5c4c54f1b5f448.tar.gz historical-3c53188786d99c74f7d44aec8d5c4c54f1b5f448.tar.bz2 historical-3c53188786d99c74f7d44aec8d5c4c54f1b5f448.zip |
Added ppc to KEYWORDS (-r2). cvs add files/gentoo.maildir.diff (doh).
Diffstat (limited to 'net-mail/procmail')
-rw-r--r-- | net-mail/procmail/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/procmail/files/gentoo-maildir.diff | 20 | ||||
-rw-r--r-- | net-mail/procmail/procmail-3.22-r3.ebuild | 4 |
3 files changed, 30 insertions, 3 deletions
diff --git a/net-mail/procmail/ChangeLog b/net-mail/procmail/ChangeLog index 6dd382656bf0..40be43265e6a 100644 --- a/net-mail/procmail/ChangeLog +++ b/net-mail/procmail/ChangeLog @@ -1,9 +1,16 @@ # ChangeLog for net-mail/procmail # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/procmail/ChangeLog,v 1.5 2002/07/27 02:46:21 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/procmail/ChangeLog,v 1.6 2002/08/03 17:38:04 cselkirk Exp $ *procmail-3.22-r3 (26 Jul 2002) + 3 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> procmail-3.22-r3.ebuild + procmail-3.22-r2.ebuild files/gentoo-maildir.diff digest-procmail-3.22-r3 : + + Add ppc to KEYWORDS (procmail-3.22-r2.ebuild). + Changed from *.patch to *.diff + Seems i neglected to cvs add the diff. + 26 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> procmail-3.22-r3.ebuild files/gentoo-maildir.patch digest-procmail-3.22-r3 : diff --git a/net-mail/procmail/files/gentoo-maildir.diff b/net-mail/procmail/files/gentoo-maildir.diff new file mode 100644 index 000000000000..61ce308eb214 --- /dev/null +++ b/net-mail/procmail/files/gentoo-maildir.diff @@ -0,0 +1,20 @@ +--- procmail-3.22/src/authenticate.c.orig 2002-07-26 20:38:52.000000000 -0400 ++++ procmail-3.22/src/authenticate.c 2002-07-26 20:57:56.000000000 -0400 +@@ -39,7 +39,7 @@ + #include "authenticate.h" + + #ifndef MAILSPOOLDIR +-#define MAILSPOOLDIR "/var/spool/mail/" /* watch the trailing / */ ++#define MAILSPOOLDIR "" /* watch the trailing / */ + #endif + #ifndef MAILSPOOLSUFFIX + #define MAILSPOOLSUFFIX "" /* suffix to force maildir or MH style */ +@@ -47,7 +47,7 @@ + #ifndef MAILSPOOLHASH + #define MAILSPOOLHASH 0 /* 2 would deliver to /var/spool/mail/b/a/bar */ + #endif +-/*#define MAILSPOOLHOME "/.mail" /* watch the leading / */ ++#define MAILSPOOLHOME "/.maildir" /* watch the leading / */ + /* delivers to $HOME/.mail */ + #define STRLEN(x) (sizeof(x)-1) + diff --git a/net-mail/procmail/procmail-3.22-r3.ebuild b/net-mail/procmail/procmail-3.22-r3.ebuild index b5a60263b52b..b1982e132cac 100644 --- a/net-mail/procmail/procmail-3.22-r3.ebuild +++ b/net-mail/procmail/procmail-3.22-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/procmail/procmail-3.22-r3.ebuild,v 1.1 2002/07/27 02:46:21 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/procmail/procmail-3.22-r3.ebuild,v 1.2 2002/08/03 17:38:04 cselkirk Exp $ S=${WORKDIR}/${P} DESCRIPTION="Mail delivery agent/filter" @@ -36,7 +36,7 @@ src_compile() { # the above doesn't seem to work as MAILSPOOLDIR is still defined .. so cd ${S} - patch -p1 <${FILESDIR}/gentoo-maildir.patch + patch -p1 <${FILESDIR}/gentoo-maildir.diff else echo '# Use mbox-style mailbox in /var/spool/mail' > ${S}/procmail |