summaryrefslogtreecommitdiff
path: root/mail/procmail
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-03-07 18:02:17 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-03-07 18:02:17 +0000
commit26b15f951720462d1511bd4bb87f4d581000bcc4 (patch)
treef3bc4b97ad0abbc032d02c1aaa58ba14ccb4efe0 /mail/procmail
parentRemove unused file. (diff)
upgrade to 3.12
Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
Notes
Notes: svn path=/head/; revision=17039
Diffstat (limited to 'mail/procmail')
-rw-r--r--mail/procmail/Makefile11
-rw-r--r--mail/procmail/distinfo2
-rw-r--r--mail/procmail/files/patch-ae32
-rw-r--r--mail/procmail/pkg-plist6
4 files changed, 13 insertions, 38 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index 43bd0c68e3db..9bcaa5c363d9 100644
--- a/mail/procmail/Makefile
+++ b/mail/procmail/Makefile
@@ -1,15 +1,16 @@
# New ports collection makefile for: procmail
-# Version required: 3.11pre7
+# Version required: 3.12
# Date created: 24 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.23 1997/03/06 04:31:07 asami Exp $
+# $Id: Makefile,v 1.24 1997/05/14 14:40:34 ache Exp $
#
-DISTNAME= procmail-3.11pre7
-PKGNAME= procmail-3.11p7
+DISTNAME= procmail-3.12
+PKGNAME= procmail-3.12
CATEGORIES= mail
-MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
+MASTER_SITES= ftp://ftp.procmail.org/pub/procmail/ \
+ ftp://ftp.informatik.rwth-aachen.de/pub/packages/procmail/
INSTALL_TARGET= install-suid install.man
MAINTAINER= ache@FreeBSD.ORG
diff --git a/mail/procmail/distinfo b/mail/procmail/distinfo
index 7b90a016cde6..ded693a02129 100644
--- a/mail/procmail/distinfo
+++ b/mail/procmail/distinfo
@@ -1 +1 @@
-MD5 (procmail-3.11pre7.tar.gz) = 065a9da6a2198d9c6d47616b2adf2315
+MD5 (procmail-3.12.tar.gz) = b6e78ec16bd100a6d38458bd0818a7ad
diff --git a/mail/procmail/files/patch-ae b/mail/procmail/files/patch-ae
deleted file mode 100644
index 21a510ef7ccb..000000000000
--- a/mail/procmail/files/patch-ae
+++ /dev/null
@@ -1,32 +0,0 @@
-*** src/pipes.c.bak Mon Apr 28 04:27:47 1997
---- src/pipes.c Sat May 16 03:22:43 1998
-***************
-*** 234,239 ****
---- 234,240 ----
-
- char*readdyn(bf,filled)char*bf;long*const filled;
- { int i;long oldsize;
-+ long fetched = *filled;
- oldsize= *filled;
- goto jumpin;
- do
-***************
-*** 243,249 ****
- if((size_t)*filled>=(size_t)(*filled+BLKSIZ))
- lcking|=lck_MEMORY,nomemerr();
- #endif
-! bf=realloc(bf,*filled+BLKSIZ); /* dynamically adjust the buffer size */
- jumpback:;
- }
- while(0<(i=rread(STDIN,bf+*filled,BLKSIZ))); /* read mail */
---- 244,253 ----
- if((size_t)*filled>=(size_t)(*filled+BLKSIZ))
- lcking|=lck_MEMORY,nomemerr();
- #endif
-! if( fetched - *filled < BLKSIZ ) {
-! fetched += 4194304;
-! bf=realloc(bf,fetched); /* dynamically adjust the buffer size */
-! }
- jumpback:;
- }
- while(0<(i=rread(STDIN,bf+*filled,BLKSIZ))); /* read mail */
diff --git a/mail/procmail/pkg-plist b/mail/procmail/pkg-plist
index 619e20fd76b7..bd3dd4ad5e2b 100644
--- a/mail/procmail/pkg-plist
+++ b/mail/procmail/pkg-plist
@@ -2,3 +2,9 @@ bin/procmail
bin/formail
bin/lockfile
bin/mailstat
+man/man1/lockfile.1.gz
+man/man1/formail.1.gz
+man/man1/procmail.1.gz
+man/man5/procmailex.5.gz
+man/man5/procmailrc.5.gz
+man/man5/procmailsc.5.gz