Commit graph

639637 commits

Author SHA1 Message Date
Kai Knoblich
b74c350024 textproc/py-pymdown-extensions: Update to 10.4
Changelog since 10.3:

https://github.com/facelessuser/pymdown-extensions/compare/10.3...10.4
2023-11-11 12:45:30 +01:00
Kai Knoblich
8f0d51129e textproc/py-mkdocs-material: Update to 9.4.8
Changelog since 9.4.6:

https://github.com/squidfunk/mkdocs-material/compare/9.4.6...9.4.8
2023-11-11 12:45:30 +01:00
Kai Knoblich
c0fa0afd70 textproc/py-mkdocs-material-extensions: Update to 1.3
Changelog:

https://github.com/facelessuser/mkdocs-material-extensions/releases/tag/1.3
2023-11-11 12:45:29 +01:00
Kai Knoblich
152c3f6440 net-mgmt/py-ciscoconfparse: Update to 1.9.28
Changelog since 1.9.16:

https://github.com/mpenning/ciscoconfparse/compare/1.9.16...1.9.28
2023-11-11 12:45:29 +01:00
Kai Knoblich
5c5b63e75e net-mgmt/netbox: Update to 3.6.5
Changelog:

Enhancements:
* Add selector widget to platform field on device & virtual
  machine forms
* Introduce support for assigning IP addresses when bulk
  importing services
* Annotate units of measurement on power port table columns
* Add bulk import button to contact assignments list view
* Add inventory items column to interfaces table
* Add site column to power feeds table
* Add primary IPv4 and IPv6 filters for virtual machines and VDCs
* Add device & virtual machine fields to service filter form
* Strip trailing port number from value returned by get_client_ip()
* Add greater/less than mask length filters for IP addresses
* Add tab listing child items under inventory item view
* Add optional parent column to inventory items table
* Order available columns alphabetically in table configuration form
* Add contact group column on contact assignments table

Bug Fixes:
* Avoid exception when attempting to connect both ends of a cable to
  the same object
* Check that enough rear port positions have been selected to
  accommodate the number of front ports being created
* Permit user login when maintenance mode is enabled
* Ensure the active configuration is restored upon clearing cache
* Correct permissions evaluation for ASN range child ASNs view
* Disable ordering of jobs by assigned object

https://github.com/netbox-community/netbox/releases/tag/v3.6.5

MFH:		2023Q4
2023-11-11 12:45:29 +01:00
Yuri Victorovich
f7e7a91e5d devel/nanopb: update 0.4.7-7 → 0.4.8 2023-11-11 03:38:19 -08:00
Yuri Victorovich
8f84f2f5b2 math/superlu-dist: update 8.1.2 → 8.2.0
Reported by:	portscout
2023-11-11 03:38:19 -08:00
Yuri Victorovich
84879518ba comms/sdr++: Add PORTSCOUT tag 2023-11-11 03:38:18 -08:00
Hiroki Tagato
d462234825 sysutils/tailspin: add port: Log file highlighter
tailspin works by reading through a log file line by line, running a
series of regexes against each line. The regexes recognize patterns
like dates, numbers, severity keywords and more.

tailspin does not make any assumptions on the format or position of
the items it wants to highlight. For this reason, it requires no
configuration or setup and will work predictably regardless of the
format the log file is in.

WWW: https://github.com/bensadeh/tailspin
2023-11-11 20:03:38 +09:00
Nuno Teixeira
a473a9edbc sysutils/sockaddr: Update to 1.0.6
ChangeLog: https://github.com/hashicorp/go-sockaddr/releases/tag/v1.0.6
2023-11-11 10:47:02 +00:00
Nuno Teixeira
b5a1bb8b6a devel/aws-sdk-cpp: Update to 1.11.199
ChangeLog: https://github.com/aws/aws-sdk-cpp/compare/1.11.179...1.11.199
2023-11-11 10:47:02 +00:00
Nuno Teixeira
276974d4cd devel/aws-c-mqtt: Update to 0.9.9
ChangeLog: https://github.com/awslabs/aws-c-mqtt/releases/tag/v0.9.9
2023-11-11 10:47:02 +00:00
Nuno Teixeira
eb1506baf4 textproc/pugixml: Update to 1.14
ChangeLog: https://github.com/zeux/pugixml/releases/tag/v1.14
2023-11-11 10:47:01 +00:00
Nuno Teixeira
95e6c8870c graphics/imv: Update to 4.4.0
ChangeLog: https://git.sr.ht/~exec64/imv/tree/master/item/CHANGELOG
2023-11-11 10:47:01 +00:00
Nuno Teixeira
36cce3dbcb math/R-cran-matrixStats: Update to 1.1.0
ChangeLog: https://cran.r-project.org/web/packages/matrixStats/news/news.html
2023-11-11 10:47:01 +00:00
Dimitry Andric
660b01aa59 www/qt6-webengine: fix build with libc++ 17
Building www/qt6-webengine with libc++ 17 results in the following
compile errors:

  In file included from gen/base/base_jumbo_2.cc:7:
  In file included from ./../../../../../qtwebengine-everywhere-src-6.5.3/src/3rdparty/chromium/base/check.cc:17:
  In file included from ../../../../../qtwebengine-everywhere-src-6.5.3/src/3rdparty/chromium/base/debug/crash_logging.h:16:
  In file included from ../../../../../qtwebengine-everywhere-src-6.5.3/src/3rdparty/chromium/base/strings/string_number_conversions.h:15:
  In file included from ../../../../../qtwebengine-everywhere-src-6.5.3/src/3rdparty/chromium/base/containers/span.h:18:
  ../../../../../qtwebengine-everywhere-src-6.5.3/src/3rdparty/chromium/base/containers/checked_iterators.h:241:8: error: no template named '__is_cpp17_contiguous_iterator'; did you mean '__libcpp_is_contiguous_iterator'?
    241 | struct __is_cpp17_contiguous_iterator<::base::CheckedContiguousIterator<T>>
        |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        |        __libcpp_is_contiguous_iterator
  /usr/include/c++/v1/__iterator/iterator_traits.h:476:8: note: '__libcpp_is_contiguous_iterator' declared here
    476 | struct __libcpp_is_contiguous_iterator : _Or<
        |        ^

