Commit Graph

544821 Commits

Author SHA1 Message Date
Yuri Victorovich
37342bf413 multimedia/minitube: Update 3.8 -> 3.8.2
Reported by:	portscout
2021-05-06 20:44:02 -07:00
Yuri Victorovich
bba34758a6 multimedia/musikcube: Update 0.96.6 -> 0.96.7
Reported by:	portscout
2021-05-06 20:44:02 -07:00
Yuri Victorovich
d9c82e0c95 science/gromacs: Update 2021.1 -> 2021.2
Reported by:	portscout
2021-05-06 20:44:01 -07:00
Danilo G. Baio
8edbe3f463 sysutils/py-azure-cli: Update to 2.23.0
Changelog:	https://pypi.org/project/azure-cli/2.23.0/
2021-05-06 23:51:09 -03:00
Danilo G. Baio
f1e680c27b sysutils/py-azure-cli-core: Update to 2.23.0
Changelog:	https://pypi.org/project/azure-cli-core/2.23.0/
2021-05-06 23:51:09 -03:00
Danilo G. Baio
4f8b7c68de devel/py-azure-mgmt-cosmosdb: Update to 6.2.0
Changelog:	https://pypi.org/project/azure-mgmt-cosmosdb/6.2.0/
2021-05-06 23:51:08 -03:00
Danilo G. Baio
c3fcd6a22b devel/py-azure-mgmt-dns: Update to 8.0.0
Changelog:	https://pypi.org/project/azure-mgmt-dns/8.0.0/
2021-05-06 23:51:08 -03:00
Danilo G. Baio
389f81faab devel/py-azure-mgmt-keyvault: Update to 9.0.0
Changelog:	https://pypi.org/project/azure-mgmt-keyvault/9.0.0/
2021-05-06 23:51:08 -03:00
Danilo G. Baio
f8420a0e0d devel/py-azure-mgmt-rdbms: Update to 8.1.0b4
Changelog:	https://pypi.org/project/azure-mgmt-rdbms/8.1.0b4/
2021-05-06 23:51:08 -03:00
Danilo G. Baio
7ec47e07f3 devel/py-azure-mgmt-storage: Update to 17.1.0
Changelog:	https://pypi.org/project/azure-mgmt-storage/17.1.0/
2021-05-06 23:51:08 -03:00
Danilo G. Baio
b1712088a2 devel/py-azure-mgmt-web: Update to 2.0.0
Changelog:	https://pypi.org/project/azure-mgmt-web/2.0.0/
2021-05-06 23:51:07 -03:00
Danilo G. Baio
edf9622779 devel/py-azure-synapse-artifacts: Update to 0.6.0
Changelog:	https://pypi.org/project/azure-synapse-artifacts/0.6.0/
2021-05-06 23:51:07 -03:00
Danilo G. Baio
d861e49cdb devel/py-knack: Update to 0.8.1 2021-05-06 23:51:07 -03:00
Yuri Victorovich
8306988081 cad/irsim: Update 9.7.108 -> 9.7.110
PR:		254348
Approved by:	danilo (maintainer's timeout 20 days)
2021-05-06 18:00:17 -07:00
Danilo G. Baio
21a4260fb3 textproc/docproj: Add Hugo/Asciidoctor dependencies
This just adds the new dependencies for building the doc tree with
Hugo/Asciidoctor, as we still have the legacy docs available, will be
kept the former dependencies for a little while.

PR:	 253518
Submitted by:  Yasuhiro Kimura, Dries Michiels
Reviewed by:   0mp, adamw, dbaio, debdrup, lwhsu
Approved by:   doceng (bcr, maintainer)
Differential Revision:	https://reviews.freebsd.org/D28609
2021-05-06 21:15:31 -03:00
Vinícius Zavam
73059f063e
net/pacemaker1: fix DBUS config option, and its REINPLACE_ARGS
- 'post-patch-common' never used was DBUS_VARS_OFF really set;
  - REPLACE_ARGS renamed to REPLACE_CMD_ARGS;
  - REPLACE_ARGS_OCF and REPLACE_ARGS_DBUS append into REPLACE_ARGS.

  while here,

    * mark port as broken if OSVERSION>=1300000

PR:		254653
Reported by:	masamory7 % gmail.com
2021-05-06 23:50:05 +00:00
Piotr Kubaj
f043e2bdfd security/py-keyring: downgrade to 18.0.1
importlib_metadata>=3.6 is necessary for py-keyring 23.0.1 to work.

PR:	255050
Approved by:	douglas@douglasthrift.net (maintainer)
2021-05-06 23:47:33 +00:00
Ryan Steinmetz
a13f9ae620
New port: security/duo_openvpn 2021-05-06 19:13:04 -04:00
Ryan Steinmetz
8db220ac1a
New port: security/duo_openvpn:
Duo provides simple two-factor authentication as a service via:

    1.  Phone callback
    2.  SMS-delivered one-time passcodes
    3.  Duo mobile app to generate one-time passcodes
    4.  Duo mobile app for smartphone push authentication
    5.  Duo hardware token to generate one-time passcodes

Duo two-factor authentication for OpenVPN

WWW: https://github.com/duosecurity/duo_openvpn
2021-05-06 19:12:22 -04:00
Yuri Victorovich
7f65c62bce New port: net-im/tdlib: Library for building Telegram clients 2021-05-06 15:12:12 -07:00
Yuri Victorovich
97e2d80eda math/gecode: Update 6.2.0 -> 6.3.0 (from branch)
6.3.0 is ready for a while but hasn't been released pending
only Windows installer issues.
2021-05-06 14:39:31 -07:00
Matthias Fechner
04902cce7c www/gitlab-ce: Bugfixupdate to 13.11.3
Changelog:
https://about.gitlab.com/releases/2021/04/30/gitlab-13-11-3-released/
2021-05-06 23:37:13 +02:00
Dimitry Andric
c42622b6af print/tex-xetex: Avoid mixing libc++ and libstdc++
This port was not respecting the CC and CXX variables, thus it could
pick up gcc and g++ instead, and that would cause mixups between
libstdc++ (which is preferred by gcc) and libc++ (which is in base),
ultimately leading to link errors.

Appproved by:	maintainer timeout
PR:		234221
MFH:		2021Q2
2021-05-06 23:32:24 +02:00
Dimitry Andric
b8aceeb601 print/tex-luatex: Avoid mixing libc++ and libstdc++, and don't use -fcommon
This port was not respecting the CC and CXX variables, thus it could
pick up gcc and g++ instead, and that would cause mixups between
libstdc++ (which is preferred by gcc) and libc++ (which is in base),
ultimately leading to link errors.

Also, the port uses a very old version of tex so it suffers from a few
-fno-common issues, mostly variables that have been declared without an
'extern' specifier. Add a few patches to fix these.

Appproved by:	maintainer timeout
PR:		234221
MFH:		2021Q2
2021-05-06 23:29:24 +02:00
Joerg Wunsch
d2767ba108 Update to GCC 10.2.0
PR:		255454
Differential Revision:	https://reviews.freebsd.org/D30022
2021-05-06 23:22:24 +02:00
Thierry Thomas
79b0a197fb math/libsemigroups: respect user-provided CFLAGS 2021-05-06 23:00:01 +02:00
Thierry Thomas
ec8086c7b0 math/sympow: respect user-provided CFLAGS
And also resolve a warning when building data files.
2021-05-06 23:00:01 +02:00
Olli Hauer
d1755a0e85 mail/postfix mail/postfix-current: add back PKGPREFIX for sasl build 2021-05-06 22:37:02 +02:00
Dmitri Goutnik
008d020972 lang/go: Update to 1.16.4
Changes:	https://golang.org/doc/devel/release.html#go1.16.minor
Security:	7f242313-aea5-11eb-8151-67f74cf7c704
2021-05-06 15:21:27 -05:00
Guido Falsi
bfce1b8bfa x11-wm/xfce4-panel: Update to 4.16.3 2021-05-06 22:18:53 +02:00
Guido Falsi
99620e8229 deskutils/calibre: Add missing dependency
Add a dependency dynamically used to open markdown files.

PR:		255620
2021-05-06 22:18:53 +02:00
Dmitri Goutnik
bf7bd67c9b security/vuxml: Document lang/go vulnerability 2021-05-06 15:12:51 -05:00
Neel Chauhan
04e958d494 graphics/minder: Update to 1.12.2 and adopt port 2021-05-06 12:58:11 -07:00
Neel Chauhan
3be005ddba security/clamtk: Update to 6.11 and adopt port 2021-05-06 12:35:00 -07:00
Matthias Fechner
ef7e5af930 net/gitlab-agent: fixed checksum.
Github does not deliver with the current mechanism stable archives.
This correct again the checksum that are changing now very oftern (about each week).
2021-05-06 21:29:52 +02:00
Adriaan de Groot
dd682a911e multimedia/mlt[-qt5]: update to last 6-series release
We missed a couple of 6-series releases, so jump from 6.22
straight to 6.26.1, which is the last of the 6-series.
Release notes are at:
	https://www.mltframework.org/

VDPAU support was removed -- ports had an option for it,
which was disabled and now the option is removed as well.

The 7-series introduces API breaks, so that update will
be more involved.
2021-05-06 21:05:24 +02:00
Adriaan de Groot
81c5e25299 multimedia/mlt: bump to 6.26.1
This is the last 6-series update. The 7-series (repease May 2nd) introduces
API breaks, which means more coordination with consumers.
2021-05-06 21:05:23 +02:00
Neel Chauhan
fcc8a0c94b lang/retro12: Update to 2021.4 and adopt port 2021-05-06 11:45:38 -07:00
Neel Chauhan
4209dbb944 games/wolfpack: Update to 4.4.1 and adopt port 2021-05-06 11:42:46 -07:00
Steven Kreuzer
df83f21ef9
net-mgmt/cacti-spine: Update to 1.2.17
ChangeLog:
    https://github.com/Cacti/spine/blob/master/CHANGELOG#L3-L18
2021-05-06 18:07:20 +00:00
Craig Leres
22edf54228 net/savvycan: Update to 1.0.187
Changes since 1.173:

 - GraphWindow: support rescaling the view or each axis to the data

 - Bug fixes for extended IDs in DBC files, fix one off error in a
   few places (Corrects fuzzing window ID range), re-enabled overwrite
   mode showing all signals in a message

 - Fixes to make graphing of multiplexed signals work properly Added
   signal comparison to the file comparison window.

 - Add support for PCAN ver 1.3 files
2021-05-06 11:03:20 -07:00
Yuri Victorovich
d5eb2e5861 science/py-dipy: Update 1.4.0 -> 1.4.1
Reported by:	portscout
2021-05-06 10:59:23 -07:00
Yuri Victorovich
7ad0bb5fbd graphics/photoflare: Update 1.6.6 -> 1.6.8
Reported by:	portscout
2021-05-06 10:59:22 -07:00
Yuri Victorovich
4d3a799af9 math/lean: Update 3.29.0 -> 3.30.0
Reported by:	portscout
2021-05-06 10:59:22 -07:00
Yuri Victorovich
a2863384a4 misc/nn-insight: Add PORTSCOUT tag 2021-05-06 10:59:21 -07:00
Olli Hauer
5511945c4f mail/postfix-current: update to 3.7-20210424 2021-05-06 19:54:39 +02:00
Christoph Moench-Tegeder
2cb658fd5d net-mgmt/check_ssl_cert: update to 2.1.4
https://github.com/matteocorti/check_ssl_cert/releases/tag/v2.1.4
2021-05-06 19:39:57 +02:00
Olli Hauer
917dd37393 mail/postfix: update to 3.6.0
Postfix 3.6 requires minimum OpenSSL 1.1.1, so
mark broken for FreeBSD 11 with 'OpenSSL base'
2021-05-06 19:37:03 +02:00
Tobias C. Berner
9724b88f3c multimedia/haruna: New port - Open source video player built with Qt/QML and libmpv
WWW: https://invent.kde.org/multimedia/haruna
2021-05-06 19:30:54 +02:00
Michael Gmelin
1e2e23d28a devel/py-uhid-freebsd: Update to v1.2.2
This adds support for serial_number.
2021-05-06 19:26:44 +02:00