160970 Commits

Author SHA1 Message Date
sthen
5e4370b64d bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:12 +00:00
sthen
dd439dd7ef bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:59 +00:00
sthen
c8fef76ebb bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:47 +00:00
sthen
75261975b1 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:22 +00:00
sthen
8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
sthen
189f2bff94 adjust ports with hardcoded Python 3.8 versions, ok kmos@ 2021-11-02 00:00:06 +00:00
sthen
4805e96969 switch default MODPY_DEFAULT_VERSION_3 to 3.9, ok kmos@ 2021-11-02 00:00:01 +00:00
kirby
e4507b0043 Update to wesnoth-1.16.0.
Changelog: https://www.wesnoth.org/start/1.16/
2021-11-01 20:39:39 +00:00
sthen
7d593c6e85 readd py-flup,python3 2021-11-01 20:05:41 +00:00
fcambus
5705e52501 Update dbip to 2021.11. 2021-11-01 18:41:04 +00:00
kili
080b252224 Update to gummi-0.8.2. 2021-11-01 18:34:14 +00:00
kili
95f4ad9939 Update to poppler-21.10.0. 2021-11-01 18:33:24 +00:00
kili
696ae83de8 Update to poppler-data-0.4.11. 2021-11-01 18:32:43 +00:00
kili
80493acb00 Update to pdf2djvu-0.9.18.1 to let it build with poppler-21.10.0.
ok juanfra@ (maintainer)
2021-11-01 18:31:50 +00:00
tb
b25886123c rm empty file 2021-11-01 18:03:46 +00:00
robert
5ebd19662d unbreak on i386 by not removing the necessary cflags from the build 2021-11-01 17:53:42 +00:00
sthen
14ae9c3121 rm .orig files from cvs 2021-11-01 17:40:42 +00:00
sthen
7f0d1524e9 update notes on version switches 2021-11-01 17:16:23 +00:00
sthen
bc96ab094e simplify switching default Python versions, ok kmos@
Add a new SUBST_VARS variable that is set to "@comment " on
most Python versions, but is set to "" on the default one. This makes
it easier to swap between default versions because you don't need
to figure out which @comments should be kept and which should be moved.

While there I remove some existing lines with @comment markers for
files that are not created by any of our current Python ports:

@comment bin/pyvenv
@comment lib/libpython3.8m.so (etc)

The @comment -> ${PY_DEFAULTONLY} change doesn't affect the generated
PLISTs at all, so for that a REVISION bump is unnecessary, but removing
the pyvenv/libpython3.Xm.so does require a bump
2021-11-01 16:56:24 +00:00
sthen
a91a872327 update to routinator-0.10.1
(not a new update, skipped previously due to approaching ports lock)
2021-11-01 16:43:20 +00:00
sthen
f98e5c216d oops, i removed py-flup rather than converted to py3-only, bring it back
spotted by sdk
2021-11-01 16:18:04 +00:00
semarie
fb3b1fe6f0 update lang/rust to 1.56.1
it adds lints for detecting some bidi characters which could be used to hide code in source file.

https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html
2021-11-01 15:40:58 +00:00
sthen
1544cf5c70 update to py-zmq-22.3.0, thanks bket@ for testing with jupyter-notebook/spyder 2021-11-01 14:55:13 +00:00
sthen
9cfd2dbc08 update to zbar-0.23.90, ok jsg@ 2021-11-01 14:47:42 +00:00
kmos
0bd996c76c Hook Python 3.10 into build and add the necessary bit to python.port.mk
to accept Python 3.10
2021-11-01 14:17:16 +00:00
kmos
856d7d22f1 Import Python 3.10.0
Much work done by tb@ who got the needed APIs into LibreSSL and
patched the crypto parts of Python 3.10 to work with it.

ok sthen@ daniel@
2021-11-01 14:16:09 +00:00
tracey
eeb19f59b5 Unbreak build: add lang/gawk to BDEPS, reported by phessler@ and jca@ 2021-11-01 14:15:06 +00:00
rsadowski
ad05c68de9 Add missing Qt5 cmake modules
OK sthen@
2021-11-01 14:02:10 +00:00
ajacoutot
8862f5e5b7 MODGO_VERSION already in Makefile 2021-11-01 13:01:25 +00:00
ajacoutot
0d2c286d35 Add RCS Ids. 2021-11-01 13:00:14 +00:00
landry
524577a897 databases/influxdb: drop redundant MODGO_VERSION
spotted by ajacoutot@
2021-11-01 12:57:59 +00:00
ajacoutot
9f890fe1da Drop MODGO_VERSION; it's in the Makefile already.
ok landry@
2021-11-01 12:57:07 +00:00
landry
abba49f3d4 databases/influxdb: update to 1.8.10.
cf https://docs.influxdata.com/influxdb/v1.8/about_the_project/releasenotes-changelog/#v1810-2021-10-11
for changes since 1.6.4.

