Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2019 06:02:20 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503440 - head/mail/neomutt
Message-ID:  <201906040602.x5462KgC038294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Jun  4 06:02:20 2019
New Revision: 503440
URL: https://svnweb.freebsd.org/changeset/ports/503440

Log:
  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

Modified:
  head/mail/neomutt/Makefile
  head/mail/neomutt/pkg-message

Modified: head/mail/neomutt/Makefile
==============================================================================
--- head/mail/neomutt/Makefile	Tue Jun  4 05:35:36 2019	(r503439)
+++ head/mail/neomutt/Makefile	Tue Jun  4 06:02:20 2019	(r503440)
@@ -2,7 +2,7 @@
 
 PORTNAME=	neomutt
 PORTVERSION=	20180716
-PORTREVISION=	3
+PORTREVISION=	4
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	mail
 

Modified: head/mail/neomutt/pkg-message
==============================================================================
--- head/mail/neomutt/pkg-message	Tue Jun  4 05:35:36 2019	(r503439)
+++ head/mail/neomutt/pkg-message	Tue Jun  4 06:02:20 2019	(r503440)
@@ -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"
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906040602.x5462KgC038294>