diff options
author | ache <ache@FreeBSD.org> | 1995-12-29 00:03:02 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-12-29 00:03:02 +0800 |
commit | 6e6b04ba01a8ef59171ed8c5a4ed65f60b8fc896 (patch) | |
tree | 72088c55afc5dffe2ad78cb665ad08776aba65d4 /mail/procmail | |
parent | 5a9a608387c5dcf483c6063df204a85d305e79bb (diff) | |
download | freebsd-ports-gnome-6e6b04ba01a8ef59171ed8c5a4ed65f60b8fc896.tar.gz freebsd-ports-gnome-6e6b04ba01a8ef59171ed8c5a4ed65f60b8fc896.tar.zst freebsd-ports-gnome-6e6b04ba01a8ef59171ed8c5a4ed65f60b8fc896.zip |
Upgrade to 3.11pre4
Diffstat (limited to 'mail/procmail')
-rw-r--r-- | mail/procmail/Makefile | 8 | ||||
-rw-r--r-- | mail/procmail/distinfo | 2 | ||||
-rw-r--r-- | mail/procmail/pkg-comment | 2 | ||||
-rw-r--r-- | mail/procmail/pkg-descr | 8 |
4 files changed, 6 insertions, 14 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index bb0f226c2c3b..ab325869612e 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: procmail -# Version required: 3.11pre3 +# Version required: 3.11pre4 # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.18 1995/06/26 04:34:40 asami Exp $ +# $Id: Makefile,v 1.19 1995/06/26 05:00:44 ache Exp $ # -DISTNAME= procmail-3.11pre3 -PKGNAME= procmail-3.11.3 +DISTNAME= procmail-3.11pre4 +PKGNAME= procmail-3.11p4 CATEGORIES+= mail MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/ INSTALL_TARGET= install-suid install.man diff --git a/mail/procmail/distinfo b/mail/procmail/distinfo index f68b431438a6..208913eabb63 100644 --- a/mail/procmail/distinfo +++ b/mail/procmail/distinfo @@ -1 +1 @@ -MD5 (procmail-3.11pre3.tar.gz) = cb30baddfc720c19942c4c49f7cdcb82 +MD5 (procmail-3.11pre4.tar.gz) = d919f2724b200a3d92d9552bc60c219b diff --git a/mail/procmail/pkg-comment b/mail/procmail/pkg-comment index 3927a5cfeb03..093e8edf8d1a 100644 --- a/mail/procmail/pkg-comment +++ b/mail/procmail/pkg-comment @@ -1 +1 @@ -ProcMail local mail delivery agent, version 3.11pre3 +ProcMail local mail delivery agent diff --git a/mail/procmail/pkg-descr b/mail/procmail/pkg-descr index e7761038505c..832c7d2f22ea 100644 --- a/mail/procmail/pkg-descr +++ b/mail/procmail/pkg-descr @@ -1,9 +1 @@ This is ProcMail, the ultimate incoming mail processor. -If you want it to replace the functionality of /usr/libexec/mail.local -then it must be suid root and needs the following lines in your -hostname.mc file for sendmail: - -define(`LOCAL_MAILER_PATH', /usr/local/bin/procmail)dnl -define(`LOCAL_MAILER_FLAGS', ShPfn)dnl -define(`LOCAL_MAILER_ARGS', procmail -a $h -d $u)dnl -mailer(local)dnl |