1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

mail/mu4e: Fix build after latest editors/emacs-devel update

The 'when' argument of `make-obsolete' and related functions was recently
made mandatory. [1] Update to pull in an upstream fix to
`define-obsolete-function-alias'. [2]

[1] 32c6732d16
[2] c311dc4d36

Reported by:	tcberner
Approved by:	portmgr (blanket, build fix)
This commit is contained in:
Joseph Mingrone 2021-01-23 02:42:40 +00:00
parent 99f5c168ed
commit f22ff06bd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=562365
2 changed files with 12 additions and 1 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= mu4e
PORTVERSION= 1.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= mail
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}

View File

@ -0,0 +1,11 @@
--- mu4e/mu4e-utils.el.orig 2021-01-23 02:05:25 UTC
+++ mu4e/mu4e-utils.el
@@ -1073,7 +1073,7 @@ in the background; otherwise, pop up a window."
(kill-process proc t))))
(define-obsolete-function-alias 'mu4e-interrupt-update-mail
- 'mu4e-kill-update-mail)
+ 'mu4e-kill-update-mail "1.0-alpha0")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;