Commit graph

582966 commits

Author SHA1 Message Date
Yuri Victorovich
b0e9f854a8 multimedia/{,py-}opentimelineio: Update PORTSCOUT tag 2022-05-08 12:48:13 -07:00
Guido Falsi
ba5f537f39 net/unison: Update to 2.52.1 2022-05-08 21:38:09 +02:00
Larry Rosenman
63adebeb7d
net-mgmt/thanos: update to 0.26.0 2022-05-08 14:35:27 -05:00
Yuri Victorovich
e4d6aecf0e security/liboqs: Broken on aarch64
Reported by:	fallout
2022-05-08 12:14:01 -07:00
Yuri Victorovich
07ca8a486f cad/nvc: Fix dependency on devel/libunwind
It is needed only when ${OSVERSION} < 1400052.

Reported by:	fallout
2022-05-08 12:04:44 -07:00
Yuri Victorovich
aee0b60bdc misc/visp: Broken on aarch64
Reported by:	fallout
2022-05-08 11:50:21 -07:00
Yuri Victorovich
bbdbd136b5 devel/py-rapidfuzz: Broken on aarch64
Reported by:	fallout
2022-05-08 11:43:48 -07:00
Yuri Victorovich
d96af4ed06 science/chrono: Broken on aarch64
Reported by:	fallout
2022-05-08 11:37:17 -07:00
Yuri Victorovich
734d55c0a8 misc/py-toil: Update 5.4.0 -> 5.6.0
Reported by:	portscout
2022-05-08 11:02:08 -07:00
Yuri Victorovich
14bbde5587 misc/py-tes: New port: Tool for Elasticsearch 2022-05-08 11:02:07 -07:00
Yuri Victorovich
d9b84389a6 science/openkim-models: Update 2021-01-28 -> 2021-08-11
Reported by:	portscout
2022-05-08 11:02:07 -07:00
Yuri Victorovich
e638267dc3 science/py-kim-query: Update 1.1.0 -> 3.0.0
Reported by:	portscout
2022-05-08 11:02:07 -07:00
Yuri Victorovich
36984f64e9 science/nest: Update 3.2 -> 3.3
Reported by:	portscout
2022-05-08 11:02:06 -07:00
Yuri Victorovich
89b4606588 math/py-pynndescent: Update 0.5.4 -> 0.5.6
Reported by:	portscout
2022-05-08 11:02:06 -07:00
Yuri Victorovich
b13e2f4f6d math/py-PySCIPOpt: Update 3.0.2 -> 4.2.0
Reported by:	portscout
2022-05-08 11:02:06 -07:00
Yuri Victorovich
a27da726df math/SCIP: Update 7.0.3 -> 8.0.0
Reported by:	portscout
2022-05-08 11:02:06 -07:00
Yuri Victorovich
f4e10173da math/SoPlex: Update 5.0.2 -> 6.0.0
Reported by:	portscout
2022-05-08 11:02:05 -07:00
Yuri Victorovich
d7594e8f4a devel/goredo: Update 1.24.0 -> 1.25.0
Reported by:	portscout
2022-05-08 11:02:05 -07:00
Yuri Victorovich
334caeef18 finance/libbtc: Add PORTSCOUT tag 2022-05-08 11:02:05 -07:00
Thierry Thomas
5a7a7bbc47 devel/cbang: adding C!, a library of cross-platform C++ utilities
This is a prerequisite to port CAMotics.

PR:		262763
2022-05-08 17:58:31 +02:00
Stefan Eßer
7636e37962 devel/rubygem-activejob70: fix empty COMMENT
The port has been created with an empty comment, breaking tools that
operate on the ports tree and expect a non-empty comment.

This issue should have been found by portlint or poudriere testport.

Approved by:	portmgr (implicit)
2022-05-08 17:13:26 +02:00
Dimitry Andric
2ff2729141 net/syncthing: Fix broken build and upgrade to 1.20.1
After lang/go was updated to 1.18, net/syncthing failed to build under
poudriere, with errors similar to:

vendor/github.com/marten-seemann/qtls-go1-18/cipher_suites.go:143:43: undeclared name: any (requires version go1.18 or later)

