Convert pkg-message to ucl format.

It means the message specifying the rename of the binary mutt to neomutt
will only be shown to people installing neomutt from the first time
and to people upgrading from a version of neomutt which used to have the
binary named mutt
This commit is contained in:
Baptiste Daroussin 2019-06-04 06:02:20 +00:00
parent 1293c50226
commit 6847f4d9d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503440
2 changed files with 15 additions and 1 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= neomutt
PORTVERSION= 20180716
PORTREVISION= 3
PORTREVISION= 4
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= mail

View File

@ -1 +1,15 @@
[
{
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"
}
]