158221 Commits

Author SHA1 Message Date
jca
af76ad5e4b Fix conflict with uncompress2() provided by recent zlib releases
ok tb@
2021-07-04 14:55:34 +00:00
tb
e43b3c6062 print/scribus: unbreak: remove compat patch for old zlib 2021-07-04 14:35:41 +00:00
tb
fc78d8c21c multimedia/assimp: unbreak: remove compat patches for old zlib. 2021-07-04 14:35:05 +00:00
tb
a60a787a67 games/godot: unbreak: remove compat patches for old zlib. 2021-07-04 14:34:25 +00:00
tb
6614df07b3 emulators/gr-lida: unbreak: remove compat patch for old zlib 2021-07-04 14:33:49 +00:00
tb
f1d73222de textproc/swish-e: fix build after libz update, ok sthen
Similar to https://git.alpinelinux.org/aports/tree/main/swish-e/zlib-shadowing.patch?h=3.14
-stable
2021-07-04 14:31:45 +00:00
robert
d7a97b0bc3 move gdm to use a github repository where the CK support has been re-implemented
in a cleaner way by introducing sd_* compat functions and cleaning up all the
other changes (https://github.com/rnagy/gdm/tree/ck40)

ok aja@
2021-07-04 10:43:16 +00:00
robert
d95d159c4d update to 1.2.4 2021-07-04 10:41:32 +00:00
ajacoutot
15b8eb3522 Update to p5-Sys-Virt-7.5.0. 2021-07-04 08:05:17 +00:00
ajacoutot
ff1ea4a6ff Update to py3-libvirt-7.5.0. 2021-07-04 08:05:05 +00:00
ajacoutot
59e72cd706 Update to libvirt-7.5.0. 2021-07-04 08:04:54 +00:00
ajacoutot
1de900ae6b Update to abiword-3.0.5. 2021-07-04 08:01:05 +00:00
ajacoutot
987567c3ad Update to awscli-1.19.105. 2021-07-04 07:21:34 +00:00
ajacoutot
6388e30829 Update to py3-boto3-1.17.105. 2021-07-04 07:21:21 +00:00
ajacoutot
33da5511cc Update to py3-botocore-1.20.105. 2021-07-04 07:21:09 +00:00
ajacoutot
919dad73e4 Update to exoscale-cli-1.34.0. 2021-07-04 06:56:46 +00:00
ajacoutot
15552aacc8 Update to pango-1.48.7. 2021-07-04 06:53:22 +00:00
rsadowski
1ecd25c8da Update nextcloudclient to v3.2.3.
Changelog: https://github.com/nextcloud/desktop/releases/tag/v3.2.3

graphics/inkscape is now required for building png files:
https://github.com/nextcloud/desktop/pull/3466

Update diff from Adriano Barbosa (maintainer). I have left an inkscape build
dependency comment in the Makefile.
2021-07-04 05:34:03 +00:00
sthen
c9634d2158 update to ucspi-tools-1.7, from maintainer 2021-07-03 20:43:22 +00:00
bcallah
c844c9e729 +tic80 2021-07-03 20:42:52 +00:00
bcallah
82cf60ade8 Import games/tic80, a fantasy computer to make, play and share tiny games.
ok cwen@

TIC-80 is a fantasy computer for making, playing and sharing tiny games.

There are built-in tools for development: code, sprites, maps, sound
editors and the command line, which is enough to create a mini retro
game. You will get a cartridge file, which can be stored and played
locally, or uploaded to the TIC-80 website to be shared and played
online.

Also, the game can be packed into a player that works on all popular
platforms and distributed as you wish. To make a retro styled game the
whole process of creation takes place under some technical limitations:
240x136 pixel display, 16 color palette, 256 8x8 color sprites and 4
channel sound.
2021-07-03 20:42:34 +00:00
sthen
98f533385a enable luajit on powerpc 2021-07-03 20:22:04 +00:00
sthen
4f170e8826 Update luajit to a newer checkout from the 2.0 git branch; upstream say
"Releases are only made occasionally. You're strongly encouraged to follow
the git branches". powerpc help from cwen@, this can now move from being
built with ports-gcc to clang. Reenable build on (32-bit) arm; it was
previously disabled as it required EABI, which we switched to using some
time ago now - not tested on arm yet but this will at least give it a
chance.
2021-07-03 20:21:07 +00:00
cwen
0ce722a546 hyperrogue: update to 12.0b
Changelog:
https://github.com/zenorogue/hyperrogue/blob/master/changelog.txt#L3997

tweak and OK bcallah@ (maintainer)
2021-07-03 15:00:57 +00:00
landry
9a6a9edc6e geo/postgis: update to 3.1.3 2021-07-03 13:00:38 +00:00
landry
b68b64726a devel/py-buildbot{,_worker}: update to 3.2.0.
See https://docs.buildbot.net/current/relnotes/index.html#buildbot-3-2-0-2021-06-17
2021-07-03 12:50:22 +00:00
danj
c1ca7107d2 Drop maintainer 2021-07-03 03:05:11 +00:00
abieber
eb6ad31e92 Attempt to make the experience of updateing a Go port a bit easier.
- Add a version argument (second) to modgo-gen-modules-helper.
- Change modgo-gen-modules target to fetch module info for the
  current MODGO_VERSION of a port. Setting MODGO_VERSION=latest
  will fetch the latest version the Go ecosystem knows about.
  Similarly, if MODGO_VERSION is empty, fetch the latest
  verstion Go knows about.

While here:
- Add '-trimpath' to MODGO_FLAGS.

OK danj@
2021-07-03 02:37:46 +00:00
sthen
c6435c7589 +pass-import 2021-07-02 19:31:34 +00:00
sthen
0266e7714c import ports/security/pass-import, ok kmos
pass-import is an extension for "password-store", allowing you to import
password databases from various password managers to a pass(1) repository.

By default, entries are imported at the root of the password store and
only the main data (password, login, email, URL, group) are kept. This
behaviour can be changed using the provided options.

pass-import handles duplicates and is compatible with browserpass.
It imports OTP secrets in a way that is compatible with pass-otp.

pass-import also provides a pimport script that allows importing
passwords to a small number other password managers. For instance,
you can import passwords to a Keepass database or a generic CSV file.
2021-07-02 19:31:13 +00:00
bcallah
7a4b8f6171 Update to diffoscope-177 2021-07-02 17:47:25 +00:00
bcallah
4d8ff5ccb0 Update to ugrep-3.3.4
Changelog: https://github.com/Genivia/ugrep/releases/tag/v3.3.4
2021-07-02 17:45:36 +00:00
fcambus
f408c0194b Update cvsgraph to 1.7.2. 2021-07-02 16:08:06 +00:00
sthen
aa6a7f2e54 +py-pykeepass 2021-07-02 15:29:47 +00:00
sthen
0e5ba2fbf9 import ports/security/py-pykeepass, ok kmos
pykeepass is a Python library to interact with keepass databases
(supports KDBX3 and KDBX4).
2021-07-02 15:29:09 +00:00
sthen
0ae3909f03 update to py-construct 2.10.54, ok kmos 2021-07-02 15:28:37 +00:00
fcambus
d31c2cb2eb Update mame to 0.233. 2021-07-02 14:43:46 +00:00
sthen
eeb1d70ad2 update to py3-Pillow-8.3.0 2021-07-02 14:14:10 +00:00
sthen
31898e51e7 update to PHP 8.0.8 2021-07-02 13:53:12 +00:00
sthen
5596d29555 update to PHP 7.4.21 2021-07-02 13:53:08 +00:00
sthen
5e9008f194 update to PHP 7.3.29 2021-07-02 13:53:04 +00:00
pvk
9743807270 Update mattermost-server 5.35.1 -> 5.36.1
Changelog: https://docs.mattermost.com/administration/changelog.html
2021-07-02 13:52:27 +00:00
benoit
76cdb2e23f Update to arping-2.22. 2021-07-02 12:34:30 +00:00
otto
e03745342f Update to PowerDNS Recursor 4.5.4
With the new Boost the CXXFLAGS are not longer needed
2021-07-02 11:33:30 +00:00
robert
c4c58f8767 update to 5.0.13; from Mark Patruck 2021-07-02 10:53:06 +00:00
sthen
29aaf49ceb update dhcpcd to a newer git checkout, rolling in the patches, and adding
some improvements for control socket handling with privsep (one specific
thing this fixes is if you run "dhcpcd -U6 badger", i.e. invalid interface
name, previously dhcpcd would not accept any more control connections,
now it works as expected).
2021-07-02 10:33:30 +00:00
sthen
5e8a75c493 dhcpcd port tweaks;
update comments in patches which were committed upstream a while ago
add a note to readme based on a user comment
2021-07-02 10:27:11 +00:00
benoit
05da973391 Update to gifsicle-1.93. 2021-07-02 09:21:39 +00:00
anton
7184564595 update to mdsort-10.0.0
- stop requiring explicit new lines in mdsort.conf
- support more than one path per maildir declaration
- do not confuse macros and date scalars
2021-07-02 06:34:03 +00:00
fcambus
a5c58d58bc Update dbip to 2021-07. 2021-07-01 17:01:23 +00:00