svn commit: r515183 - in head/sysutils/nomad-pot-driver: . files

Luca Pizzamiglio pizzamig at FreeBSD.org
Tue Oct 22 09:12:40 UTC 2019


Author: pizzamig
Date: Tue Oct 22 09:12:39 2019
New Revision: 515183
URL: https://svnweb.freebsd.org/changeset/ports/515183

Log:
  sysutils/nomad-pot-driver: fix messages
  
  Fix pkg-message.in
  
  Sponsored by:	trivago.N.V.

Modified:
  head/sysutils/nomad-pot-driver/Makefile
  head/sysutils/nomad-pot-driver/files/pkg-message.in

Modified: head/sysutils/nomad-pot-driver/Makefile
==============================================================================
--- head/sysutils/nomad-pot-driver/Makefile	Tue Oct 22 09:12:07 2019	(r515182)
+++ head/sysutils/nomad-pot-driver/Makefile	Tue Oct 22 09:12:39 2019	(r515183)
@@ -4,7 +4,7 @@ PORTNAME=	nomad-pot-driver
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.2
 DISTVERSIONSUFFIX=	-11-g412dbeb
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 
 MAINTAINER=	pizzamig at FreeBSD.org

Modified: head/sysutils/nomad-pot-driver/files/pkg-message.in
==============================================================================
--- head/sysutils/nomad-pot-driver/files/pkg-message.in	Tue Oct 22 09:12:07 2019	(r515182)
+++ head/sysutils/nomad-pot-driver/files/pkg-message.in	Tue Oct 22 09:12:39 2019	(r515183)
@@ -2,13 +2,13 @@
 { type: install
   message: <<EOM
 The plugin is installed in %%PREFIX%%/libexec/nomad/plugins
-Please the value of plugin_dir to this value in your server.hcl nomad configuration file
+Please set the variable "plugin_dir" to this value in your server.hcl nomad configuration file
 EOM
 }
-{ type: deinstall
+{ type: remove
   message: <<EOM
 The plugin is removed from %%PREFIX%%/libexec/nomad/plugins
-Please, feel free to remove the plugin_dir from your server.hcl nomad configuration file
+Please, feel free to remove the plugin_dir variable from your server.hcl nomad configuration file
 EOM
 }
 ]


More information about the svn-ports-head mailing list