not updating to the 2.0.x branch yet as it seems a whole different beast.
convert port to modules.inc after *much* wrangling with go dependencies,
inspiration taken from pkgsrc. Seems to work in basic testing on 7.0.
2021-11-01 12:57:06 +00:00
landry
7f5d3997a7 sysutils/telegraf: update to 1.20.3
see https://github.com/influxdata/telegraf/blob/master/CHANGELOG.md#v1203-2021-10-27
for the numerous changes since 1.13.4.

convert port to modules.inc, after much wrangling.

modbus (https://github.com/influxdata/telegraf/issues/10034) and
nats (https://github.com/influxdata/telegraf/issues/10035) plugins
disabled for now.
works in my limited testing on -current & 7.0.
2021-11-01 12:51:11 +00:00
landry
9041bd1e5d sysutils/loki: update to 2.3.0.
See https://github.com/grafana/loki/releases/tag/v2.2.0,
https://github.com/grafana/loki/releases/tag/v2.2.1,
https://github.com/grafana/loki/releases/tag/v2.3.0 and
https://github.com/grafana/loki/blob/main/docs/sources/upgrading/_index.md#230
2021-11-01 12:46:31 +00:00
sthen
cddf9beeab www/bluefish: don't hardcode python3.8 in WANTLIB 2021-11-01 10:19:49 +00:00
bentley
53b053f1f6 Import apertium-por-0.3.0 [apertium-pt-ca -> apertium-por-cat].
Not yet hooked up to the build.
2021-11-01 10:17:46 +00:00
bentley
d66b62f1a0 Import apertium-isl-0.1.1 [apertium-is-sv -> apertium-isl-swe].
Not yet hooked up to the build.
2021-11-01 10:15:08 +00:00
bentley
d3702bbfb2 Import apertium-zlm-0.2.0 [apertium-id-ms -> apertium-ind-zlm].
Not yet hooked up to the build.
2021-11-01 10:12:47 +00:00
bentley
08c1ca68f9 Import apertium-ind-0.2.0 [apertium-id-ms -> apertium-ind-zlm].
Not yet hooked up to the build.
2021-11-01 10:10:43 +00:00
bentley
2acca5d075 Import apertium-eng-0.1.0 [apertium-en-ca -> apertium-eng-cat].
Not yet hooked up to the build.
2021-11-01 10:08:36 +00:00
bentley
51f2ff4c35 Import apertium-nld-0.2.0 [apertium-af-nl -> apertium-afr-nld].
Not yet hooked up to the build.
2021-11-01 10:06:59 +00:00
ajacoutot
1a606b1029 Unbreak build after recent gtest update. 2021-11-01 10:06:33 +00:00
bentley
6dd34c02f8 Import apertium-afr-0.2.0 [apertium-af-nl -> apertium-afr-nld].
Not yet hooked up to the build.
2021-11-01 10:04:57 +00:00
sthen
93266fa58f rearrange net/unifi again, upstream now seem to be making fewer "end user"
releases from a branch so there seems little point in keeping multiple
"new" branches, only when they make a major change that means some users
will want to stick to an older version.

update the new "main" dir to 6.4.54 which was tested by Brad.
2021-11-01 09:58:57 +00:00
sthen
fcdff030ab update to py3-beautifulsoup4-4.10.0 2021-11-01 09:54:49 +00:00
feinerer
b158394c6a Update to qrcode 7.3.1 2021-11-01 09:47:08 +00:00
ajacoutot
4881cdc7b7 Missing LDEP on textproc/uchardet. 2021-11-01 09:06:46 +00:00
landry
51358100bb devel/quirks: register py-sqlalchemy move to py3 only
register removals for py-texscythe and py3-sqlalchemy-migrate
2021-11-01 08:30:50 +00:00
landry
5495e20b84 remove databases/py-sqlalchemy-migrate
nothing uses it anymore after buildbot update to 3.4.0.
2021-11-01 08:29:33 +00:00