This is because the copy of chromium in qt6-webengine is missing an
upstream fix for recent libc++ changes, in particular:

  9bfbbffdba

and its dependency:

  5b5551edd3

Apply these patches to work around the compile error.

PR:		273753
MFH:		2023Q4
2023-11-11 10:46:07 +01:00
TAKATSU Tomonari
8ac2604392 graphics/R-cran-rtiff: Mark BROKEN and DEPRECATED
- Mark BROKEN
- Mark DEPRECATED as upstream was removed from CRAN
- Set EXPIRATION_DATE to 2023-12-31

Reported by:	pkg-fallout
2023-11-11 08:56:58 +00:00
Jan Beich
2cd28f754a x11-wm/gamescope: update to 3.13.0
Changes:	https://github.com/Plagman/gamescope/compare/3.12.7...3.13.0
Reported by:	Repology, portscout
2023-11-11 09:07:56 +01:00
Jan Beich
1c535c887e graphics/vulkan-validation-layers: update to 1.3.270
Changes:	https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.3.269...v1.3.270
Reported by:	Repology, portscout
2023-11-11 09:07:55 +01:00
Jan Beich
f940ef0a73 graphics/vulkan-tools: update to 1.3.270
Changes:	https://github.com/KhronosGroup/Vulkan-Tools/compare/v1.3.269...v1.3.270
Reported by:	Repology, portscout
2023-11-11 09:07:55 +01:00
Jan Beich
340def9ac6 graphics/vulkan-loader: update to 1.3.270
Changes:	https://github.com/KhronosGroup/Vulkan-Loader/compare/v1.3.269...v1.3.270
Reported by:	Repology, portscout
2023-11-11 09:07:54 +01:00
Jan Beich
18bf9c7d0e graphics/vulkan-headers: update to 1.3.270
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.

Changes:	https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.269...v1.3.270
Reported by:	Repology, portscout
2023-11-11 09:07:54 +01:00
Jason E. Hale
5a4eeed2e2 x11/xkeyboard-config: Fix pkg-plist after e6f66fef02
The missing pkgconfig file broke several ports.
2023-11-11 00:11:52 -05:00
Romain Tartière
2c93a03bbc
textproc/py-CommonMark: Allow installation with textproc/cmark
Both ports install bin/cmark.  Users of textproc/py-CommonMark are
supposely more interested in the python module rather than the command
line tool: nothing in the ports tree seems to use bin/cmark from this
port.

Rename the command to cmark-py to fix conflict

PR:		274848
Reported by:	jcfyecrayz@liamekaens.com
2023-11-10 15:54:11 -10:00
Romain Tartière
5922e4a360
databases/py-pypuppetdb: Update to 3.2.0
ChangeLog:
https://github.com/voxpupuli/pypuppetdb/blob/master/CHANGELOG.md#320-2023-10-08

With hat:	puppet
2023-11-10 15:54:09 -10:00
Romain Tartière
760bed075e
sysutils/puppet-lint: Update to 5.0.0
ChangeLog:
https://github.com/puppetlabs/puppet-lint/blob/main/CHANGELOG.md#v500---2023-10-18

With hat:	puppet
2023-11-10 15:54:07 -10:00
Romain Tartière
0bf10b6fc9
sysutils/rubygem-bolt: Update to 3.27.4
While here, default to sysutils/puppet8 to provide Puppet and drop
broken option to use sysutils/puppet6 which does not exist anymore.

ChangeLog:
https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-3274-2023-10-05

With hat:	puppet
2023-11-10 15:54:05 -10:00
Romain Tartière
792a42f4ae
textproc/rubygem-puppet-strings: Update to 4.1.0
While here, default to sysutils/puppet8 to provide Puppet and drop
broken option to use sysutils/puppet6 which does not exist anymore.

