Commit Graph

23515 Commits

Author SHA1 Message Date
Danilo Egea Gondolfo
e59b0c5666 - Update to 1.12.3 2018-11-29 21:35:25 +00:00
Guido Falsi
58cc1af2c1 Update xfce4-systemload-plugin to 1.2.2 2018-11-29 18:18:43 +00:00
Guido Falsi
f12326e43d Fix build with GCC-based architectures.
Fix changes the name of a variable to avoid clash with a function
name defined in an include file used by GCC.

PR:		233616
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-11-29 10:33:29 +00:00
Luca Pizzamiglio
9f9086573f sysuilts/pot: Update to version 0.5.8
Changes: https://github.com/pizzamig/pot/releases/tag/0.5.8
Sponsored by:	trivago N.V.
2018-11-29 10:24:32 +00:00
Romain Tartière
b1828130b0 Integrate a patch to fix cURL detection
The patch has been submitted upstream, but some users depend on it now, so ship
it:
https://github.com/puppetlabs/facter/pull/1762
2018-11-29 01:58:49 +00:00
Joseph Mingrone
8848362fd1 sysutils/doctl: Upgrade to version 1.12.0
Release notes: https://github.com/digitalocean/doctl/releases/tag/v1.12.0
2018-11-28 20:36:31 +00:00
Luca Pizzamiglio
43476427b9 sysutils/wimlib: Update to 1.13.0
PR:		233605
Submitted by:	mail_of_sergey@mail.ru (maintainer)
2018-11-28 17:13:55 +00:00
Luca Pizzamiglio
7330001d56 sysutils/nomad: Update to 0.8.6
Fix build of nomad and update to the last available release
The build was broken, because the vendor is probably using go 1.10

PR:		232203
Approved by:	jhixson (maintainer)
Sponsored by:	trivago N.V.
2018-11-28 15:46:58 +00:00
Steve Wills
70e4f62cdb sysutils/direnv: update to 2.18.2 2018-11-27 17:34:07 +00:00
William Grzybowski
8d63df96b4 sysutils/iocage-devel: update to 1.0.0.20181026
iocage project has changed directions and will no longer change underlying library.
PORTEPOCH was bumped for this reason as it wont move to 2.x anytime soon.

Approved by:    maintainer
2018-11-27 16:19:25 +00:00
Steve Wills
f0c4e7974d sysutils/consul: update to 1.4.0 2018-11-27 12:23:38 +00:00
Jimmy Olgeni
55f97de796 Update sysutils/virtualmin to version 6.04. 2018-11-27 01:40:46 +00:00
Jimmy Olgeni
1214404061 Update sysutils/webmin to version 1.900. 2018-11-27 01:40:15 +00:00
Emmanuel Vadot
11cd261f9f sysutils/u-boot: Update to 2018.11
Tested-On: RPI*
Tested-On: OrangePi One
Tested-On: Pine*

sysutils/u-boot-pinebook: Update to latest upstream patches

All those patches have been merged upstream but have not made into the
latest u-boot release, add them here as they have bugfixes and hardware support
improvement.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D18312, https://reviews.freebsd.org/D18314
2018-11-26 08:40:06 +00:00
Emmanuel Vadot
d8227124ef sysutils/atf-allwinner: Switch to main repository
Switch to main repository as all the allwinner code have been merge there.
The latest release doesn't have allwinner code so use a commit that is known
to work.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D18313
2018-11-26 08:38:00 +00:00
Roman Bogorodskiy
60ba5d1af8 sysutils/cbsd: update to 12.0.2
PR:		233476
Submitted by:	maintainer
2018-11-26 05:52:55 +00:00
Koichiro Iwao
7d590223b5 sysutils/byobu: update maintainer email
PR:		233513
Submitted by:	maintainer
Approved by:	mentors (implicit)
2018-11-26 02:28:26 +00:00
Steve Wills
e05d5d262b sysutils/bvm: Update to 1.2.2
PR:		233496
Submitted by:	guoqiang_cn@126.com (maintainer)
2018-11-25 19:44:45 +00:00
Sunpoet Po-Chuan Hsieh
dd63817298 Fix version requirement of RUN_DEPENDS
Approved by:	portmgr (blanket)
2018-11-24 22:32:57 +00:00
Mark Linimon
01c7595288 -Wno-unused-result is not supported by base GCC, which made the build
fail on GCC-based architectures.

