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

Frederic Culot culot at FreeBSD.org
Fri Jun 20 07:22:45 UTC 2014


Author: culot
Date: Fri Jun 20 07:22:45 2014
New Revision: 358515
URL: http://svnweb.freebsd.org/changeset/ports/358515
QAT: https://qat.redports.org/buildarchive/r358515/

Log:
  - Update to 2014.1.5 [1]
  - Adapt the minion example to pkgng [2]
  
  PR:		ports/190952
  Submitted by:	Christer Edwards <christer.edwards at gmail.com> (maintainer) [1],
  		ohauer@ [2]

Modified:
  head/sysutils/py-salt/Makefile
  head/sysutils/py-salt/distinfo

Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile	Fri Jun 20 07:12:22 2014	(r358514)
+++ head/sysutils/py-salt/Makefile	Fri Jun 20 07:22:45 2014	(r358515)
@@ -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}

Modified: head/sysutils/py-salt/distinfo
==============================================================================
--- head/sysutils/py-salt/distinfo	Fri Jun 20 07:12:22 2014	(r358514)
+++ head/sysutils/py-salt/distinfo	Fri Jun 20 07:22:45 2014	(r358515)
@@ -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


More information about the svn-ports-all mailing list