Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jun 2019 20:02:36 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505368 - head/print/pdf-tools
Message-ID:  <201906292002.x5TK2aet045048@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Sat Jun 29 20:02:36 2019
New Revision: 505368
URL: https://svnweb.freebsd.org/changeset/ports/505368

Log:
  print/pdf-tools: UCLize pkg-message and only show it upon install

Modified:
  head/print/pdf-tools/Makefile   (contents, props changed)
  head/print/pdf-tools/pkg-message   (contents, props changed)

Modified: head/print/pdf-tools/Makefile
==============================================================================
--- head/print/pdf-tools/Makefile	Sat Jun 29 19:08:57 2019	(r505367)
+++ head/print/pdf-tools/Makefile	Sat Jun 29 20:02:36 2019	(r505368)
@@ -3,7 +3,7 @@
 PORTNAME=	pdf-tools
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.90
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	print elisp
 PKGNAMESUFFIX=	${EMACS_PKGNAMESUFFIX}
 

Modified: head/print/pdf-tools/pkg-message
==============================================================================
--- head/print/pdf-tools/pkg-message	Sat Jun 29 19:08:57 2019	(r505367)
+++ head/print/pdf-tools/pkg-message	Sat Jun 29 20:02:36 2019	(r505368)
@@ -1,5 +1,13 @@
-############################################
-Add this line to your Emacs initialization.
+[
+{
+message: <<EOT
+Final pdf-tools setup instructions:
 
+Add the line below to your Emacs initialization.
+
 (load "pdf-tools-init.el")
-############################################
+
+EOT
+  type: install
+}
+]



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