Date: Wed, 25 Apr 2018 21:01:46 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468304 - head/sysutils/py-salt Message-ID: <201804252101.w3PL1kAC080847@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Apr 25 21:01:46 2018 New Revision: 468304 URL: https://svnweb.freebsd.org/changeset/ports/468304 Log: Fix msgpack dependency - Bump PORTREVISION for package change Tested by: Christer Edwards <christer.edwards@gmail.com> (maintainer) Modified: head/sysutils/py-salt/Makefile Modified: head/sysutils/py-salt/Makefile ============================================================================== --- head/sysutils/py-salt/Makefile Wed Apr 25 21:01:41 2018 (r468303) +++ head/sysutils/py-salt/Makefile Wed Apr 25 21:01:46 2018 (r468304) @@ -3,6 +3,7 @@ PORTNAME= salt PORTVERSION= 2018.3.0 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -91,6 +92,7 @@ post-patch: -e 's|/srv/pillar|${ETCDIR}/pillar|' ${WRKSRC}/${file} .endfor @${REINPLACE_CMD} -e 's|yumpkg5|pkgng|' ${WRKSRC}/conf/minion + @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/requirements/base.txt post-install: @${MKDIR} ${STAGEDIR}${ETCDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804252101.w3PL1kAC080847>