svn commit: r488105 - head/mail/mutt/files

Kurt Jaeger pi at FreeBSD.org
Sat Dec 22 16:45:27 UTC 2018


Author: pi
Date: Sat Dec 22 16:45:25 2018
New Revision: 488105
URL: https://svnweb.freebsd.org/changeset/ports/488105

Log:
  mail/mutt: fix extra patches if QUOTE_PATCH is not selected
  
  - remove some context from the extra-patches so that they
    still apply if QUOTE_PATCH is not selected.
  
  PR:		233993
  Submitted by:	mjl at luckie.org.nz
  Approved by:	dereks at lifeofadishwasher.com (maintainer)

Modified:
  head/mail/mutt/files/extra-patch-ifdef
  head/mail/mutt/files/extra-patch-reverse_reply

Modified: head/mail/mutt/files/extra-patch-ifdef
==============================================================================
--- head/mail/mutt/files/extra-patch-ifdef	Sat Dec 22 16:35:54 2018	(r488104)
+++ head/mail/mutt/files/extra-patch-ifdef	Sat Dec 22 16:45:25 2018	(r488105)
@@ -1,9 +1,7 @@
 --- PATCHES.orig	2018-11-29 22:49:51 UTC
 +++ PATCHES
-@@ -1,2 +1,3 @@
+@@ -0,0 +1 @@
 +patch-1.5.4.cd.ifdef.1
- vvv.quote
- vvv.initials
 --- init.c.orig	2018-11-24 19:06:11 UTC
 +++ init.c
 @@ -650,6 +650,52 @@ static mbchar_table *parse_mbchar_table 

Modified: head/mail/mutt/files/extra-patch-reverse_reply
==============================================================================
--- head/mail/mutt/files/extra-patch-reverse_reply	Sat Dec 22 16:35:54 2018	(r488104)
+++ head/mail/mutt/files/extra-patch-reverse_reply	Sat Dec 22 16:45:25 2018	(r488105)
@@ -1,10 +1,7 @@
 --- PATCHES.orig	2018-11-29 22:55:14 UTC
 +++ PATCHES
-@@ -1,3 +1,4 @@
+@@ -0,0 +1 @@
 +patch-1.5.6.cb.reverse_reply.2
- patch-1.5.4.cd.ifdef.1
- vvv.quote
- vvv.initials
 --- init.h.orig	2018-11-29 22:55:14 UTC
 +++ init.h
 @@ -2820,6 +2820,13 @@ struct option_t MuttVars[] = {


More information about the svn-ports-all mailing list