update to neomutt-20200925
This commit is contained in:
parent
b6c64d0af2
commit
44a244716e
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2020/09/10 08:38:48 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2020/10/02 18:50:58 sthen Exp $
|
||||
|
||||
COMMENT= tty-based e-mail client, Mutt with patches
|
||||
|
||||
GH_ACCOUNT= neomutt
|
||||
GH_PROJECT= neomutt
|
||||
GH_TAGNAME= 20200821
|
||||
GH_TAGNAME= 20200925
|
||||
|
||||
CATEGORIES= mail
|
||||
HOMEPAGE= https://neomutt.org/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (neomutt-20200821.tar.gz) = QjPQPgMiCiuoCWqygGHhLvU4JZ/X0yrUQarVIHsXs5A=
|
||||
SIZE (neomutt-20200821.tar.gz) = 3404856
|
||||
SHA256 (neomutt-20200925.tar.gz) = 3OyY6iRU12lf+SGEwzoAUcKzxGMg+B94icRYDJQxQN0=
|
||||
SIZE (neomutt-20200925.tar.gz) = 3440056
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-auto_def,v 1.11 2020/09/01 10:50:55 sthen Exp $
|
||||
$OpenBSD: patch-auto_def,v 1.12 2020/10/02 18:50:59 sthen Exp $
|
||||
|
||||
Index: auto.def
|
||||
--- auto.def.orig
|
||||
+++ auto.def
|
||||
@@ -551,6 +551,7 @@ if {[get-define want-sasl]} {
|
||||
@@ -552,6 +552,7 @@ if {[get-define want-sasl]} {
|
||||
define USE_SASL
|
||||
define-feature SASL
|
||||
} else {
|
||||
@ -11,7 +11,7 @@ Index: auto.def
|
||||
foreach sasl_lib {sasl2 sasl} {
|
||||
if {[check-inc-and-lib sasl [opt-val with-sasl $prefix] \
|
||||
sasl/sasl.h sasl_encode64 $sasl_lib]} {
|
||||
@@ -560,6 +561,7 @@ if {[get-define want-sasl]} {
|
||||
@@ -561,6 +562,7 @@ if {[get-define want-sasl]} {
|
||||
break
|
||||
}
|
||||
}
|
||||
@ -19,7 +19,7 @@ Index: auto.def
|
||||
if {![get-define USE_SASL]} {
|
||||
user-error "Unable to find SASL"
|
||||
}
|
||||
@@ -1267,13 +1269,6 @@ set bare_rep {
|
||||
@@ -1280,13 +1282,6 @@ set bare_rep {
|
||||
}
|
||||
set str_rep {
|
||||
PACKAGE_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user