Commit graph

67 commits

Author SHA1 Message Date
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Matthew Seaman
cd06482729 Update to 2.0.1.0
This is primarily a bugfix release.  This also includes a merge of the
two local bugfix patches.

ChangeLog:	 https://raw.githubusercontent.com/ansible/ansible/v2.0.1.0-1/CHANGELOG.md

PR:		207490
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-02-25 23:05:59 +00:00
Matthew Seaman
30d0cb9c5f Backport upstream patch to fix overquoting of commands run via su
PR:		206591
Submitted by:	leeb@ratnaling.org
Approved by:	lifanov@mail.lifanov.com (maintainer)
Obtained from:	6bf2f45ff5
2016-01-28 10:11:32 +00:00
Dmitry Marakasov
b57b999168 - Add dependency on py-netaddr needed for ipaddr() filter
- Switch to options helpers

PR:		206656
Submitted by:	amdmi3
Approved by:	lifanov@mail.lifanov.com (maintainer)
2016-01-27 14:49:44 +00:00
Matthew Seaman
370431e01c Fix default low-level command submission
-- on FreeBSD root's default shell (/bin/csh) would fail to
     understand the /bin/sh syntax ansible issues.

Import the fix from upstream.

PR:		206498
Submitted by:	matthew
Approved by:	lifanov@mail.lifanov.com (maintainer)
Obtained from:	8647fdc7f2
2016-01-22 17:30:58 +00:00
Matthew Seaman
41925397ca Add notes to pkg-message about the SEM option being required in python
PR:		206320
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-01-18 07:07:10 +00:00
Matthew Seaman
762c9517e2 Update to 2.0.0.2
PR:		206290
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-01-15 14:48:44 +00:00
Matthew Seaman
289e201835 Update to 2.0.0.1
This contains several minor fixes and adds back man pages (like in 1.x
series).

This allows us to remove a heavy build dependency on asciidoc toolkit.

PR:		206206
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-01-13 17:11:09 +00:00
Matthew Seaman
8d78c260fa Upgrade ansible to 2.0.0
Provide an ansible1 slave port with ansible-1.9.4 as there are
incompatible changes between ansible-1.9.4 and ansible-2.0.0

Add note in UPDATING

PR:		206174
Submitted by:	lifanov@mail.lifanov.com (maintainer)
2016-01-13 07:41:27 +00:00
Matthew Seaman
aa20890c92 Update LICENSE to new GPLv3+
PR:		206161
Submitted by:	maintainer
2016-01-12 16:14:50 +00:00
Frederic Culot
285dd7d986 - Update to 1.9.4
PR:		203723
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2015-10-12 14:32:29 +00:00
Jason Unovitch
c24ff7b7c2 sysutils/ansible: update 1.9.2 -> 1.9.3 and add NO_ARCH
Changes:
https://raw.githubusercontent.com/ansible/ansible/v1.9.3-1/CHANGELOG.md

PR:		202895
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2015-09-17 23:29:27 +00:00
Alex Dupre
f2f93ca9be Fix managing non-FreeBSD hosts.
PR:		202799
Submitted by:	merlin@merlinsbox.net
Approved by:	maintainer
2015-09-04 05:49:51 +00:00
Bartek Rutkowski
354eadb33f sysutils/ansible: update 1.9.1 -> 1.9.2
* Security fix for CVE-2015-3908
* Security fix for jail, zone and chroot plugins
* Bugfixes: https://raw.githubusercontent.com/ansible/ansible/v1.9.2-1/CHANGELOG.md

PR:		201200
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
MFH:		2015Q2
2015-06-30 11:45:31 +00:00
Vanilla I. Shu
e8f78e1e9a Upgrade to 1.9.1
PR:		199766
Submitted by:	maintainer
2015-04-29 06:57:39 +00:00
Kurt Jaeger
c757a085be sysutils/ansible: 1.8.4 -> 1.9.0.1
Changes:
https://raw.githubusercontent.com/ansible/ansible/v1.9.0.1-1/CHANGELOG.md

