svn commit: r324835 - head/sysutils/py-salt
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 17 08:40:36 UTC 2013
Author: sunpoet
Date: Sat Aug 17 08:40:34 2013
New Revision: 324835
URL: http://svnweb.freebsd.org/changeset/ports/324835
Log:
- Update to 0.16.3
- While I'm here, add PyPI link as WWW
Changes: http://docs.saltstack.com/topics/releases/0.16.3.html
http://docs.saltstack.com/topics/releases/0.16.2.html
PR: ports/181001, ports/181168
Submitted by: Christer Edwards <christer.edwards at gmail.com> (maintainer)
Modified:
head/sysutils/py-salt/Makefile
head/sysutils/py-salt/distinfo
head/sysutils/py-salt/pkg-descr
Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile Sat Aug 17 08:36:30 2013 (r324834)
+++ head/sysutils/py-salt/Makefile Sat Aug 17 08:40:34 2013 (r324835)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= salt
-PORTVERSION= 0.16.0
+PORTVERSION= 0.16.3
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/sysutils/py-salt/distinfo
==============================================================================
--- head/sysutils/py-salt/distinfo Sat Aug 17 08:36:30 2013 (r324834)
+++ head/sysutils/py-salt/distinfo Sat Aug 17 08:40:34 2013 (r324835)
@@ -1,2 +1,2 @@
-SHA256 (salt-0.16.0.tar.gz) = 2f79012838a5e674f5cd2126326606bffc3b3cb24c33d8667a11158241b656fc
-SIZE (salt-0.16.0.tar.gz) = 3523789
+SHA256 (salt-0.16.3.tar.gz) = 6ddf6802ea8957dcc4434c2b0177a9bcadc9979f6a1c370f5ef20859ffadd18f
+SIZE (salt-0.16.3.tar.gz) = 3543283
Modified: head/sysutils/py-salt/pkg-descr
==============================================================================
--- head/sysutils/py-salt/pkg-descr Sat Aug 17 08:36:30 2013 (r324834)
+++ head/sysutils/py-salt/pkg-descr Sat Aug 17 08:40:34 2013 (r324835)
@@ -4,4 +4,5 @@ Salt : Remote Execution and State Manage
Salt is a powerful remote execution and state manager that can be
used to administer servers in a fast and efficient way.
-WWW: http://saltstack.org
+WWW: https://pypi.python.org/pypi/salt
+WWW: http://saltstack.org/
More information about the svn-ports-all
mailing list