Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2019 06:20:21 +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: r503443 - in head/x11-fonts/crosextrafonts-caladea-ttf: . files
Message-ID:  <201906040620.x546KLBT043923@repo.freebsd.org>

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

Log:
  Only print the pkg-message during the first installation step

Modified:
  head/x11-fonts/crosextrafonts-caladea-ttf/Makefile
  head/x11-fonts/crosextrafonts-caladea-ttf/files/pkg-message.in

Modified: head/x11-fonts/crosextrafonts-caladea-ttf/Makefile
==============================================================================
--- head/x11-fonts/crosextrafonts-caladea-ttf/Makefile	Tue Jun  4 06:17:58 2019	(r503442)
+++ head/x11-fonts/crosextrafonts-caladea-ttf/Makefile	Tue Jun  4 06:20:20 2019	(r503443)
@@ -2,7 +2,7 @@
 
 PORTNAME=	crosextrafonts
 PORTVERSION=	20130214
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-fonts
 MASTER_SITES=	https://gsdview.appspot.com/chromeos-localmirror/distfiles/
 PKGNAMESUFFIX=	-caladea

Modified: head/x11-fonts/crosextrafonts-caladea-ttf/files/pkg-message.in
==============================================================================
--- head/x11-fonts/crosextrafonts-caladea-ttf/files/pkg-message.in	Tue Jun  4 06:17:58 2019	(r503442)
+++ head/x11-fonts/crosextrafonts-caladea-ttf/files/pkg-message.in	Tue Jun  4 06:20:20 2019	(r503443)
@@ -1,5 +1,12 @@
+[
+{
+	message: <<EOD
 You can start using the fonts by following these instructions:
 
 Add the following line to the "Files" section of your x.org configuration file:
 
 	FontPath "%%FONTSDIR%%/"
+EOD,
+	type : install
+}
+]



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