diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-06-04 06:02:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-06-04 06:02:20 +0000 |
commit | 6847f4d9d847cd8e3e19964a6cf9b159708eebaf (patch) | |
tree | 1ccbfc3b2fc3e6b09d49c18082c8ddf0c003b37c /mail/neomutt | |
parent | 1293c5022603feffe184edf971579ad3cdfd5dbb (diff) | |
download | freebsd-ports-6847f4d9d847cd8e3e19964a6cf9b159708eebaf.zip |
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
Diffstat (limited to 'mail/neomutt')
-rw-r--r-- | mail/neomutt/Makefile | 2 | ||||
-rw-r--r-- | mail/neomutt/pkg-message | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/neomutt/Makefile b/mail/neomutt/Makefile index 14ced5d7c2a9..ea805ce2df56 100644 --- a/mail/neomutt/Makefile +++ b/mail/neomutt/Makefile @@ -2,7 +2,7 @@ PORTNAME= neomutt PORTVERSION= 20180716 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= mail diff --git a/mail/neomutt/pkg-message b/mail/neomutt/pkg-message index 7a38134d4431..5eb9203d1082 100644 --- a/mail/neomutt/pkg-message +++ b/mail/neomutt/pkg-message @@ -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" +} +] |