Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2019 06:08:05 +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: r503441 - in head/shells/zsh: . files
Message-ID:  <201906040608.x54685wW038633@repo.freebsd.org>

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

Log:
  Only show the pkg-message on installation, never do it on upgrades

Modified:
  head/shells/zsh/Makefile
  head/shells/zsh/files/pkg-message.in

Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile	Tue Jun  4 06:02:20 2019	(r503440)
+++ head/shells/zsh/Makefile	Tue Jun  4 06:08:05 2019	(r503441)
@@ -3,6 +3,7 @@
 
 PORTNAME=	zsh
 DISTVERSION=	5.7.1
+PORTSREVISION=	1
 CATEGORIES=	shells
 MASTER_SITES=	https://www.zsh.org/pub/ \
 		SF \

Modified: head/shells/zsh/files/pkg-message.in
==============================================================================
--- head/shells/zsh/files/pkg-message.in	Tue Jun  4 06:02:20 2019	(r503440)
+++ head/shells/zsh/files/pkg-message.in	Tue Jun  4 06:08:05 2019	(r503441)
@@ -1,3 +1,6 @@
+[
+{
+	message: <<EOD
 ==========================================================
 
 By default, zsh looks for system-wide defaults in
@@ -8,3 +11,7 @@ either move them to %%PREFIX%%/etc or rebuild zsh with
 ETCDIR option enabled.
 
 ==========================================================
+EOD,
+	type : install
+}
+]



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