svn commit: r505368 - head/print/pdf-tools
Joseph Mingrone
jrm at FreeBSD.org
Sat Jun 29 20:02:37 UTC 2019
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
+}
+]
More information about the svn-ports-all
mailing list