From ba45870b49dd5ddfb089edf2f3794fb0e42e4c19 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 5 Mar 1997 23:39:09 +0000 Subject: Upgrade to 0.64. Warning, the .muttrc syntax hash changed a little) Start off mutt port with patches 3-9, 11-13, 16, 20-23, 25, 27. Start off mutt.with_pgp port with patches 3-9,11-13,16-17,20-23,25-27. --- mail/mutt/Makefile | 43 ++++++++++++++++++++++++++++++++----------- 1 file changed, 32 insertions(+), 11 deletions(-) (limited to 'mail/mutt/Makefile') diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 6bea40867b3b..e705ee4ac4cb 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.19 1997/02/01 20:45:54 obrien Exp $ +# $Id: Makefile,v 1.20 1997/02/20 09:53:22 obrien Exp $ DISTNAME= ${PKGNAME}e -PKGNAME= mutt-0.60 +PKGNAME= mutt-0.64 CATEGORIES= mail MASTER_SITES= ftp://cs.hmc.edu/pub/me/mutt/ \ ftp://ftp.ibp.fr/pub/unix/mail/mutt/ \ @@ -20,14 +20,33 @@ PATCH_SITES= http://www.frmug.org/mutt/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.redraw.PATCH \ - 03.pager.PATCH \ - 08.deletethread.PATCH \ - 09.comments.PATCH -# 04.syntaxcolor.PATCH \ -# 05.pipemessage.PATCH \ -# 06.altpgp.PATCH \ -# 07.altpgp+syntaxcolor.PATCH \ +PATCHFILES= 03.rd_count.PATCH \ + 04.cfg-files.PATCH.EXP \ + 05.search-color.PATCH.EXP \ + 06.env_info.PATCH.EXP \ + 18.envstr.PATCH \ + 07.thread_chars.PATCH \ + 08.parse_set.PATCH \ + 09.quote_sig.PATCH.EXP \ + 11.synch.PATCH \ + 12.edit_cc.PATCH \ + 13.postponed-delete.PATCH \ + 20.cmd-complete.PATCH \ + 21.cmd_line.PATCH \ + 22.body_search.PATCH \ + 23.display_types.PATCH \ + 25.messageid.PATCH \ + 27.parse_rc.PATCH +# these either don't apply cleanly, or to FreeBSD, or are too specialized +# 02.status.PATCH \ +# 10.warnings.PATCH \ +# 14.add_buffy.PATCH \ +# 15.ansihp.PATCH \ +# 16.pgp.PATCH.EXP \ +# 17.hdr_format.PATCH \ +# 19.buffy.PATCH \ +# 24.mx_lock.PATCH \ +# 26.abort-unmodified.PATCH MAINTAINER= obrien@FreeBSD.org @@ -46,8 +65,10 @@ post-install: .if !defined(NOPORTDOCS) @${ECHO} "===> Installing Mutt documentation" @${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt - @${INSTALL_DATA} ${WRKSRC}/doc/*.latin1 ${WRKSRC}/doc/*.html \ + @${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${WRKSRC}/doc/*.html \ ${PREFIX}/share/doc/mutt + @(cd ${WRKSRC} ; ${INSTALL_DATA} sample.muttrc Mush.rc Pine.rc \ + ${PREFIX}/share/doc/mutt) .endif .include -- cgit v1.2.3