svn commit: r446124 - head/sysutils/py-salt

Brad Davis brd at FreeBSD.org
Tue Jul 18 01:55:12 UTC 2017


Author: brd
Date: Tue Jul 18 01:55:10 2017
New Revision: 446124
URL: https://svnweb.freebsd.org/changeset/ports/446124

Log:
  Use @sample for the master and minion config files.
  
  PR:		217780
  Approved by:	Christer Edwards <christer.edwards at gmail.com> (maintainer)
  Approved by:	bdrewery (mentor, implicit)

Modified:
  head/sysutils/py-salt/Makefile
  head/sysutils/py-salt/pkg-plist

Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile	Tue Jul 18 01:10:29 2017	(r446123)
+++ head/sysutils/py-salt/Makefile	Tue Jul 18 01:55:10 2017	(r446124)
@@ -3,6 +3,7 @@
 
 PORTNAME=	salt
 PORTVERSION=	2016.11.6
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/sysutils/py-salt/pkg-plist
==============================================================================
--- head/sysutils/py-salt/pkg-plist	Tue Jul 18 01:10:29 2017	(r446123)
+++ head/sysutils/py-salt/pkg-plist	Tue Jul 18 01:55:10 2017	(r446124)
@@ -1,5 +1,5 @@
-%%ETCDIR%%/master.sample
-%%ETCDIR%%/minion.sample
+ at sample %%ETCDIR%%/master.sample
+ at sample %%ETCDIR%%/minion.sample
 %%PYTHON_SITELIBDIR%%/salt/_syspaths.py
 %%PYTHON_SITELIBDIR%%/salt/_syspaths.pyc
 %%PYTHON_SITELIBDIR%%/salt/_syspaths.pyo


More information about the svn-ports-all mailing list