Date: Tue, 18 Jul 2017 01:55:10 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446124 - head/sysutils/py-salt Message-ID: <201707180155.v6I1tAtF073750@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 +@sample %%ETCDIR%%/master.sample +@sample %%ETCDIR%%/minion.sample %%PYTHON_SITELIBDIR%%/salt/_syspaths.py %%PYTHON_SITELIBDIR%%/salt/_syspaths.pyc %%PYTHON_SITELIBDIR%%/salt/_syspaths.pyo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707180155.v6I1tAtF073750>