Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2018 11:21:56 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460257 - in head/sysutils/pot: . files
Message-ID:  <201801291121.w0TBLuni075559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Mon Jan 29 11:21:55 2018
New Revision: 460257
URL: https://svnweb.freebsd.org/changeset/ports/460257

Log:
  sysutils/pot: Add pkg-message and sample macro
  
  Adopt the pkg-message
  Adopt the @sample macro in the pkg-plist
  Bump PORTREVISION

Added:
  head/sysutils/pot/files/
  head/sysutils/pot/files/pkg-message.in   (contents, props changed)
Modified:
  head/sysutils/pot/Makefile
  head/sysutils/pot/pkg-plist

Modified: head/sysutils/pot/Makefile
==============================================================================
--- head/sysutils/pot/Makefile	Mon Jan 29 11:18:02 2018	(r460256)
+++ head/sysutils/pot/Makefile	Mon Jan 29 11:21:55 2018	(r460257)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pot
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	pizzamig@FreeBSD.org

Added: head/sysutils/pot/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/pot/files/pkg-message.in	Mon Jan 29 11:21:55 2018	(r460257)
@@ -0,0 +1,5 @@
+Now, before to run 'pot init', it would be wise to edit the configuration file
+
+Do not edit pot.default.conf, but pot.conf instead.
+Configuration files are stored in %%ETCDIR%%/
+

Modified: head/sysutils/pot/pkg-plist
==============================================================================
--- head/sysutils/pot/pkg-plist	Mon Jan 29 11:18:02 2018	(r460256)
+++ head/sysutils/pot/pkg-plist	Mon Jan 29 11:21:55 2018	(r460257)
@@ -1,6 +1,6 @@
 bin/pot
 %%ETCDIR%%/flavours/dns.sh
-%%ETCDIR%%/pot.conf.sample
+@sample %%ETCDIR%%/pot.conf.sample
 %%ETCDIR%%/pot.default.conf
 %%DATADIR%%/add-dep.sh
 %%DATADIR%%/add-fscomp.sh



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