summaryrefslogtreecommitdiff
path: root/mail/neomutt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-11-12 11:27:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-11-12 11:27:18 +0000
commit42c4a82597397b62c0541477a0b9df9b71a4a536 (patch)
tree37d9476cc76121ad6783540c040b5a8643b148a3 /mail/neomutt
parente8472f03df236f932997f6ae27e056cf3ccd55e5 (diff)
downloadfreebsd-ports-42c4a82597397b62c0541477a0b9df9b71a4a536.zip
Update to 2019-11-11
While here: - Remove the warning message during installation and only show it during upgrades (it only matters for people upgrading) - Add support for fmemopen(3) which should speed up some searches
Diffstat (limited to 'mail/neomutt')
-rw-r--r--mail/neomutt/Makefile3
-rw-r--r--mail/neomutt/distinfo6
-rw-r--r--mail/neomutt/pkg-message6
3 files changed, 5 insertions, 10 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile
index d869e84265de..bb4df0aca55a 100644
--- a/mail/neomutt/Makefile
+++ b/mail/neomutt/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= neomutt
-PORTVERSION= 20191102
+PORTVERSION= 20191111
CATEGORIES= mail
MAINTAINER= bapt@FreeBSD.org
@@ -43,6 +43,7 @@ SCREEN_DESC= Screen options
CONFIGURE_ARGS= --with-ssl="${OPENSSLBASE}" \
--locales-fix \
+ --fmemopen \
--mandir=${PREFIX}/man \
${ICONV_CONFIGURE_ARGS}
diff --git a/mail/neomutt/distinfo b/mail/neomutt/distinfo
index c7d583326ab3..10c02dc0dd7a 100644
--- a/mail/neomutt/distinfo
+++ b/mail/neomutt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572871902
-SHA256 (neomutt-neomutt-20191102_GH0.tar.gz) = 2feffde535323a5c96b8b2c895af2a32c46d25dc9d2e45ffc2d9ffaa06f73468
-SIZE (neomutt-neomutt-20191102_GH0.tar.gz) = 3224856
+TIMESTAMP = 1573552768
+SHA256 (neomutt-neomutt-20191111_GH0.tar.gz) = 29b9e9d7293157a8575808eb2ceb62ffb2f31be206405abc64fc37a4425e36f4
+SIZE (neomutt-neomutt-20191111_GH0.tar.gz) = 3225507
diff --git a/mail/neomutt/pkg-message b/mail/neomutt/pkg-message
index 5eb9203d1082..5c70a1881add 100644
--- a/mail/neomutt/pkg-message
+++ b/mail/neomutt/pkg-message
@@ -3,12 +3,6 @@
message: <<EOD
/!\ Neomutt no longer install binaries named "mutt" but "neomutt" /!\
EOD,
- type : install
-},
-{
- message: <<EOD
-/!\ Neomutt no longer install binaries named "mutt" but "neomutt" /!\
-EOD,
type = upgrade,
maximum_version = "20171013"
}