summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-wm/sway-devel: update to 1.7.140Jan Beich2022-10-222-5/+5
| | | | Changes: https://github.com/swaywm/sway/compare/9400bd96...5e514e647
* x11-toolkits/wlroots-devel: update to 0.15.0.493Jan Beich2022-10-222-5/+5
| | | | Changes: https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/2ee59e1a0...6d90518c9
* emulators/rpcs3: update to 0.0.24.14305Jan Beich2022-10-222-14/+14
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/363e0a40e5...41dad58489
* sysutils/edk2: Fix build on aarch64Mark Millard2022-10-221-21/+30
| | | | | | | | | | | | | | Build on aarch64 was failing with the following error: ld-elf.so.1: /lib/libgcc_s.so.1: version GCC_4.5.0 required by /usr/local/lib/gcc11/libstdc++.so.6 not found Fix by using /usr/local/lib/gcc*/libgcc_s.so.1 instead. While here, also define WWW variable. PR: 266404 Approved by: imp (uboot)
* dns/powerdns: update to 4.7.0Ralf van der Enden2022-10-215-119/+17
| | | | | | | ChangeLog: https://blog.powerdns.com/2022/10/20/authoritative-server-4-7-0/ PR: 267260
* net/asterisk18: update to 18.15.0Christoph Moench-Tegeder2022-10-212-4/+4
| | | | | Announcement: http://lists.digium.com/pipermail/asterisk-announce/2022-October/000870.html
* net/asterisk16: update to 16.29.0Christoph Moench-Tegeder2022-10-212-4/+4
| | | | | Announcement: http://lists.digium.com/pipermail/asterisk-announce/2022-October/000869.html
* cad/freecad: chase mpich/openmpi dependency switch after ed69f5862e3fChristoph Moench-Tegeder2022-10-211-3/+3
| | | | FreeCAD must match it's vtk
* math/R-cran-XLConnect: upgrade to 1.0.6Thierry Thomas2022-10-214-22/+29
| | | | Changelog at <https://cran.r-project.org/web/packages/XLConnect/NEWS>.
* textproc/apache-poi: upgrade to 5.2.3Thierry Thomas2022-10-212-14/+15
| | | | Changelog at <https://poi.apache.org/changes.html>.
* math/octave-forge-fda: new port to support data analysis.Stephen Montgomery-Smith2022-10-214-0/+43
|
* misc/freebsd-release-manifests: Add 12.4-BETA1 MANIFEST filesGlen Barber2022-10-2117-70/+61
| | | | Sponsored by: Rubicon Communications, LLC ("Netgate")
* Revert "deskutils/just: Update 1.5.0 -> 1.6.0"Yuri Victorovich2022-10-2122-193/+131
| | | | This reverts commit 9f02903fc610e0ee6355d351d75c201b213e0abe.
* deskutils/just: Update 1.5.0 -> 1.6.0Yuri Victorovich2022-10-2122-131/+193
| | | | Reported by: portscout
* x11/wlrctl: unbreak fetch due to Git upgradeJan Beich2022-10-211-1/+1
| | | | | | | => SHA256 Checksum mismatch for a9f5699256c9.patch. -2.34.4 +2.34.5
* x11/wev: unbreak fetch due to Git upgradeJan Beich2022-10-211-1/+1
| | | | | | | => SHA256 Checksum mismatch for 0be512fb7058.patch. -2.34.4 +2.34.5
* x11/grim: unbreak fetch due to Git upgradeJan Beich2022-10-211-1/+1
| | | | | | | | | => SHA256 Checksum mismatch for 89e02e663fab.patch. -2.34.4 +2.34.5 PR: 267258
* devel/basu: unbreak fetch due to Git upgradeJan Beich2022-10-211-4/+4
| | | | | | | | | | => SHA256 Checksum mismatch for 928a746f7ebd.patch. => SHA256 Checksum mismatch for 4277dfe8077c.patch. => SHA256 Checksum mismatch for f12a4efd8cb7.patch. => SHA256 Checksum mismatch for 5fa970e868f2.patch. -2.34.4 +2.34.5
* accessibility/wlsunset: unbreak fetch due to Git upgradeJan Beich2022-10-211-1/+1
| | | | | | | | | => SHA256 Checksum mismatch for 601dfc87ff6e.patch. -2.34.4 +2.34.5 PR: 267257
* Mk/bsd.octave.mk: Change name of tarball created.Stephen Montgomery-Smith2022-10-2170-73/+75
| | | | Bump port revision of math/octave-forge-ponchon-savarit.
* net/openldap2[4-6]-server: suppress warning message when chown failed.Xin LI2022-10-216-9/+9
| | | | | | | | | | On UFS with sujournal enabled, the journal is immutable and chown would fail. This would cause the script to issue an error when a separate UFS file system is used as OpenLDAP data store, which is not actionable and causes confusion. Reported by: Olivier Nicole <on cs.ait.ac.th> PR: ports/266811
* databases/octosql: Update 0.11.1 -> 0.12.0Yuri Victorovich2022-10-212-6/+6
| | | | Reported by: portscout
* lang/crystal: Update to 1.6.1Dmitri Goutnik2022-10-212-11/+4
| | | | Changes: https://github.com/crystal-lang/crystal/releases/tag/1.6.1
* misc/lxi-tools: Update to 2.2Dmitri Goutnik2022-10-213-13/+11
| | | | Changes: https://github.com/lxi-tools/lxi-tools/releases/tag/v2.2
* net/openldap25-{server,client}: fix proper usage of FETCH/GSSAPI optionsMichael Osipov2022-10-211-8/+8
| | | | | | | | | | | * FETCH_DESC is not present with client * FETCH applies to *both* client and server since both slapd and client tools use ldif_parse_line2() via libldap which can use libfetch * GSSAPI is also required for the client as well since ldap*(1) commands can be used to connect and authenticate to directory servers like Active Directory and OpenLDAP with Kerberos via SASL GSSAPI mechanism PR: ports/267056
* x11-themes/qogir-gtk-themes: Update to 2022.10.16Olivier Duchateau2022-10-213-11/+22
| | | | | | | | | - submitter becomes maintainer ChangeLog: https://github.com/vinceliuice/Qogir-theme/releases/tag/2022-10-16 PR: 267229
* net-im/dendrite: Update to 0.10.4Ashish SHUKLA2022-10-212-7/+7
|
* math/py-rustworkx: Add testsYuri Victorovich2022-10-212-1/+22
|
* Mk/bsd.octave.mk: move some functions from mk to ports.Stephen Montgomery-Smith2022-10-2187-48/+172
|
* net/openldap24-server: Deprecate and set expiration date to 2022-12-31Xin LI2022-10-211-0/+3
| | | | | | | | | Upstream is no longer supporting OpenLDAP 2.4 series; existing users should migrate to a newer OpenLDAP release. Reference: https://github.com/openldap/openldap.github.io/issues/2#issuecomment-1003778077 Reported by: Michael Osipov PR: 267149
* security/1password-client2: Upgrade to 2.7.2Larry Rosenman2022-10-212-10/+10
| | | | | ChangeLog: https://app-updates.agilebits.com/product_history/CLI2#v2070202
* multimedia/emby-server-devel: update to 4.8.0.13Dries Michiels2022-10-213-6/+5
| | | | Changes: https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.8.0.13
* net-mgmt/netdata-go: update to 0.41.0Dries Michiels2022-10-213-6/+7
| | | | Changes: https://github.com/netdata/go.d.plugin/releases/tag/v0.41.0
* databases/pg_repack: Update to 1.4.8Babak Farrokhi2022-10-212-4/+4
|
* sysutils/bfs: update to 2.6.2Dries Michiels2022-10-212-4/+4
| | | | Changes: https://github.com/tavianator/bfs/releases/tag/2.6.2
* net-im/signal-desktop: Fix build after node updateMikael Urankar2022-10-212-4/+4
| | | | Regen the cache file for node 16.17.1
* www/onlyoffice-documentserver: Fix build after node updateMikael Urankar2022-10-212-6/+6
| | | | Regen the cache file for node 16.17.1
* net-im/libsignal-node: Fix build after node updateMikael Urankar2022-10-211-3/+3
| | | | Regen the cache file for node 16.17.1
* databases/py-aiopg: Update to 1.3.5Babak Farrokhi2022-10-212-4/+4
|
* x11/wayout: update to 0.1.3Jan Beich2022-10-212-4/+4
| | | | Changes: https://git.sr.ht/~proycon/wayout/log/0.1.3
* security/nextcloud-twofactor_totp: Included in www/nextcloudBernard Spil2022-10-215-45/+1
| | | | * Nextcloud Hub 3 / 25.0.0 includes the twofactor TOTP provider
* security/nextcloud-twofactor_webauthn: Update to 1.0.0Bernard Spil2022-10-212-5/+5
|
* security/nextcloud-twofactor_nextcloud_notification: Update to 3.5.0Bernard Spil2022-10-212-5/+5
|
* net-im/nextcloud-talk: Update to 15.0.0Bernard Spil2022-10-212-5/+5
|
* mail/nextcloud-mail: Update to 2.0.3Bernard Spil2022-10-212-4/+4
|
* finance/nextcloud-cospend: Update to 1.5.2Bernard Spil2022-10-212-5/+5
|
* www/nextcloud-tasks: Update to 0.14.5Bernard Spil2022-10-212-5/+5
|
* www/nextcloud-notes: Update to 4.6.0Bernard Spil2022-10-212-5/+5
|
* www/nextcloud-groupfolders: Update to 13.0.0Bernard Spil2022-10-212-5/+5
|
* www/nextcloud-forms: Update to 3.0.0Bernard Spil2022-10-212-5/+5
|