PR:		233290
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-11-24 09:24:41 +00:00
Mark Linimon
1af65c3632 Add compiler:c11 to USES to fix build with GCC-based architectures.
PR:		232558
Submitted by:	Piotr Kubaj
Reviewed by:	Ting-Wei Lan
Approved by:	portmgr (tier-2 blanket)
2018-11-24 07:15:57 +00:00
Ben Woods
639192571f sysutils/munin-master: Include provisioning tool warning post r485721 2018-11-24 02:56:55 +00:00
Ben Woods
b044e71547 sysutils/munin-*: Use .conf suffix for /usr/local/etc/newsyslog.conf.d/
- Rename the files installed to /usr/local/etc/newsyslog.conf.d/ to end
  with a '.conf' suffix.
- Add pkg-install script to automatically move any copies of the old
  newsyslog file to the new location if it was modified from the default
  or delete the old file if it is has not been modified.
- Add a note to UPDATING and pkg-message to warn users of this, in case
  they are using provisioning/configuration management tools which need
  to be modified.

Recent changes to /etc/newsyslog.conf (r340318) will only include files
from the /usr/local/etc/newsyslog.conf.d/ directory which end with
'.conf' and do not beginning with a '.' character.

Reviewed by:	mandree (D17088)
Approved by:	mat (maintainer)
Differential Revision:	https://reviews.freebsd.org/D17089
2018-11-24 02:50:06 +00:00
Tobias C. Berner
1d33dc186d Fix build for some kde@ ports with GCC-based architectures
PR:		233451
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-11-23 22:42:03 +00:00
Cy Schubert
b9f8b77b2d Update to the latest cfengine commits on github. 2018-11-23 22:28:15 +00:00
Cy Schubert
09c4d156c2 Welcome the new cfengine313. While here use the cfengine-devel
pkg-plist as it sorts entries in the correct order. Update the
cfengine meta-port to include 313.
2018-11-23 22:25:09 +00:00
Cy Schubert
1f611c66ac Welcome the brand new cfengine-masterfiles313, tracking the
cfengine-masterfiles 3.13 branch.
2018-11-23 22:07:04 +00:00
Steve Wills
bce434d4f5 sysutils/py-google-compute-engine: update to 2.8.6
PR:		232439
Submitted by:	Lucas Kanashiro <lucas.kanashiro@collabora.com>
Approved by:	Helen Koike <helen.koike@collabora.com> (maintainer, earlier version of patch)
2018-11-23 20:07:40 +00:00
Steve Wills
7d4313e170 sysutils/google-compute-engine-oslogin: update to 1.3.1
PR:		232440
Submitted by:	Lucas Kanashiro <lucas.kanashiro@collabora.com>
Approved by:	Helen Koike <helen.koike@collabora.com> (maintainer, earlier version of patch)
2018-11-23 19:43:44 +00:00
Christoph Moench-Tegeder
47fdc39989 sysutils/vagrant: update to 2.2.1
Changelog: https://github.com/hashicorp/vagrant/blob/v2.2.1/CHANGELOG.md

PR:		233273
Approved by:	joe at thrallingpenguin dot com (maintainer)
2018-11-23 17:07:13 +00:00
Mateusz Piotrowski
9f8bdfd4ac sysutils/fswatch-mon: Update to 1.13.0
- Update to 1.13.0
  - Changelogs:
    - https://github.com/emcrisostomo/fswatch/releases/tag/1.11.3
    - https://github.com/emcrisostomo/fswatch/releases/tag/1.12.0
    - https://github.com/emcrisostomo/fswatch/releases/tag/1.13.0
- Do not use GH_* variables as USE_GITHUB is not set
- Use DISTVERSION instead of PORTVERSION
- Set LICENSE_FILE
- Fix the order of variables
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD in post-install
- Remove trailing whitespace from pkg-descr

PR:		232556
Reviewed by:	krion, mat
Approved by:	krion (mentor), mat (mentor), maintainer (timeout)
Differential Revision:	https://reviews.freebsd.org/D17666
2018-11-23 15:11:16 +00:00
Steve Wills
e99b538cbe sysutils/UEFITool: update to 53
PR:		233299
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
2018-11-23 13:00:44 +00:00
Eric Turgeon
20960cfd13 sysutils/mate-polkit: fix spelling in COMMENT
PR:		233435
Submitted by:	Christopher A. Chavez
Reported by:	Christopher A. Chavez
Reviewed by:	ericbsd
Approved by:	mentors (implicit)
2018-11-23 12:54:42 +00:00
Romain Tartière
752af63012 Update to 1.1.3
With hat:	puppet
2018-11-22 19:42:50 +00:00
Romain Tartière
91b767581b Update to 6.0.4
Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html#puppet-604

