svn commit: r517324 - head/mail/neomutt
Baptiste Daroussin
bapt at FreeBSD.org
Tue Nov 12 11:27:19 UTC 2019
Author: bapt
Date: Tue Nov 12 11:27:18 2019
New Revision: 517324
URL: https://svnweb.freebsd.org/changeset/ports/517324
Log:
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
Modified:
head/mail/neomutt/Makefile
head/mail/neomutt/distinfo
head/mail/neomutt/pkg-message
Modified: head/mail/neomutt/Makefile
==============================================================================
--- head/mail/neomutt/Makefile Tue Nov 12 10:54:59 2019 (r517323)
+++ head/mail/neomutt/Makefile Tue Nov 12 11:27:18 2019 (r517324)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= neomutt
-PORTVERSION= 20191102
+PORTVERSION= 20191111
CATEGORIES= mail
MAINTAINER= bapt at FreeBSD.org
@@ -43,6 +43,7 @@ SCREEN_DESC= Screen options
CONFIGURE_ARGS= --with-ssl="${OPENSSLBASE}" \
--locales-fix \
+ --fmemopen \
--mandir=${PREFIX}/man \
${ICONV_CONFIGURE_ARGS}
Modified: head/mail/neomutt/distinfo
==============================================================================
--- head/mail/neomutt/distinfo Tue Nov 12 10:54:59 2019 (r517323)
+++ head/mail/neomutt/distinfo Tue Nov 12 11:27:18 2019 (r517324)
@@ -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
Modified: head/mail/neomutt/pkg-message
==============================================================================
--- head/mail/neomutt/pkg-message Tue Nov 12 10:54:59 2019 (r517323)
+++ head/mail/neomutt/pkg-message Tue Nov 12 11:27:18 2019 (r517324)
@@ -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"
}
More information about the svn-ports-all
mailing list