From 49cbb0f882611f479aed7b64a9fc95bc2fc2ad47 Mon Sep 17 00:00:00 2001 From: culot Date: Fri, 20 Jun 2014 07:22:45 +0000 Subject: - Update to 2014.1.5 [1] - Adapt the minion example to pkgng [2] PR: ports/190952 Submitted by: Christer Edwards (maintainer) [1], ohauer@ [2] --- sysutils/py-salt/Makefile | 3 ++- sysutils/py-salt/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile index 5b48769e4f78..5c18f96a2148 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= salt -PORTVERSION= 2014.1.4 +PORTVERSION= 2014.1.5 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -58,6 +58,7 @@ post-patch: -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} diff --git a/sysutils/py-salt/distinfo b/sysutils/py-salt/distinfo index ef4ea4d56ddf..d96f7bf9b86c 100644 --- a/sysutils/py-salt/distinfo +++ b/sysutils/py-salt/distinfo @@ -1,2 +1,2 @@ -SHA256 (salt-2014.1.4.tar.gz) = bc501c50cef7af9ce857b6f4a7c34b0238cc6a2810e4bd6e3ff7e0bfb082343f -SIZE (salt-2014.1.4.tar.gz) = 2812489 +SHA256 (salt-2014.1.5.tar.gz) = 0b69e831b0446f3bee47407a8cb455eb0fd05fbdf4b27abeff10dd29e0ca8e1d +SIZE (salt-2014.1.5.tar.gz) = 2800978 -- cgit