diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-16 16:44:07 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-03-16 16:44:07 +0000 |
commit | fb7be2ac47ba337db892847a4dc1e0fafde22124 (patch) | |
tree | d9692996c8416ef1d27da8b0dc73f9a0028400a6 /mail/mutt | |
parent | Make knews port work again: (diff) |
Upgrade to version 0.66.
One thing added is being able to determin your domain name (as in FQDN)
at runtime by reading your /etc/resolv.conf file. Both "domain" and
"search" directives are supported.
Notes
Notes:
svn path=/head/; revision=5969
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index e71958859542..7aa2c7c6c6f6 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -4,10 +4,10 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.21 1997/03/05 23:39:01 obrien Exp $ +# $Id: Makefile,v 1.22 1997/03/10 00:32:49 obrien Exp $ DISTNAME= ${PKGNAME}e -PKGNAME= mutt-0.65 +PKGNAME= mutt-0.66 CATEGORIES= mail MASTER_SITES= ftp://cs.hmc.edu/pub/me/mutt/ \ ftp://ftp.ibp.fr/pub/unix/mail/mutt/ \ @@ -20,15 +20,7 @@ PATCH_SITES= ftp://ftp.nuxi.com/pub/mutt/${PKGNAME:S/^mutt-//}/ \ http://www.math.fu-berlin.de/~leitner/mutt/${PKGNAME:S/^mutt-//}/ \ http://www.efrei.fr/~parmelan/mutt/${PKGNAME:S/^mutt-//}/ \ ftp://www.frmug.org/pub/mutt/mutt/${PKGNAME:S/^mutt-//}/ -PATCHFILES= 02.rd_count.PATCH \ - 11.cfg-files.PATCH.EXP \ - 15.patchlist.PATCH \ - 18.decode_64.PATCH \ - 21.decode_quoted.PATCH \ - 22.warning.PATCH \ - 04.untag-all.PATCH \ - 05.toggle-new.PATCH \ - 07.alias-jumping.PATCH.EXP +PATCHFILES= MAINTAINER= obrien@FreeBSD.org |