With hat:	puppet
2018-11-22 19:41:34 +00:00
Romain Tartière
5ff43b7e65 Update to 5.5.8
Release notes:
https://puppet.com/docs/puppet/5.5/release_notes.html#puppet-558

With hat:	puppet
2018-11-22 19:40:49 +00:00
Jose Alonso Cardenas Marquez
106fca1d9d - Update to 16.2.8 2018-11-21 20:20:41 +00:00
Steve Wills
9ed387d7ac sysutils/byobu: Update dependencies and backend
PR:		233338
Submitted by:	Justin Coffman <jcoffman@openfire.io> (maintainer)
2018-11-21 20:13:22 +00:00
Jan Beich
fb0ac60851 sysutils/flowgger: force rebuild after r485257
openssl crate got updated from 0.9.21 to 0.9.24. While the impact on
runtime is minimal bumping PORTREVISION would help tracking regressions.
2018-11-21 19:23:44 +00:00
Emanuel Haupt
021c1f2407 Add digdag 0.9.31, workload Automation System. 2018-11-21 18:01:57 +00:00
Fernando Apesteguía
f3c6d80793 sysutils/hstr: update to 2.0
Announcement: https://github.com/dvorka/hstr/releases/tag/2.0

PR:	232251
Submitted by:	monsieurp@gentoo.org (maintainer)
2018-11-21 17:17:06 +00:00
Mathieu Arnold
c066b6e2e7 Update to latest commit. 2018-11-21 13:50:52 +00:00
Mathieu Arnold
21a7ba306a Update to 2.0.43.
Remove a patch replacing seq by jot, seq was added in FreeBSD 9.  Also,
remove a patch fixing perl's hash randomization, it was addressed a bit
differently upstream.
2018-11-21 13:50:41 +00:00
Vinícius Zavam
a7552661bc sysutils/shim: update from 0.8 to 0.9
- adopt the port;
  - original version from PR 231029 was modified;
  - add compiler, and shebangfix to USES;
  - reorder variables in Makefile (silent portlint);
  - rework do-install.

PR:		231029
Reviewed by:	fernape, mat, tcberner, trasz
Approved by:	rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D17019
2018-11-21 13:27:07 +00:00
Jose Alonso Cardenas Marquez
6fe9697b06 - Update to 17.2.7
- Add bareos-dir reload into rc script
- Fix default configuration path
- Some another modifications

PR:		231551 221593 230123
Submitted by:	rand __at__ iteris.com, hsn __at__ sendmail.cz
2018-11-20 21:49:17 +00:00
Sunpoet Po-Chuan Hsieh
cc5678fe49 Update to 0.13.1
Changes:	https://github.com/GoogleContainerTools/container-diff/releases
2018-11-19 18:19:25 +00:00
Steve Wills
b4bab1c271 devel/glib20: remove runtime dep on perl5
Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems
to no longer need perl5 at runtime. This makes perl5 a build dep only.

Removing the run dep causes some other ports to fail, so add the build
dep to those where needed.

PR:		233138
Approved by:	gnome (kwm, maintainer, older version of patch)
Exp-run by:	antoine
2018-11-19 15:57:08 +00:00
Johannes M Dieterich
0b9475cf6c new ports: sysutils/rocr and sysutils/roct
roct is the ROC thunk interface  and rocr is the ROCm platform runtime.
Together these form the userspace partners to the amdkfd compute driver.
Hence, in the current absence of a working amdkfd on FreeBSD, these ports do
not function yet. They are integrated to facilitate integration of amdkfd and
test it as part of the LinuxKPI-based DRM.

Note that these ports are for the time being based off my forks with FreeBSD
bringup bits, I'll work with the corresponding upstream teams to get patches
reviewed and integrated.

Limit these ports to amd64, as even our upstream does not support anything but
that for the time being.

Version numbers correspond to the overall ROCm release, currently 1.9.1.
2018-11-19 04:05:31 +00:00
Fernando Apesteguía
0cc5540d97 sysutils/byobu: Update to 5.127
Also give maintainership to jcoffman@openfire.io

PR:	233216
Submitted by:	jcoffman@openfire.io
2018-11-18 21:26:13 +00:00
Sunpoet Po-Chuan Hsieh
8d6c4957e2 Update textproc/tinyxml2 to 7.0.1
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/leethomason/tinyxml2/commits/master
2018-11-18 20:37:02 +00:00