This is because the packaged vendor libraries in the upstream tarball
don't work with go 1.18. Fix this by using USES=go:modules and changing
the build commands. Also, upgrade to 1.20.1.

PR:		262808
Reported by:	Oscar Carlsson <oscar@spindel.tax>
Approved by:	maintainer timeout (2 weeks)
Submitted by:	dmgk
MFH:		2022Q2
2022-05-08 17:05:07 +02:00
Kai Knoblich
a26f3e3454 www/py-urlwatch: Switch to USES=pytest
* Adjust/remove relevant entries that are handled by Uses/pytest.mk.
2022-05-08 16:40:24 +02:00
Kai Knoblich
b693974d41 www/py-urlwatch: Update to 2.25
* Fix BUILD if DOCS option is unset as BINARY_ALIAS can only be used if
  textproc/py-sphinx (enabled via the DOCS option) is present.

* Add EXAMPLES option to let users choose to install the supplied
  examples.

Changelog:

https://github.com/thp/urlwatch/blob/2.25/CHANGELOG.md

MFH:		2022Q2
2022-05-08 16:38:32 +02:00
Muhammad Moinur Rahman
27beb3553a www/py-tvdb_api: Runtime fix
multimedia/py-tvnamer is failing to run after Python upgrade to 3.8.13.
This update fix this runtime issue. py-tvdb_api is the core library used
by py-tvnamer.

PR:		263862
Reported by:	huber.georg@gmail.com
2022-05-08 09:21:46 -05:00
Muhammad Moinur Rahman
75a9642d4c devel/cirrus-cli: New Port
Command line interface for Cirrus CI

Cirrus CLI is a tool for running containerized tasks reproducibly in any
environment. Most commonly, Cirrus tasks are used as part of continuous
integration workflows but can also be used as part of local development
process as a hermetic replacement of helper scripts/Makefiles. Cirrus
CLI runs your tasks locally the same way they are executed in CI or on
your colleague's machine. Immutability of containers ensures the tasks
will be executed the same way years from now regardless what versions
of packages you'll have locally.

WWW: https://github.com/cirruslabs/cirrus-cli

Currently this port does not come with a rc script for the worker to
start as I am working on it. But this can be achieved manually.
2022-05-08 08:49:31 -05:00
Muhammad Moinur Rahman
82fad06ddf devel/py-beautifultable: Update version 1.0.1=>1.1.0
Relnotes: https://pypi.org/project/beautifultable/1.1.0/
2022-05-08 08:48:23 -05:00
Rainer Hurling
25619fc849 graphics/openjump: Update to 2.0
Changelog: https://sourceforge.net/projects/jump-pilot/files/OpenJUMP/2.0/ (section 7)
2022-05-08 14:58:29 +02:00
Jason W. Bacon
dda5e52508 biology/py-dna-features-viewer: Update to 3.1.1
python 3.9 compatibility

Changes: https://github.com/Edinburgh-Genome-Foundry/DnaFeaturesViewer/tags

Reported by:    portscout
2022-05-08 07:48:38 -05:00
Joerg Wunsch
47c4ac6493 devel/avrdude: Force-update
Release files for v7.0 had been recreated due to a wrong version
number inside the source tree.
2022-05-08 14:15:10 +02:00
Rodrigo Osorio
846e6c502d net/rsync: Fix unexpected changes caused by previous rsync commit
* Remove python dependency introduced in last commit,
   we keep USES=python to fix the rrsync shebang but
   add PYTHON_NO_DEPENDS=yes since Python itself is
   not wanted. Add a pkg-message to notify users.
 * Fix patching issues on manpages and sample files
   which abusively transformes all etc paths into
   /usr/local/etc.
 * Install missing rrsync manpage

 Also add forgotten items in last commit
  * version 3.2.4 fixes CVE-2018-25032 in bundled zlib
  * remove upstreamed patch to fix time limit options (patch-io.c)

