diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-08 06:33:44 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-08 06:33:44 +0000 |
commit | 7c4e3e5912cbed59db19c46e3c236a8d29153e3f (patch) | |
tree | 5c7c3e7345fa771b068b3e01d50c29f5389d7e10 /mail/mutt/Makefile | |
parent | b5e447050477f8c3be53cda79b9426aa540b9b10 (diff) | |
download | ports-7c4e3e5912cbed59db19c46e3c236a8d29153e3f.tar.gz ports-7c4e3e5912cbed59db19c46e3c236a8d29153e3f.zip |
Notes
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 3c651b061527..164d2bee4b43 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -4,7 +4,7 @@ # Date created: Thur July 25, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.9 1996/12/03 10:36:30 obrien Exp $ +# $Id: Makefile,v 1.10 1996/12/05 09:52:00 obrien Exp $ DISTNAME= ${PKGNAME}-export PKGNAME= mutt-0.53 @@ -17,7 +17,7 @@ MASTER_SITES= ftp://cs.hmc.edu/pub/me/mutt/ \ PATCH_SITES= ftp://nuxi.cs.ucdavis.edu/pub/mutt/${PKGNAME:S/^mutt-//}/ \ http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \ - http://www.math.fu-berlin.fr/~leitner/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.keys.PATCH \ @@ -29,10 +29,16 @@ PATCHFILES= 02.keys.PATCH \ 10.noop.PATCH \ 11.external.PATCH \ 12.tagged.PATCH \ - 13.random.PATCH + 13.random.PATCH \ + 15.mallocline.PATCH \ + 16.defaultcolor.PATCH \ + 17.variables.PATCH \ + 19.fdleak.PATCH # don't apply cleanly: # 06.setgid.PATCH \ # 07.configure.in.PATCH \ +# 14.mallocline.PATCH \ +# 18.buffy.PATCH \ MAINTAINER= obrien@cs.ucdavis.edu |