PR:		198926
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2015-03-27 21:24:40 +00:00
Jimmy Olgeni
c96f75587d Upgrade to version 1.8.4.
PR:		197787
Submitted by:	maintainer
2015-02-21 13:46:22 +00:00
Jimmy Olgeni
383ab42c3e Fix issue #83 of ansible-modules-extras with pull request #204 ("Even
though the password param is specified as optional, the rabbitmq_user
module fails when it is not provided.")

PR:		197573
Submitted by:	olgeni
Reviewed by:	maintainer
2015-02-12 20:17:28 +00:00
Jimmy Olgeni
44aa2cc47a Fix quoting of function identifiers in postgresql_privs (issue 703
in ansible/ansible-modules-core on GitHub).

PR:		197325
Submitted by:	olgeni
Approved by:	maintainer
2015-02-04 19:24:26 +00:00
Jimmy Olgeni
9ed221d476 Restore Ansible modules by switching back to release distfiles.
PR:			195936
Submitted by:		maintainer
2014-12-15 00:43:13 +00:00
Kubilay Kocak
ae037399df sysutils/ansible: Update to 1.8.2
- Update to 1.8.2
- Remove MASTERFILES, DISTFILES (unnecessary with USE_GITHUB)
- Update COMMENT
- Remove ACCELERATE option, move pycrypto to RUN_DEPENDS

While I'm here:

- Add LICENSE_FILE
- pkg-descr: Strip trailing slash from WWW: URL
- GH_PROJECT defaults to ${PORTNAME}, remove it

Changes:

  https://raw.githubusercontent.com/ansible/ansible/v1.8.2/CHANGELOG.md

PR:		195557
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2014-12-11 22:17:49 +00:00
Rodrigo Osorio
aa92f45609 Fix typo.
PR:		ports/194263
Submitted by:	thomas
Approved by:	mentors (implicit)
2014-10-13 22:13:50 +00:00
Rodrigo Osorio
fb7aaa56b7 Update sysutils/ansible from 1.7.1 to 1.7.2
several bug fixes and improvements

PR:		ports/193926
Submitted by:	lifanov@mail.lifanov.com (maintainer)
Approved by:	mentors (implicit)
2014-10-13 22:01:47 +00:00
John Marino
f8f6f8d3b5 sysutils/ansible: switch to USES=python, upgrade version 1.7 => 1.7.1
PR:		192679
Submitted by:	maintainer (Nikolai Lifanov)
2014-08-16 12:14:55 +00:00
Danilo Egea Gondolfo
98436e1d7e - Update from 1.6.10 to 1.7
PR:		192451
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
2014-08-06 23:32:24 +00:00
William Grzybowski
b49c12d3a1 sysutils/ansible: update to 1.6.10
PR:		192190
Submitted by:	maintainer
2014-07-28 17:52:30 +00:00
Danilo Egea Gondolfo
bd3611ec24 - Update from 1.6.8 to 1.6.9
PR:		ports/192111
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
2014-07-25 15:24:51 +00:00
Frederic Culot
cccf796207 - Update to 1.6.8
Changes:	https://raw.githubusercontent.com/ansible/ansible/v1.6.8/CHANGELOG.md
PR:		ports/192017
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2014-07-24 16:16:24 +00:00
Kubilay Kocak
6b525d69bd sysutils/ansible: Fix packaging for pkg_* users
Strip the absolute prefix from the ansible.desktop PLIST_FILES entry which
was causing pkg_create to fail.

Submitted by:	wg
Approved by:	portmgr (blanket)
2014-07-07 16:14:46 +00:00
William Grzybowski
5852e1f6d5 sysutils/ansible: update to 1.6.6
PR:		191561
Submitted by:	maintainer
2014-07-02 20:34:21 +00:00
Frederic Culot
21916b2a67 - Update to 1.6.5
Changes:	https://raw.githubusercontent.com/ansible/ansible/v1.6.5/CHANGELOG.md
PR:		ports/191418
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2014-06-27 08:51:59 +00:00
Frederic Culot
4fc1dcb876 - Update to 1.6.3
Changes:	https://raw.githubusercontent.com/ansible/ansible/v1.6.3/CHANGELOG.md
PR:		ports/190882
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2014-06-11 11:41:40 +00:00
Tim Bishop
38e842d6c3 - Update to 1.6.2
- Include patch from https://github.com/ansible/ansible/pull/7539

Changes to what's given in the PR were discussed and submitted by
email.

