diff options
author | obrien <obrien@FreeBSD.org> | 1997-01-29 19:16:35 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-01-29 19:16:35 +0000 |
commit | 7edc6d93c1e4f661ea6178aab0397b8e13b9a046 (patch) | |
tree | faa753f11cb6e041813e0f94b628cd4224f40369 /mail/mutt/files/patch-01 | |
parent | fed0cd80af21f4c87d751031e1261427a5b7ab2e (diff) | |
download | FreeBSD-ports-7edc6d93c1e4f661ea6178aab0397b8e13b9a046.zip FreeBSD-ports-7edc6d93c1e4f661ea6178aab0397b8e13b9a046.tar.gz |
Upgrade mutt.with_pgp to 0.59 PL19.
Upgrade mutt to 0.59.1 PL0. (0.59e is hopelessly broken)
Diffstat (limited to 'mail/mutt/files/patch-01')
-rw-r--r-- | mail/mutt/files/patch-01 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/mutt/files/patch-01 b/mail/mutt/files/patch-01 index a2dd61b..6361818 100644 --- a/mail/mutt/files/patch-01 +++ b/mail/mutt/files/patch-01 @@ -1,13 +1,13 @@ ---- Makefile.in.orig Fri Jan 10 12:40:23 1997 -+++ Makefile.in Mon Jan 13 01:32:39 1997 -@@ -46,10 +46,13 @@ - TAINTED= curs_main.c handler.c hdrline.c init.c keymap.c main.c parse.c \ - send.c sendlib.c +--- Makefile.in.orig Mon Jan 27 18:15:59 1997 ++++ Makefile.in Wed Jan 29 07:23:40 1997 +@@ -72,10 +72,13 @@ + sendlib.c \ + url.c -all: mutt +all: mutt docs - mutt: $(OBJS) + mutt: $(OBJS) $(REGEX) $(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS) + +docs: |