View | Details | Raw Unified | Return to bug 169228 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +4 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	salt
8
PORTNAME=	salt
9
PORTVERSION=	0.9.9.1
9
PORTVERSION=	0.10.0
10
CATEGORIES=	sysutils python
10
CATEGORIES=	sysutils python
11
MASTER_SITES=	https://github.com/downloads/saltstack/salt/
11
MASTER_SITES=	https://github.com/downloads/saltstack/salt/
12
12
Lines 26-32 Link Here
26
26
27
FETCH_ARGS=	-pRr
27
FETCH_ARGS=	-pRr
28
USE_PYTHON=	2.6-2.7
28
USE_PYTHON=	2.6-2.7
29
USE_PYDISTUTILS=yes
29
USE_PYDISTUTILS=easy_install
30
30
31
USE_RC_SUBR=	salt_master \
31
USE_RC_SUBR=	salt_master \
32
		salt_minion \
32
		salt_minion \
Lines 62-67 Link Here
62
	${MKDIR} ${ETCDIR}
62
	${MKDIR} ${ETCDIR}
63
	${INSTALL_DATA} ${WRKSRC}/conf/master.template ${PREFIX}/etc/salt/master.sample
63
	${INSTALL_DATA} ${WRKSRC}/conf/master.template ${PREFIX}/etc/salt/master.sample
64
	${INSTALL_DATA} ${WRKSRC}/conf/minion.template ${PREFIX}/etc/salt/minion.sample
64
	${INSTALL_DATA} ${WRKSRC}/conf/minion.template ${PREFIX}/etc/salt/minion.sample
65
	${MV} ${PYTHONPREFIX_SITELIBDIR}/${PYEASYINSTALL_EGG}/man/man1/* ${PREFIX}/man/man1
66
	${MV} ${PYTHONPREFIX_SITELIBDIR}/${PYEASYINSTALL_EGG}/man/man7/* ${PREFIX}/man/man7
65
	@${CAT} ${PKGMESSAGE}
67
	@${CAT} ${PKGMESSAGE}
66
68
67
.include <bsd.port.mk>
69
.include <bsd.port.mk>

Return to bug 169228