147090 Commits

Author SHA1 Message Date
ajacoutot
afd5b5a512 Add bash completions or rely on the shells/bash-completion pkg-config file if we already had them. 2020-05-15 10:58:52 +00:00
jsg
ede8cbccaa update amdgpu firmware to linux-firmware 20200421
Tested on polaris11 by Mark Patruck, picasso by kn@ robert@ and myself,
and my vega10 which required kernel patches to work with the
linux 4.19 drm in -current.

ok sthen@ kn@
2020-05-15 10:41:29 +00:00
ajacoutot
e70f3942f0 Fix libexecinfo patch. 2020-05-15 10:40:26 +00:00
ajacoutot
f646b537cf Add DEBUG_PACKAGES. 2020-05-15 10:37:20 +00:00
sthen
95307979d9 remove py2-only databases/py-mysql and provide an upgrade path to the
(compatible) databases/py-mysqlclient. ok jasper@
2020-05-15 10:23:59 +00:00
sthen
e0b4a7d5fd librenms tweaks:
- switch dependency from databases/py-mysql to databases/py-mysqlclient,
requested by (and original diff from) jasper@
- stop patching MODPHP_BIN now that we provide a symlink, makes it easier
to use with newer PHP
2020-05-15 10:23:05 +00:00
feinerer
caee84e466 Update to libv4l 1.18.1 2020-05-15 09:55:55 +00:00
pvk
8c2f139569 Remove GH_* references
from sthen@, thanks!
2020-05-15 09:38:42 +00:00
bluhm
004ff18767 Backport fix from uptream, prevents crash when request Id is missing. 2020-05-15 09:37:15 +00:00
bluhm
46448bf8ca update p5-OPCUA-Open62541 to 0.014 2020-05-15 09:34:29 +00:00
ajacoutot
89d953d682 Add bash completions. 2020-05-15 09:32:47 +00:00
gonzalo
dad38fc64d Update for Suricata to 5.0.3
https://suricata-ids.org/2020/04/28/suricata-5-0-3-released/

OK jasper@
2020-05-15 09:17:39 +00:00
ajacoutot
cd2a16fdc9 Append sysutils to CATEGORIES. 2020-05-15 09:14:41 +00:00
ajacoutot
16015738cb Move to py3. 2020-05-15 09:08:27 +00:00
ajacoutot
41e431f9d1 Fix TEST_DEPENDS. 2020-05-15 09:03:10 +00:00
ajacoutot
62ca2cc405 Move to py3. 2020-05-15 09:01:04 +00:00
sthen
ab328dacbd +notmuch 2020-05-15 08:58:43 +00:00
sthen
dcfed701b0 import ports/mail/notmuch, worked on by various people including me,
Enric Morales and Olivier Taïbi, ok abieber@ kmos@

Notmuch is a mail indexing program providing a fast tag-based email
reader with global search to use within a text editor.

"Notmuch is not much of an email program. It doesn't receive messages
(no POP or IMAP suport). It doesn't send messages (no mail composer,
no network code at all). And for what it does do (email search)
that work is provided by an external library, Xapian. So if Notmuch
provides no user interface and Xapian does all the heavy lifting,
then what's left here? Not much."
2020-05-15 08:58:14 +00:00
denis
cfcb2dac8b Add libvips to the build 2020-05-15 08:19:21 +00:00
pvk
af3f197d9b Fix MASTER_SITES
thanks ajacoutot@
2020-05-15 08:13:10 +00:00
jasper
5f33288c6d remove stale comment, py-django was removed a little while ago 2020-05-15 08:09:27 +00:00
jasper
8dbe927721 update to polybar-3.4.3 2020-05-15 08:07:55 +00:00
denis
b938511ac2 Import libvips-8.9.2
libvips is a demand-driven, horizontally threaded image processing
library. Compared to similar libraries, libvips runs quickly and uses
little memory.

https://libvips.github.io/libvips/

Provided by Stephane Guedon <stephane at 22decembre . eu>

