diff options
author | culot <culot@FreeBSD.org> | 2014-06-20 15:22:45 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-06-20 15:22:45 +0800 |
commit | 49cbb0f882611f479aed7b64a9fc95bc2fc2ad47 (patch) | |
tree | b8e048fc1661f53170025336baaef60e3b9b2349 | |
parent | 28f74312b4165d099d2374db298ace9fce2cddc4 (diff) | |
download | freebsd-ports-gnome-49cbb0f882611f479aed7b64a9fc95bc2fc2ad47.tar.gz freebsd-ports-gnome-49cbb0f882611f479aed7b64a9fc95bc2fc2ad47.tar.zst freebsd-ports-gnome-49cbb0f882611f479aed7b64a9fc95bc2fc2ad47.zip |
- Update to 2014.1.5 [1]
- Adapt the minion example to pkgng [2]
PR: ports/190952
Submitted by: Christer Edwards <christer.edwards@gmail.com> (maintainer) [1],
ohauer@ [2]
-rw-r--r-- | sysutils/py-salt/Makefile | 3 | ||||
-rw-r--r-- | 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 |