diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-01-13 15:16:35 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-01-13 15:16:35 +0000 |
commit | 3be7666be68d55958bb7558e5bbedcd09c8a4b19 (patch) | |
tree | 2439ac0cceff729ba0db04e28a54f0ebf9d47388 /mail/smtpfeed/Makefile | |
parent | 35ac9d41053280ddd6b7f8e252ff41b77afb1fe6 (diff) |
Notes
Diffstat (limited to 'mail/smtpfeed/Makefile')
-rw-r--r-- | mail/smtpfeed/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile index e8a5a78cf4c4..07b3abd4e7e8 100644 --- a/mail/smtpfeed/Makefile +++ b/mail/smtpfeed/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: smtpfeed -# Version required: 0.90 +# Version required: 0.91 # Date created: 17 January 1998 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.21 1998/11/26 07:40:55 asami Exp $ +# $Id: Makefile,v 1.22 1999/01/09 14:56:55 itojun Exp $ # -DISTNAME= smtpfeed-0.90 +DISTNAME= smtpfeed-0.91 CATEGORIES= mail MASTER_SITES= ftp://ftp.kyoto.wide.ad.jp/pub/mail/smtpfeed/ \ ftp://ftp.kyoto.wide.ad.jp/pub/mail/sendmail/ \ @@ -21,10 +21,10 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ${SENDMAIL}${EXTRACT_SUFX} PATCH_SENDMAIL_ARGS= -d ${WRKSRC_SENDMAIL} -E ${PATCH_DIST_STRIP} NO_PACKAGE= "complex configuration for sendmail.cf needed" -SENDMAILVER= 8.9.1 +SENDMAILVER= 8.9.2 SENDMAIL= sendmail.${SENDMAILVER} SENDMAILDIR= sendmail-${SENDMAILVER} -SENDMAILPATCH= sendmail891+3.1W +SENDMAILPATCH= sendmail892+3.1W WRKSRC_SMTPFEED= ${WRKSRC} WRKSRC_SENDMAIL= ${WRKDIR}/${SENDMAILDIR}/src |