mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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
This commit is contained in:
parent
e8472f03df
commit
42c4a82597
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517324
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
@ -2,12 +2,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"
|
||||
|
Loading…
Reference in New Issue
Block a user