diff options
author | itojun <itojun@FreeBSD.org> | 1998-03-05 09:54:34 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-03-05 09:54:34 +0800 |
commit | 3661aa8a9837d2164787e6548463112c6d5f3d1a (patch) | |
tree | d6d2cd722fb1ac3ce1ea5b71c3e68aa3157cfc66 /mail | |
parent | df48b08e1bb82cf150b8c3dc74dccc3e2ebb15a6 (diff) | |
download | freebsd-ports-gnome-3661aa8a9837d2164787e6548463112c6d5f3d1a.tar.gz freebsd-ports-gnome-3661aa8a9837d2164787e6548463112c6d5f3d1a.tar.zst freebsd-ports-gnome-3661aa8a9837d2164787e6548463112c6d5f3d1a.zip |
the new patch to sendmail seems to contain a bug (sendmail -q always dies).
go back to the previous revision.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/smtpfeed/Makefile | 4 | ||||
-rw-r--r-- | mail/smtpfeed/distinfo | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile index ac60f4465603..1f5d6073f618 100644 --- a/mail/smtpfeed/Makefile +++ b/mail/smtpfeed/Makefile @@ -3,7 +3,7 @@ # Date created: 17 January 1998 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.3 1998/03/04 02:10:33 itojun Exp $ +# $Id: Makefile,v 1.4 1998/03/04 16:18:42 itojun Exp $ # DISTNAME= smtpfeed-0.58 @@ -22,7 +22,7 @@ NO_PACKAGE= "complex configuration for sendmail.cf needed" SENDMAIL= sendmail.8.8.8 SENDMAILDIR= sendmail-8.8.8 -SENDMAILPATCH= sendmail888+3.0Wb12 +SENDMAILPATCH= sendmail888+3.0Wb11 WRKSRC_SMTPFEED= ${WRKSRC} WRKSRC_SENDMAIL= ${WRKDIR}/${SENDMAILDIR}/src diff --git a/mail/smtpfeed/distinfo b/mail/smtpfeed/distinfo index a65e3aca9036..093a4dcfda88 100644 --- a/mail/smtpfeed/distinfo +++ b/mail/smtpfeed/distinfo @@ -1,3 +1,3 @@ MD5 (smtpfeed-0.58.tar.gz) = acada079dd60a3c96e899901fcd21074 MD5 (sendmail.8.8.8.tar.gz) = 692422857393566a0a6724ab995da66b -MD5 (sendmail888+3.0Wb12.patch.gz) = 0598d9940345bb71160ea6a232ee134a +MD5 (sendmail888+3.0Wb11.patch.gz) = 9d99dcca90cdd51f9a8ac0d5db607188 |