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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 25 21:01:47 UTC 2018


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 at 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}


More information about the svn-ports-head mailing list