Commit Graph

7329 Commits

Author SHA1 Message Date
kn
a1e87a5fbd Revert switch to Python 3 in previous commit
u-boot still uses Python 2 in various places that cannot be controlled from
our Makefile but require patching;  it also uses Python 2 specific syntax.

OK jsg
2019-09-22 09:39:28 +00:00
ajacoutot
635fa0bb11 Update terraform providers. 2019-09-22 08:32:18 +00:00
ajacoutot
106c3d6a33 Update to awscli-1.16.243. 2019-09-22 08:06:25 +00:00
ajacoutot
e4f56d2a7c Update to consul-1.6.1. 2019-09-22 07:55:27 +00:00
ajacoutot
f906df640a Update to terraform-0.12.9. 2019-09-22 07:50:20 +00:00
ajacoutot
855f380266 Update to (hashicorp-)serf-0.8.4. 2019-09-22 07:46:40 +00:00
ajacoutot
1ae08d3020 Update to google-cloud-sdk-263.0.0. 2019-09-22 07:41:57 +00:00
jsg
9a300f83f6 use https HOMEPAGE, set MODPY_VERSION for python3 and remove
pre-build stage

part of a patch from kn@
2019-09-22 05:28:20 +00:00
bcallah
c5eeda5e24 Update to diffoscope-125 2019-09-20 13:33:21 +00:00
ajacoutot
a020aa8e69 Update to awscli-1.16.241. 2019-09-19 07:31:02 +00:00
ajacoutot
1325675db9 Update to exoscale-cli-1.5.1. 2019-09-19 07:27:13 +00:00
chrisz
225ce4224b Upgrade lang/ocaml to 4.08.1
* net unison needed some patchign to avoid deprecated library functions.
* all ports depending on the exact version of OCaml need revision bumps.
* net/unison needed some help to avoid deprecated library functions.

ok krw@, testing on i386 and ok daniel@
2019-09-18 17:49:35 +00:00
sebastia
af27d569f6 simple update to 3.14.3 2019-09-18 00:36:21 +00:00
cwen
a7343734a8 neofetch: update to 6.1.0
Changelog:
https://github.com/dylanaraps/neofetch/releases/tag/6.1.0

OK bcallah@
2019-09-16 20:23:48 +00:00
ajacoutot
78d72317da Update to google-cloud-sdk-262.0.0. 2019-09-15 11:12:38 +00:00
jsing
2b82a3c4b4 Set GO111MODULE=off via go.port.mk to prevent external access being
attempted during builds.

Fixes several other packages that break during build.

ok sthen@
2019-09-15 02:04:00 +00:00
sthen
e82beef596 update to monit-5.26.0, from maintainer Caspar Schutijser 2019-09-14 21:18:18 +00:00
ajacoutot
b466eddc92 Update to amazon-ssm-agent-2.3.707.0. 2019-09-14 07:23:54 +00:00
abieber
05d3a4d56b Make restic-rest-server build with Go 1.13.
OK sthen@
2019-09-13 13:06:19 +00:00
abieber
0dd49a07b8 Make restic build with Go 1.13
OK sthen@
2019-09-13 13:05:50 +00:00
remi
1de9061b8b Update netshot to version 0.14.0.
The port now depends exclusively on Java 1.8. Netshot uses nashorn which
was deprecated after Java 1.8. It might work with later Java versions but
this has not been tested yet.

inputs and OK stehn@
2019-09-12 21:21:25 +00:00
remi
7e0164b69c update to version 8.1908.0
ok sthen@
2019-09-12 21:13:05 +00:00
jsing
27441e2de7 Make sysutils/consul build with Go 1.13. 2019-09-12 19:07:01 +00:00
sthen
e33777b923 +py-distro 2019-09-11 21:05:19 +00:00
sthen
a80a83905f import ports/sysutils/py-distro, ok kmos@
distro provides information about the OS distribution it runs on, such
as a reliable machine-readable ID, or version information.

It is the recommended replacement for Python's original
platform.linux_distribution function (which will be removed in Python
3.8). It also provides much more functionality which isn't necessarily
Python bound, like a command-line interface.
2019-09-11 21:03:51 +00:00
bcallah
228ea39c44 Update to diffoscope-123 2019-09-09 23:35:08 +00:00
robert
f299a94d57 fix the catalog backup script on OpenBSD when using PostgreSQL:
psql(1) will fail if the current working directory is not accessible which
is /nonexistent for the _bacula user so chdir(2) to the bacula working dir
before executing psql(1)

ok sthen@
2019-09-09 11:10:10 +00:00
bket
f5e7629942 Avoid DT_SONAME hardcoding.¬ 2019-09-07 20:09:35 +00:00
chrisz
a2a47d029c update to 1.8.1
ok krw@
2019-09-07 18:45:02 +00:00
ajacoutot
7c80b15ac0 Update some terraform providers. 2019-09-07 17:42:43 +00:00
ajacoutot
7bd556b9a5 Update to awscli-1.16.234. 2019-09-07 17:28:38 +00:00
ajacoutot
7807d33804 Update to ecs-cli-1.16.0. 2019-09-07 17:06:41 +00:00
ajacoutot
45437b78cf Update to google-cloud-sdk-261.0.0. 2019-09-07 16:31:30 +00:00
ajacoutot
2e613f5ed4 Update to consul-template-0.20.1.
- take over MAINTAINER

ok jasper@ (former maintainer)
2019-09-07 15:48:31 +00:00
ajacoutot
1952cf37a9 Update to terraform-0.12.8. 2019-09-07 11:28:58 +00:00
ajacoutot
313f1c60a3 Update to consul-1.6.0. 2019-09-07 11:28:46 +00:00
kn
1308930583 Update to shmux 1.0.3
- Fix clang warnings.
- Fix BROKEN_POLL option on macOS.
- Switch to generic BSD license.
- Default to using -oLogLevel=ERROR with ssh.

OK sthen
2019-09-06 12:19:13 +00:00
sthen
f2fe440d75 convenience target to update linux-firmware no longer needed; distfiles
are now available (and used by a couple of other of the fw ports)
2019-09-05 19:14:30 +00:00
jsing
2716b3f986 Package u-boot for the BananaPI M2 Ultra.
Also switch from ftp to https for source.

ok jsg@ kettenis@
2019-09-05 16:23:49 +00:00
bcallah
46462929a4 Update to diffoscope-122 2019-09-01 21:35:18 +00:00
jasper
9a0ca86d9b update to tmuxinator-1.1.1 2019-09-01 11:10:36 +00:00
semarie
0fb585e377 update libc-rs for include sparc64 compatibility
ok landry@
2019-08-30 12:24:00 +00:00
sthen
3eaea213ee make with DPB_PROPERTIES=lonesome on i386, it uses too big to build
alongside anything else (approx 3GB RAM)
2019-08-28 11:59:29 +00:00
ajacoutot
d893fd7317 Update terraform providers. 2019-08-27 11:53:36 +00:00
ajacoutot
5bdb266a88 Update to awscli-1.16.226. 2019-08-27 11:24:46 +00:00
jasper
467c5a5f6b update to ansible-2.8.4 2019-08-26 17:35:21 +00:00
ajacoutot
a1937fab0a Update to google-cloud-sdk-259.0.0. 2019-08-25 12:02:10 +00:00
ajacoutot
369d6a553d Update to amazon-ssm-agent-2.3.701.0. 2019-08-25 12:00:03 +00:00
sthen
63b9c74c02 update to freeipmi-1.6.4 2019-08-23 20:18:13 +00:00
ajacoutot
c12b175e68 Update terraform providers. 2019-08-23 11:14:05 +00:00