ChangeLog:
https://github.com/puppetlabs/puppet-strings/blob/main/CHANGELOG.md#v410---2023-07-04

With hat:	puppet
2023-11-10 15:54:02 -10:00
Romain Tartière
d29a643362
databases/puppetdb8: Update to 8.2.0
Release notes:
https://www.puppet.com/docs/puppetdb/8/release_notes#puppetdb-820

With hat:	puppet
2023-11-10 15:54:00 -10:00
Romain Tartière
ddfdbee371
databases/puppetdb7: Update to 7.15.0
Release notes:
https://www.puppet.com/docs/puppetdb/7/release_notes#puppetdb-7150

With hat:	puppet
2023-11-10 15:53:58 -10:00
Romain Tartière
59eb6603f6
sysutils/puppetserver8: Update to 8.3.0
While here, update the Java version: support for Java 8 was deprecated
with PuppetServer 8, version 17 is preferred but version 11 is
supported so use the latter one for now.

Release notes:
https://www.puppet.com/docs/puppet/8/server/release_notes#puppet-server-830

With hat:	puppet
2023-11-10 15:53:56 -10:00
Romain Tartière
17d8359b9d
sysutils/puppetserver7: Update to 7.14.0
Release notes:
https://www.puppet.com/docs/puppet/7/server/release_notes#puppet-server-7140

With hat:	puppet
2023-11-10 15:53:54 -10:00
Romain Tartière
407bb1d319
sysutils/puppet8: Update to 8.3.1
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_puppet#release_notes_puppet_x-8-3-1

With hat:	puppet
2023-11-10 15:53:51 -10:00
Romain Tartière
e2cee676e2
sysutils/puppet7: Update to 7.27.0
Release notes:
https://www.puppet.com/docs/puppet/7/release_notes_puppet#release_notes_puppet_x-7-27-0

With hat:	puppet
2023-11-10 15:53:49 -10:00
Romain Tartière
0969ed4d2c
sysutils/rubygem-facter: Update to 4.5.1
Release notes:
https://www.puppet.com/docs/puppet/8/release_notes_facter#release_notes_facter_4-5-1

With hat:	puppet
2023-11-10 15:53:46 -10:00
Wen Heping
2bc6e90c57 databases/py-PyGreSQL: Update to 6.0 2023-11-11 01:47:02 +00:00
Wen Heping
bad307f410 databases/neo4j: Update to 4.4.27
Reset maintainer
2023-11-11 01:02:35 +00:00
Wen Heping
26d0fff697 devel/p5-Data-Dumper-Interp: Update to 6.010 2023-11-11 01:02:35 +00:00
Wen Heping
45829bc810 devel/liblas: Mark DEPRECATED 2023-11-11 01:02:34 +00:00
Jason E. Hale
ae2c790c6a graphics/gmic-qt: Update to 3.3.2
https://discuss.pixls.us/t/on-the-road-to-gmic-3-4/39353
2023-11-10 17:22:20 -05:00
Yuri Victorovich
39e49d078b audio/qtractor: update 0_9_35 → 0_9_36
Reported by:	portscout
2023-11-10 13:42:54 -08:00
Yuri Victorovich
5bc243f10e cad/surelog: update 1.77 → 1.79
Reported by:	portscout
2023-11-10 13:42:54 -08:00
Yuri Victorovich
25cd3edac8 cad/uhdm: update 1.77 → 1.79 2023-11-10 13:42:53 -08:00
Michael Reifenberger
e241fa3928 deskutils/nextcloudclient: Update to 3.10.1
PR:		274893
Reported by:	Guido Falsi
2023-11-10 21:41:08 +01:00
Christos Margiolis
e6f66fef02 x11/xkeyboard-config: Update to 2.40
Reviewed by:	manu
Differential Revision:	https://reviews.freebsd.org/D42212
2023-11-10 18:55:11 +02:00
Thierry Thomas
b3e1e8c6b7 math/R-cran-pracma: upgrade to 2.4.4
Changelog at <https://cran.r-project.org/web/packages/pracma/news/news.html>.
2023-11-10 17:38:43 +01:00
Thierry Thomas
baf6342117 math/flexiblas: upgrade to v3.3.1
Changelog at
<https://gitlab.mpi-magdeburg.mpg.de/software/flexiblas-release/-/blob/master/CHANGELOG>
2023-11-10 17:38:14 +01:00
Ryan Steinmetz
c44bdce23e
security/openconnect: Make build happy with openssl3
PR:		275007
Submitted by:	Franco Fichtner <franco@opnsense.org>
2023-11-10 10:51:53 -05:00
Brad Davis
dcf26c53ab shells/zsh: Fix build with DOCS option off and base system WITHOUT_DOCS
PR:		274713
Reviewed by:	garga
Approved by:	maintainer timeout
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-11-10 08:21:19 -07:00
Dries Michiels
60bdbf72e5 net/dhcpcd: update to 10.0.5
Changes:	https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.0.5
2023-11-10 15:36:43 +01:00