Created attachment 143696 [details] patch maintainer update : sysutils/py-salt 2014.1.5
Please add also the following patch to the py-salt/Makefile, so the minion example contains the new pkgng provider instead yum. Index: Makefile =================================================================== --- Makefile (revision 357750) +++ Makefile (working copy) @@ -58,6 +58,7 @@ -e 's|/srv/salt|${ETCDIR}/states|' \ -e 's|/srv/pillar|${ETCDIR}/pillar|' ${WRKSRC}/${file} .endfor + @${REINPLACE_CMD} -e 's|yumpkg5|pkgng|' ${WRKSRC}/conf/minion post-install: @${MKDIR} ${STAGEDIR}${ETCDIR}
Hi Christer, it seems that the archive was rerolled recently: http://pypi.python.org/packages/source/s/salt/salt-2014.1.5.tar.gz: size mismatch: expected 2801119, actual 2800978 Do you know what induced this change in package size? Thanks for your feedback, Frederic
Created attachment 143811 [details] updated patch Upstream rerolled the archive with a last minute fix since I generated the patch. Attached updated patch with suggested changes.
A commit references this bug: Author: culot Date: Fri Jun 20 07:22:45 UTC 2014 New revision: 358515 URL: http://svnweb.freebsd.org/changeset/ports/358515 Log: - Update to 2014.1.5 [1] - Adapt the minion example to pkgng [2] PR: ports/190952 Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer) [1], ohauer@ [2] Changes: head/sysutils/py-salt/Makefile head/sysutils/py-salt/distinfo