PR:		263787
PR:		263794
Reported by:	<jamie@catflap.org>
Reported by:	<freebsd@oldach.net>
Security:	CVE-2018-25032 in the bundled zlib
2022-05-08 13:00:37 +02:00
Roman Bogorodskiy
3b700c91b7 devel/py-libvirt: update to 8.3.0 2022-05-08 15:05:16 +04:00
Roman Bogorodskiy
24212d6959 devel/libvirt: update to 8.3.0 2022-05-08 15:05:16 +04:00
Alexey Dokuchaev
d4239da661 net-mgmt/victoria-metrics: update VictoriaMetrics to version 1.77.1.
Reported by:	portscout
2022-05-08 10:36:54 +00:00
Emmanuel Vadot
df783714c9 graphics/drm-fbsd13-kmod: Remove depends on gpu-firmware-kmod
It's not always required so remove the dependency.
The dependency is still on the drm-kmod metaport so pkg install drm-kmod
will still bring the firmwares.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2022-05-08 12:12:15 +02:00
Emmanuel Vadot
7b4d08cec1 graphics/drm-510-kmod: Fix build on recent CURRENT
PR:		263837
Sponsored by:	Beckhoff Automation GmbH & Co. KG
2022-05-08 12:09:28 +02:00
Bernard Spil
988a01e56b www/nextcloud-calendar: Update to 3.3.0 2022-05-08 10:00:46 +00:00
Thierry Thomas
b79359b263 math/R-cran-plot3D: work-around to fix the build on some platforms
For a still unknown reason, two doc files (doc/plot3D.R and
doc/volcano.R) are not always generated. Although I don't like it,
replace the fixed plist by auto-plist for the moment (the package
is still usable).

Reported by:	pkg-fallout
2022-05-08 11:36:20 +02:00
Wen Heping
20a8b0ecce www/ilias6: Update to 6.17 2022-05-08 15:12:30 +08:00
Rainer Hurling
a7ab4ff05b misc/tvbrowser: Update to 4.2.5
Changelog: https://sourceforge.net/p/tvbrowser/tvb/search/?q=%28%28ticket_num%3A%5B216+TO+236%5D%29+AND+%28status%3Aclosed%29%29

Reported by:	portscout
2022-05-08 10:59:30 +02:00
MANTANI Nobutaka
77267e8a33 textproc/uim: Update to the snapshot on 2022-03-18
- Update slave ports of textproc/uim
- Bump PORTREVISION for the ports that depend on textproc/uim
2022-05-08 16:40:24 +09:00
Alexey Dokuchaev
4a22b45b87 net/iwnet: attempt to fix the port's build on -CURRENT
Lack of MALLOC_PRODUCTION exposed forgotten uninitialized pointer in
hash table generator which caused segmentation fault during the build.
Pull another upstream patch which might mitigate the races of CMake's
custom commands.

While here, don't forcibly insert our CFLAGS, they would get appended
at the later stage automagically.

Reported by:	pkg-fallout
2022-05-08 07:33:58 +00:00
Yuri Victorovich
3b205848fc math/spot: Fix build failures on 13.0, 12.3
Reported by:	fallout
2022-05-07 23:06:13 -07:00
Yuri Victorovich
2eb5526626 astro/siril: Update 0.99.10.1 -> 1.0.1 2022-05-07 22:27:10 -07:00
Yuri Victorovich
d506150e00 science/{,py-}spglib: Update 1.16.3 -> 1.16.5 2022-05-07 22:27:10 -07:00
Yuri Victorovich
74d1ff8f60 misc/valentina: Update 0.7.50 -> 0.7.51 2022-05-07 22:27:10 -07:00
Greg Lewis
1a55098774 java/openjdk18: Fix the build on aarch64 2022-05-07 22:24:21 -07:00
Greg Lewis
54d64d5a98 java/openjdk8: Fix the build on aarch64 2022-05-07 20:51:19 -07:00
Jan Beich
72d0c9488a x11/nwg-drawer: update to 0.3.0
Changes:	https://github.com/nwg-piotr/nwg-drawer/releases/tag/v0.3.0
Reported by:	GitHub (watch releases)
2022-05-08 02:01:18 +00:00
Steven Kreuzer
9838e40b97
devel/R-cran-Hmisc: add additional dependency
Update the dependency list to include R-cran-Formula
2022-05-08 01:44:17 +00:00