PR:		ports/190231
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2014-05-31 14:01:00 +00:00
Raphael Kubo da Costa
3a40df7bb0 Update to 1.6.1.
PR:		ports/189396
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2014-05-10 20:44:55 +00:00
Philippe Audeoud
e88b297a1d - Update to 1.5.5
PR:		ports/188855
Submitted by:	maintainer
2014-04-24 10:16:57 +00:00
Rusmir Dusko
0cfc5d7ce7 - Update to 1.5.4, announce message is here:
- Security fix for safe_eval, which further hardens the checking of
    the evaluation function.
  - Changing order of variable precendence for system facts, to ensure
    that inventory variables take precedence over any facts that may be
    set on a host.

- Change Makefile header, add Created by
- Change master sites, add icon
- Simplify REINPLACE
- Add Desktop entry file

PR:		ports/188209
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com>
2014-04-10 15:50:37 +00:00
Pawel Pekala
7bb9b528b7 Update to version 1.5.3, switch to fetching from github
PR:		ports/187453
Submitted by:	maintainer
2014-03-22 23:52:01 +00:00
Ruslan Makhmatkhanov
2b2fe8b36e sysutils/ansible: update to 1.5
- update to 1.5
- clarify how to use sysutils/ansible port to control non-FreeBSD systems
  in pkg-message
- remove man3 man pages: they are gone in the upstream distribution
- convert to PLIST_FILES
- remove NO_ARCH, while here - it has no practical value here
- add UPDATING entry, because some changes are not backward compatible

Changelog: https://raw.github.com/ansible/ansible/v1.5.0/CHANGELOG.md

PR:		187182
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2014-03-02 19:10:50 +00:00
Ruslan Makhmatkhanov
42299dc541 - update to 1.4.5
- kill trailing newline in pkg-descr

Changelog: https://raw.github.com/ansible/ansible/v1.4.5/CHANGELOG.md

PR:		186724
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2014-02-14 09:59:03 +00:00
Bernhard Froehlich
a86dfac864 - Remove ansibleworks.com which is gone now
PR:		ports/186237
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2014-01-30 14:50:37 +00:00
Bryan Drewery
01e44353cc - Update checksum. Upstream changed manpage and copyright dates
PR:		ports/185611
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2014-01-11 20:03:46 +00:00
Bryan Drewery
ef861da82a BROKEN: Fails checksum 2014-01-11 15:17:51 +00:00
Jason Helfman
1821fb381d - add a mirror
PR:		185583
Submitted by:	maintainer, lifanov@mail.lifanov.com
2014-01-09 07:35:27 +00:00
Jason Helfman
0f19095998 - update to 1.4.4
PR:		185539
Submitted by:	maintainer, lifanov@mail.lifanov.com
2014-01-07 07:35:09 +00:00
Danilo Egea Gondolfo
08753541fb - Update from 1.4.2 to 1.4.3
PR:		ports/185048
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2013-12-20 23:21:05 +00:00
Danilo Egea Gondolfo
6bd2559f84 - Update from 1.4.1 to 1.4.2
Changelog: https://raw.github.com/ansible/ansible/v1.4.2/CHANGELOG.md

PR:		ports/184997
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2013-12-19 14:32:47 +00:00
Bryan Drewery
77197dd811 - Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.

With hat:	portmgr
2013-12-10 19:47:42 +00:00
Alex Kozlov
463fcce56e - Mark ports as architecture-neutral (NO_ARCH)
PR:	ports/184542
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2013-12-09 12:38:45 +00:00
Kubilay Kocak
f76d27ad3e sysutils/ansible: Update to 1.4.1
PR:		ports/184373
Submitted by:	Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)
2013-11-29 16:17:10 +00:00
Kubilay Kocak
4f32e444bf sysutils/ansible: Update to 1.4
- Update to 1.4
- Update pkg-plist
- QA: Dependencies are only RUN_DEPENDS, not BUILD_DEPENDS
- QA: Whitespace alignment
- QA: Clarify ACCELERATE option description

Changes:

https://raw.github.com/ansible/ansible/v1.4.0/CHANGELOG.md

PR:		ports/184171
Approved by:	maintainer
2013-11-22 16:38:39 +00:00