diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-06-10 15:21:07 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2024-06-10 15:21:07 +0900 |
commit | eb5ac96a5d2586626ac5f10fc43cd931ad8c1b1b (patch) | |
tree | 8af65235a17bb07df08c04fb32257fc7a43b4718 /mail/mew-devel/files | |
parent | databases/pg.el: Update to 0.35 (diff) |
mail/mew-devel: Update to latest snapshot
Diffstat (limited to 'mail/mew-devel/files')
-rw-r--r-- | mail/mew-devel/files/patch-elisp_Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/mail/mew-devel/files/patch-elisp_Makefile b/mail/mew-devel/files/patch-elisp_Makefile deleted file mode 100644 index beee83dacd1e..000000000000 --- a/mail/mew-devel/files/patch-elisp_Makefile +++ /dev/null @@ -1,40 +0,0 @@ ---- elisp/Makefile.orig 2024-04-30 03:05:45 UTC -+++ elisp/Makefile -@@ -28,12 +28,12 @@ OBJS = mew-addrbook.elc mew-attach.elc mew-auth.elc \ - mew-message.elc mew-mime.elc mew-minibuf.elc \ - mew-mule.elc mew-mule3.elc \ - mew-net.elc mew-nntp.elc mew-nntp2.elc \ -- mew-pgp.elc mew-pick.elc mew-pop.elc \ -- mew-refile.elc mew-scan.elc mew-smime.elc \ -- mew-search.elc mew-smtp.elc mew-sort.elc \ -- mew-ssh.elc mew-ssl.elc mew-passwd.elc \ -- mew-summary.elc mew-summary2.elc mew-summary3.elc \ -- mew-summary4.elc mew-syntax.elc \ -+ mew-oauth2.elc mew-pgp.elc mew-pick.elc \ -+ mew-pop.elc mew-refile.elc mew-scan.elc \ -+ mew-smime.elc mew-search.elc mew-smtp.elc \ -+ mew-sort.elc mew-ssh.elc mew-ssl.elc \ -+ mew-passwd.elc mew-summary.elc mew-summary2.elc \ -+ mew-summary3.elc mew-summary4.elc mew-syntax.elc \ - mew-thread.elc mew-unix.elc \ - mew-vars.elc mew-vars2.elc mew-vars3.elc \ - mew-varsx.elc mew-virtual.elc \ -@@ -54,12 +54,12 @@ SRCS = mew-addrbook.el mew-attach.el mew-auth.el \ - mew-message.el mew-mime.el mew-minibuf.el \ - mew-mule.el mew-mule3.el \ - mew-net.el mew-nntp.el mew-nntp2.el \ -- mew-pgp.el mew-pick.el mew-pop.el \ -- mew-refile.el mew-scan.el mew-smime.el \ -- mew-search.el mew-smtp.el mew-sort.el \ -- mew-ssh.el mew-ssl.el mew-passwd.el \ -- mew-summary.el mew-summary2.el mew-summary3.el \ -- mew-summary4.el mew-syntax.el \ -+ mew-oauth2.el mew-pgp.el mew-pick.el \ -+ mew-pop.el mew-refile.el mew-scan.el \ -+ mew-smime.el mew-search.el mew-smtp.el \ -+ mew-sort.el mew-ssh.el mew-ssl.el \ -+ mew-passwd.el mew-summary.el mew-summary2.el \ -+ mew-summary3.el mew-summary4.el mew-syntax.el \ - mew-thread.el mew-unix.el \ - mew-vars.el mew-vars2.el mew-vars3.el \ - mew-varsx.el mew-virtual.el \ |