svn commit: r503440 - head/mail/neomutt

Baptiste Daroussin bapt at FreeBSD.org
Tue Jun 4 06:02:21 UTC 2019


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"
+}
+]


More information about the svn-ports-all mailing list