summaryrefslogtreecommitdiff
path: root/mail/procmail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-12-28 16:03:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-12-28 16:03:02 +0000
commit790651d3b02a9376202b5c63b60deb8921b645d2 (patch)
tree6b4523a7e9a4aa38d247cfc6ab09198a68626805 /mail/procmail
parentUpgrade to 3.38 (diff)
Upgrade to 3.11pre4
Notes
Notes: svn path=/head/; revision=2591
Diffstat (limited to 'mail/procmail')
-rw-r--r--mail/procmail/Makefile8
-rw-r--r--mail/procmail/distinfo2
-rw-r--r--mail/procmail/pkg-comment2
-rw-r--r--mail/procmail/pkg-descr8
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