1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

30 Commits

Author SHA1 Message Date
Olli Hauer
690ff0df0b - update to 2014.1.4
- sort pkg-plist with `make makeplist'

Salt 2014.1.4 Release Notes
===========================
- Fix setup.py dependency issue (:issue:`12031`)
- Fix handling for IOErrors under certain circumstances (:issue:`11783` and :issue:`11853`)
- Fix fatal exception when ``/proc/1/cgroup`` is not readable (:issue:`11619`)
- Fix os grains for OpenSolaris (:issue:`11907`)
- Fix ``lvs.zero`` module argument pass-through (:issue:`9001`)
- Fix bug in ``debian_ip`` interaction with ``network.system`` state (:issue:`11164`)
- Remove bad binary package verification code (:issue:`12177`)
- Fix traceback in solaris package installation (:issue:`12237`)
- Fix ``file.directory`` state symlink handling (:issue:`12209`)
- Remove ``external_ip`` grain
- Fix ``file.managed`` makedirs issues (:issue:`10446`)
- Fix hang on non-existent Windows drive letter for ``file`` module (:issue:`9880`)
- Fix salt minion caching all users on the server (:issue:`9743`)

PR:		ports/189377
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2014-05-05 21:28:02 +00:00
Johannes Jost Meixner
8b47580e61 sysutils/py-salt: upgrade to 2014.1.3
- Upgrade to 2014.1.3
- Add py-pyzmq BUILD_DEPENDS

Changelog:

* Fix a regression in 2014.1.2
* http://docs.saltstack.com/en/latest/topics/releases/2014.1.2.html

PR:	ports/188756
Approved by:	christer.edwards@gmail.com (maintainer)
Approved by:	koobs (mentor)
2014-04-18 15:26:03 +00:00
Kubilay Kocak
61f8dc857b Chase py-pyzmq category move for py-salt, ipython and py-kombu
Update py-pyzmq dependency entries for:

 - sysutils/py-salt
 - devel/ipython
 - net/py-kombu
2014-03-22 07:35:35 +00:00
Veniamin Gvozdikov
d8e9063991 - Update to 2014.1.1
PR:		ports/187738
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2014-03-21 10:43:06 +00:00
Veniamin Gvozdikov
062a1e423b - Bump version
- Update to 2014.1.0
- Moved py-salt-cloud because py-salt included cloud part
- Link to full changelog:
http://docs.saltstack.com/topics/releases/2014.1.0.html

PR:		ports/186950
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2014-03-19 07:03:52 +00:00
Veniamin Gvozdikov
94bd6e5ed0 Update to lastest version, changelog:
- Fix user.present states with non-string fullname (issue 9085)
- Fix virt.init return value on failure (issue 6870)
- Fix reporting of file.blockreplace state when test=True
- Fix network.interfaces when used in cron (issue 7990)
- Fix bug in pkgrepo when switching to/from mirrorlist-based repo def
  (issue 9121)
- Fix infinite recursion when cache file is corrupted
- Add checking for rev and mirror/bare args in git.latest (issue 9107)
- Add cmd.watch alias (points to cmd.wait) (issue 8612)
- Fix stacktrace when prereq is not formed as a list (issue 8235)
- Fix stdin issue with lvdisplay command (issue 9128)
- Add pre-check function for range matcher (issue 9236)
- Add exception handling for psutil for processes that go missing
  (issue 9274)
- Allow _in requisites to match both on ID and name (issue 9061)
- Fix multiple client timeout issues (issue 7157 and issue 9302, probably
  others)
- Fix ZMQError: Operation cannot be accomplished in current state errors
  (issue 6306)
- Multiple optimization in minion auth routines
- Clarify logs for minion ID caching

PR:		ports/186149
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2014-01-29 19:05:16 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Veniamin Gvozdikov
5a84d768c2 - Up to 0.17.4
Full changelog http://docs.saltstack.com/topics/releases/0.17.4.html

PR:		ports/184696
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2014-01-03 20:17:53 +00:00
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Sunpoet Po-Chuan Hsieh
3c13374d32 - Update to 0.17.3
Changes:	https://github.com/saltstack/salt/commits/develop
PR:		ports/184637
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-12-09 19:31:16 +00:00
Veniamin Gvozdikov
e30def9220 - Update to 0.17.2
- Removed client patch because contained at that version

PR:		ports/183969
Submitted by:	maintainer
2013-11-14 21:17:27 +00:00
Veniamin Gvozdikov
52c43e093b - Added pach which fixed md5sum to md5
PR:		ports/183766
Submitted by:	Michael Gmelin <freebsd@grem.de>
Approved by:	maintainer
2013-11-11 15:38:54 +00:00
Veniamin Gvozdikov
178e074d64 - Fixed pkgng support with custom path to db
PR:		ports/183492
Submitted by:	myself
Approved by:	eadler, osa, rm (mentors, implicit), Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-10-31 20:48:47 +00:00
Veniamin Gvozdikov
f6502a6a6c - Update sysutils/py-salt from 0.16.4 to 0.17.1
- Staging support

PR:		ports/183348
Submitted by:	Denis Generalov <gd@rambler-co.ru>
Approved by:	eadler, osa, rm (mentors, implicit), Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-10-29 19:11:18 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Frederic Culot
2548eeeeff - Update to 0.16.4
PR:		ports/181926
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-09-09 14:16:06 +00:00
Sunpoet Po-Chuan Hsieh
b2f43548b9 - 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@gmail.com> (maintainer)
2013-08-17 08:40:34 +00:00
Sofian Brabez
7b92f72f8f - Update to 0.16.0
PR:		ports/180388
Submitted by:	Christer Edwards <christer.edwards at gmail.com> (maintainer)
2013-07-09 15:52:03 +00:00
Frederic Culot
239bc37c09 - Update to 0.15.3
PR:		ports/179265
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-06-05 09:05:45 +00:00
Martin Wilke
6f88b5e1ac - Update to 0.15.1
PR:		178453
Submitted by:	maintainer
2013-05-14 16:34:28 +00:00
Frederic Culot
c5708467e2 - Update to 0.15.0
PR:		ports/178328
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-05-06 13:42:46 +00:00
Frederic Culot
c3fad176f7 - Update to 0.14.1
PR:		ports/178111
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-04-24 17:37:17 +00:00
Ruslan Makhmatkhanov
8b519d1fe9 - update to 0.14.0
PR:		177326
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-03-24 05:34:07 +00:00
Ruslan Makhmatkhanov
2c827a1963 - update to 0.13.3
- fix pillar path
- fix problem, mentioned in ports/176489

PR:		177144
Submitted by:	Denis Generalov <gd@rambler-co.ru>
Approved by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-03-23 06:04:41 +00:00
Frederic Culot
c188c4c13a - Update to 0.13.2
PR:		ports/176921
Submitted by:	Denis Generalov <gd@rambler-co.ru>
Approved by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-03-14 08:15:46 +00:00
Frederic Culot
daf66f13e8 - Update to 0.13.1
PR:             ports/176371
Submitted by:   Geoff Garside <freebsd@geoffgarside.co.uk>
Approved by:    Christer Edwards <christer.edwards@gmail.com> (maintainer)
2013-02-24 08:26:16 +00:00
Jason Helfman
9e5315b040 - update to 0.13.0
PR:		176126
Submitted by:	gd@rambler-co.ru
Approved by:	maintainer, christer.edwards@gmail.com
2013-02-15 18:46:12 +00:00
Jason Helfman
21682067f4 - chase 311078, adjust dependencies and set python_pkgnameprefix 2013-01-27 21:04:35 +00:00
Jason Helfman
fe74b8ce10 - shift origins for consistentcy with other Python ports
Submitted by:	jgh@
Approved by:	maintainer, christer.edwards@gmail.com
2013-01-27 21:02:19 +00:00