diff options
author | obrien <obrien@FreeBSD.org> | 1997-01-19 10:12:12 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-01-19 10:12:12 +0800 |
commit | 7d1ded4f32500d4f15802e9adfff5f264f1e9b71 (patch) | |
tree | bbb952cf3f98a894883aa4e28446aa5422e1f499 /mail/mutt14/Makefile | |
parent | 9e12813f6ceff8aa08bd471686c4235a4c920f03 (diff) | |
download | freebsd-ports-gnome-7d1ded4f32500d4f15802e9adfff5f264f1e9b71.tar.gz freebsd-ports-gnome-7d1ded4f32500d4f15802e9adfff5f264f1e9b71.tar.zst freebsd-ports-gnome-7d1ded4f32500d4f15802e9adfff5f264f1e9b71.zip |
Upgrade to 0.57 PL 4.
(note that 0.58 is out, but I want to lets the bugs shake out of it first).
Diffstat (limited to 'mail/mutt14/Makefile')
-rw-r--r-- | mail/mutt14/Makefile | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 34ff9bdf46dc..7f23c96ef4ba 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -4,10 +4,10 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.14 1996/12/31 15:00:05 obrien Exp $ +# $Id: Makefile,v 1.15 1997/01/01 21:42:40 obrien Exp $ -DISTNAME= ${PKGNAME}-export -PKGNAME= mutt-0.55 +DISTNAME= ${PKGNAME}e +PKGNAME= mutt-0.57 CATEGORIES= mail MASTER_SITES= ftp://cs.hmc.edu/pub/me/mutt/ \ ftp://ftp.ibp.fr/pub/unix/mail/mutt/ \ @@ -20,20 +20,9 @@ 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.externally.PATCH \ - 03.ispell.PATCH \ - 04.savename.PATCH \ - 05.hdrloop.PATCH \ - 07.mboxhook.PATCH \ - 08.keypad.PATCH \ - 09.quote_regexp.PATCH \ - 10.mark-as-new.PATCH \ - 11.postponed.PATCH \ - 12.postponed.PATCH \ - 13.wait.PATCH \ - 14.addrfwd.PATCH \ - 15.flagmessage.PATCH \ - 06.buffy.PATCH # other patches need to be before this one +PATCHFILES= 02.statusontop.PATCH \ + 03.consistency.PATCH \ + 04.keypad.PATCH \ MAINTAINER= obrien@FreeBSD.org |