svn commit: r460257 - in head/sysutils/pot: . files

Luca Pizzamiglio pizzamig at FreeBSD.org
Mon Jan 29 11:21:57 UTC 2018


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 at 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
+ at sample %%ETCDIR%%/pot.conf.sample
 %%ETCDIR%%/pot.default.conf
 %%DATADIR%%/add-dep.sh
 %%DATADIR%%/add-fscomp.sh


More information about the svn-ports-all mailing list