ok sthen@
2020-05-15 07:58:41 +00:00
ajacoutot
bbfbfa3b08 SECURITY update to qemu-5.0.0 (CVE-2020-1983).
from Brad (maintainer)
2020-05-15 07:26:41 +00:00
benoit
0e6e0063b4 Update to pdfcrack-0.19. 2020-05-15 06:56:35 +00:00
benoit
377b25de28 Update to highlight-3.57. 2020-05-15 06:45:55 +00:00
ajacoutot
7d7da9aa70 Update ircd-hybrid-8.2.31.
from Brad
2020-05-15 06:34:13 +00:00
ajacoutot
46bb3b7842 Update to libavif-0.7.3.
from Brad (maintainer)
2020-05-15 06:33:27 +00:00
ajacoutot
a30298e73b Update to vlc-3.0.10.
from Brad (maintainer)
2020-05-15 06:32:34 +00:00
jasper
4c29a9c0bb - update to a recent git version
- switch to python3
2020-05-15 06:22:55 +00:00
jasper
96742ee25f remove py-mysql from TEST_DEPENDS since the version we have in tree doesn't support python3
and upstream claims it will be added in a future release. for now, unbreak sqlports
2020-05-15 06:18:31 +00:00
kirby
96db7d3507 Oops. Upstream re-rolled distfile. Noticed by aja@, thanks!
Sitch to newer release which i missed while ports tree was locked.
2020-05-15 05:47:14 +00:00
rsadowski
648549800c Update i3-gaps to 4.18.1 2020-05-15 04:46:06 +00:00
abieber
76bb2110d4 Update fish to 3.1.2
Changes here: https://github.com/fish-shell/fish-shell/releases
2020-05-15 01:36:52 +00:00
abieber
9e0580770b Teach portgen how to speak Go!
With this a port can be easily generated for Go applications that support Go
modules (there will be a go.mod file in the root of the project).

For example: https://github.com/jrick/domain/blob/master/go.mod

The mod file lists "github.com/jrick/domain" as the module name, so a portgen
command to build the above tool would be:

  portgen go github.com/jrick/domain

OK afresh1@ kmos@
2020-05-15 01:32:48 +00:00
pvk
91c9df6422 Update packer-vmm 1.0.0 -> 1.5.6
Sync with HashiCorp packer version number
2020-05-14 22:44:36 +00:00
pvk
7aff2988a4 Update packer 1.5.5 -> 1.5.6
Changelog: https://github.com/hashicorp/packer/blob/master/CHANGELOG.md
ok ajacoutot@
2020-05-14 22:30:48 +00:00
bcallah
c0cc8b78e1 Update to unifont-13.0.02
Changelog: http://unifoundry.com/unifont/index.html
2020-05-14 22:11:15 +00:00
bcallah
9a321a0707 Update to wtf-20200505 2020-05-14 22:07:44 +00:00
pvk
a0bebdea7a Update beats 7.6.2 -> 7.7.0
Release notes: https://www.elastic.co/guide/en/beats/libbeat/current/release-notes-7.7.0.html
2020-05-14 21:53:06 +00:00
pvk
ce72bf8de1 Update logstash 7.6.2 -> 7.7.0
Relase notes: https://www.elastic.co/guide/en/logstash/7.7/logstash-7-7-0.html
2020-05-14 21:42:48 +00:00
pvk
97a9b537f4 Update kibana 7.6.2 -> 7.7.0
Relase notes: https://www.elastic.co/guide/en/kibana/7.7/release-notes-7.7.0.html
2020-05-14 21:39:01 +00:00
pvk
0e14df6cbe Update elasticsearch 7.6.2 -> 7.7.0
Relase notes: https://www.elastic.co/guide/en/elasticsearch/reference/7.7/release-notes-7.7.0.html
2020-05-14 21:38:18 +00:00
bcallah
12e25bb25c Update to hyperrogue-11.3l
From cwen@ -- thanks!
2020-05-14 21:20:03 +00:00
jcs
0df2ad34a7 update maintainer email address 2020-05-14 21:08:01 +00:00
jcs
2ccbe8d60c drop maintainer 2020-05-14 21:00:37 +00:00
jcs
87de77bac8 oops, forgot this too 2020-05-14 20:59:34 +00:00
jcs
43e1d6aa69 update vmwh to 1.2 2020-05-14 20:58:26 +00:00
jcs
c2d895e80e update xbanish to 1.7 2020-05-14 20:39:10 +00:00
ian
e1c4cd5fd4 + crossfire 2020-05-14 20:36:21 +00:00