robert
2d787ad5b0
disable the annoying tip-of-the-day popup by default
2020-07-05 13:15:15 +00:00
espie
d994b4272d
flesh out a bit more stuff from DESCR
2020-07-05 12:28:13 +00:00
espie
2ae760cc0d
seems that people don't expect this information to be in DESC, so start
...
converting it to mandoc, to be completed.
2020-07-05 12:23:24 +00:00
ajacoutot
57fc7fe563
Update to py3-libvirt-6.5.0.
2020-07-05 11:48:15 +00:00
landry
e9b566ccf9
Update to pgbouncer 1.14.0.
...
- Cf http://www.pgbouncer.org/changelog.html , brings support for SCRAM
authentication, which is the recommenced method to use by default in
/usr/local/share/doc/pkg-readmes/postgresql-server since a while..
- Switch from libeventextra to libevent2
- Enable tests, the ones that want to play with firewall rules are
skipped by default (rely on sudo, and USE_SUDO being set in the env,
cf test/README.md) - all the other tests pass fine.
- update PLIST while here
maintainer timeout
2020-07-05 11:29:36 +00:00
sthen
7d7dd8cd4d
Use Python 3.7 for Blender. Blender uses private API which has changed
...
in py3.8. Problem not noticed in earlier py38 bulk build (done on i386)
because openimageio doesn't build there.
A better fix would be updating Blender but this is non-trivial.
2020-07-05 11:01:11 +00:00
sthen
8537c69a8e
databases/sqsh: disable CS_SEC_NETWORKAUTH code, FreeTDS 1.2 introduces
...
this but API seems different than sqsh expects (it wants things like
CS_MAX_CHAR, CS_SEC_CHANBIND, CS_SEC_CONFIDENTIALITY, CS_SEC_INTEGRITY).
breakage reported by aja@, thanks!
2020-07-05 10:26:52 +00:00
ajacoutot
655f86f720
Update to gnupg-2.2.20.
...
from Aisha Tammy
maintainer timeout
2020-07-05 10:10:38 +00:00
espie
b39082aa1a
fix broken conflict spec. nice thinko
2020-07-05 10:05:40 +00:00
semarie
9c2a6809e3
update telephony/py-phonenumbers to 8.12.6
...
ok @robert
reviewed by Renaud Allard
2020-07-05 09:50:46 +00:00
espie
1d4a54fd99
missed conflict
2020-07-05 09:45:42 +00:00
espie
2a9badeb0c
missed conflict
2020-07-05 09:44:08 +00:00
jca
68cb7c0868
Drop maintainership
...
Being listed as the maintainer kinda implies that I care, but I don't:
I haven't used gpg1 for years. In fact, it's been years since I think
this port ought to be removed and the tree should be moved to
security/gnupg2. But someone has to do that work.
2020-07-05 09:40:19 +00:00
landry
2615d464c5
Security update to synapse 1.15.2, from maintainer Renaud Allard
...
See https://matrix.org/blog/2020/07/02/synapse-1-15-2-released-with-security-fixes/
2020-07-05 09:34:50 +00:00
landry
e4d1ff2bc0
Major update to poedit 2.3.1, from Omar Polo (thanks!)
...
brings support for spellchecking via gtkspell3, install the
corresponding aspell dictionary if you want to use it.
2020-07-05 09:30:52 +00:00
ajacoutot
b5edab7e4d
Update to deja-dup-42.0.
2020-07-05 09:29:00 +00:00
ajacoutot
2f3106b058
Regen PLIST to unbreak.
...
Some stuff doesn't seem happy with py3... but that's for another time.
2020-07-05 09:00:11 +00:00
ajacoutot
fd34a932ce
Update to duplicity-0.8.13.
...
- move to py3
- move to gnupg2
2020-07-05 08:53:45 +00:00
ajacoutot
9eb13a9c8a
Bump for py3.7 -> py3.8
2020-07-05 08:40:48 +00:00
ajacoutot
14755ce042
Update to x264 20200705.
...
A few bug fixes including for some warnings with the ASM code with NASM 2.15.
from Brad (maintainer)
2020-07-05 07:42:11 +00:00
ajacoutot
43cd6fa516
Garbage collect unnecessary patch. videoio.h was changed to include
...
ioccom.h when the patch was introduced.
from Brad (maintainer)
2020-07-05 07:38:30 +00:00
ajacoutot
03b6d1713e
- Fix PIC code on 32-bit X86
...
- meson: Workaround missing aarch64 normalisation
- Fix some warnings in ASM code
from Brad (maintainer)
2020-07-05 07:36:19 +00:00
kmos
18038be8b2
x11/gtk+3 uses C99 constructs, so base-gcc need to know that.
...
ok ajacoutot (maintainer)
2020-07-05 07:33:26 +00:00
landry
bffec915a4
+luceneplusplus
2020-07-05 07:31:01 +00:00
landry
f491ca22ce
Import luceneplusplus 3.0.7, from Omar Polo
...
Lucene++ is an up to date C++ port of the popular Java Lucene library,
a high-performance, full-featured text search engine.
requirement for an update of poedit.
ok ajacoutot@
2020-07-05 07:30:16 +00:00
ajacoutot
b51642c007
Bump for py3.7 -> py3.8
2020-07-05 07:22:20 +00:00
ajacoutot
df1f38aa0c
Bump for py3.7 -> py3.8
2020-07-05 07:17:37 +00:00
ajacoutot
afa8d7af7c
Missing BDEP on textproc/libxslt (mman page generation).
2020-07-05 07:13:52 +00:00
ajacoutot
c94182c712
Miss bump for the -gui subpackage (py3.7 -> py3.8).
2020-07-05 07:09:11 +00:00
ajacoutot
78cbe5e423
Missing BDEP on devel/cmake.
2020-07-05 07:06:56 +00:00
landry
3942c7e664
Fix build when python2 is not installed.
...
configure is a dumb shell+python script checking that python2 is
available in $PATH, then re-execs itself, and then imports configure.py
which works perfectly fine with python3.
Just set CONFIGURE_SCRIPT to ${MODPY_BIN} configure.py to work around
this wrapper madness.
breakage reported by ajacoutot@
2020-07-05 07:04:58 +00:00
ajacoutot
74c7058b9f
Bump for python3.8
2020-07-05 06:57:50 +00:00
semarie
0ce27dd412
update devel/py-stdnum to 1.13
2020-07-05 05:01:59 +00:00
semarie
79ab56d1e9
productivity/tryton: maintenance update for 5.0 and 5.2
2020-07-05 04:51:44 +00:00
ajacoutot
c566deabdf
Unbreak: missing eol continuation.
2020-07-04 21:39:06 +00:00
naddy
5be93a45f8
bump REVISION; python 3 default changed to 3.8
2020-07-04 21:28:47 +00:00
ajacoutot
8afee9a8ff
Update to accerciser-3.36.2.
2020-07-04 21:20:57 +00:00
ajacoutot
408b984e01
Update to gnome-music-3.36.4.
2020-07-04 21:14:21 +00:00
ajacoutot
6c2175aec8
Update to terragrunt-0.23.31.
2020-07-04 21:09:57 +00:00
sthen
8f9a5c52b7
anki: RDEP on py-requests, problem reported by marfabastewart at protonmail.com
2020-07-04 20:18:44 +00:00
sthen
74dbee007d
update to freetds-1.2
2020-07-04 19:59:07 +00:00
sthen
fdfbc6c64f
update to librenms-1.65
2020-07-04 19:51:43 +00:00
fcambus
91bf467977
Update ansilove to 4.1.2.
2020-07-04 19:47:46 +00:00
ajacoutot
245e2dd296
Add support for DLT_LOOP.
...
Adapted from a patch by Matt Dunwoodie
2020-07-04 19:16:27 +00:00
ajacoutot
51502d1486
Update to govc-0.23.1.
2020-07-04 18:45:10 +00:00
ajacoutot
dc8211ed6c
Update to awscli-1.18.93.
2020-07-04 18:40:26 +00:00
ajacoutot
e0647415f0
Update to py3-boto3-1.14.16.
2020-07-04 18:39:54 +00:00
ajacoutot
afe2f8b064
Update to py3-botocore-1.17.16.
2020-07-04 18:39:26 +00:00
espie
9a3fd2f8c5
do NOT check license issues for !current packages, because we don't care
...
that much, and more importantly, because there may be gaps in the database
for various reasons
2020-07-04 18:29:21 +00:00
sthen
1d777a7bdc
bump; python files without RDEP. remove pointless "WANTLIB-" line while there.
2020-07-04 17:35:45 +00:00