Lines 1-9
Link Here
|
1 |
# Created by: Christer Edwards <christer.edwards@gmail.com> |
1 |
# Created by: Christer Edwards <christer.edwards@gmail.com> |
2 |
# $FreeBSD: head/sysutils/py-salt/Makefile 468304 2018-04-25 21:01:46Z sunpoet $ |
2 |
# $FreeBSD: head/sysutils/py-salt/Makefile 467246 2018-04-13 16:06:33Z garga $ |
3 |
|
3 |
|
4 |
PORTNAME= salt |
4 |
PORTNAME= salt |
5 |
PORTVERSION= 2018.3.0 |
5 |
PORTVERSION= 2018.3.0 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 2 |
7 |
CATEGORIES= sysutils python |
7 |
CATEGORIES= sysutils python |
8 |
MASTER_SITES= CHEESESHOP |
8 |
MASTER_SITES= CHEESESHOP |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 32-37
Link Here
|
32 |
USE_PYTHON= autoplist distutils |
32 |
USE_PYTHON= autoplist distutils |
33 |
NO_ARCH= yes |
33 |
NO_ARCH= yes |
34 |
|
34 |
|
|
|
35 |
PYDISTUTILS_INSTALLARGS=-c --prefix=${PREFIX} |
36 |
|
35 |
# we must pass these options before the target name, and python.mk has no |
37 |
# we must pass these options before the target name, and python.mk has no |
36 |
# early-arguments variable, so we have to manipulate the target |
38 |
# early-arguments variable, so we have to manipulate the target |
37 |
PYDISTUTILS_INSTALL_TARGET=\ |
39 |
PYDISTUTILS_INSTALL_TARGET=\ |
Lines 94-99
Link Here
|
94 |
@${REINPLACE_CMD} -e 's|yumpkg5|pkgng|' ${WRKSRC}/conf/minion |
96 |
@${REINPLACE_CMD} -e 's|yumpkg5|pkgng|' ${WRKSRC}/conf/minion |
95 |
@${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/requirements/base.txt |
97 |
@${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/requirements/base.txt |
96 |
|
98 |
|
|
|
99 |
|
97 |
post-install: |
100 |
post-install: |
98 |
@${MKDIR} ${STAGEDIR}${ETCDIR} |
101 |
@${MKDIR} ${STAGEDIR}${ETCDIR} |
99 |
${INSTALL_DATA} ${WRKSRC}/conf/master ${STAGEDIR}${ETCDIR}/master.sample |
102 |
${INSTALL_DATA} ${WRKSRC}/conf/master ${STAGEDIR}${ETCDIR}/master.sample |