Paavo-Einari Kaipila
1678d89418
archivers/php-brotli: Update version 0.19.0=>0.20.0
...
Changelog:
https://github.com/kjdev/php-ext-brotli/releases/tag/0.20.0
Commit log:
https://github.com/kjdev/php-ext-brotli/compare/0.19.0...0.20.0
remove config.m4 patch, which has been upstreamed
undo 63b6120db0
PR: 296523
Approved by: submitter is maintainer
2026-07-12 19:24:46 +02:00
Paavo-Einari Kaipila
c862506f39
archivers/php-zstd: Update version 0.16.0=>0.17.0
...
Changelog:
https://github.com/kjdev/php-ext-zstd/releases/tag/0.17.0
Commit log:
https://github.com/kjdev/php-ext-zstd/compare/0.16.0...0.17.0
remove config.m4 patch, which has been upstreamed
undo 63b6120db0
PR: 296523
Approved by: submitter is maintainer
2026-07-12 19:24:46 +02:00
Paavo-Einari Kaipila
3768145577
archivers/php-lz4: Restore build with php86
...
PR: 296523
Approved by: submitter is maintainer
Tested by: bofh
2026-07-12 19:24:45 +02:00
Po-Chuan Hsieh
42c3a19d08
archivers/pecl-zstd: Update to 0.17.0
...
- Add APCU option
Changes: https://pecl.php.net/package-changelog.php?package=zstd
https://github.com/kjdev/php-ext-zstd/commits/master
2026-07-11 20:20:57 +08:00
Po-Chuan Hsieh
74e36ad2be
archivers/p5-IO-Compress: Update to 2.223
...
Changes: https://metacpan.org/dist/IO-Compress/changes
2026-07-11 20:20:55 +08:00
Max Brazhnikov
cc5b68fa16
KDE: Update KDE Frameworks 6 to 6.28.0
...
Announcement: https://kde.org/announcements/frameworks/6/6.28.0/
2026-07-11 13:03:38 +03:00
Sofian Brabez
bc2e4ea67b
archivers/py-lzma: update to 0.6.1
2026-07-10 14:41:14 +00:00
Dag-Erling Smørgrav
4ea3547132
various: Bump go ports for go-1.25.12 / 1.26.5
2026-07-10 09:54:15 +02:00
Po-Chuan Hsieh
7ce22ffcd4
archivers/py-borgbackup: Allow build with py-msgpack 1.2.1
...
- Bump PORTREVISION for package change
Obtained from: https://github.com/borgbackup/borg/commit/2b93c83c179569d9aeb02c6aa387e5312590f505
https://github.com/borgbackup/borg/commit/8abdd3b8bf065dceecd52d2b22d92b3c407a7c1d
2026-07-08 21:34:18 +08:00
Po-Chuan Hsieh
610441656c
archivers/rubygem-rubyzip: Update to 3.4.1
...
Changes: https://github.com/rubyzip/rubyzip/releases
https://github.com/rubyzip/rubyzip/blob/main/Changelog.md
2026-07-08 21:32:46 +08:00
Po-Chuan Hsieh
a8707a012b
archivers/py-zopfli: Update to 0.4.3
...
Changes: https://github.com/fonttools/py-zopfli/releases
2026-07-08 21:31:03 +08:00
Po-Chuan Hsieh
977dff4cc7
archivers/pecl-zstd: Update to 0.16.0
...
Changes: https://pecl.php.net/package-changelog.php?package=zstd
https://github.com/kjdev/php-ext-zstd/commits/master
2026-07-08 21:31:02 +08:00
Po-Chuan Hsieh
16e0a4faaa
archivers/p5-IO-Compress: Update to 2.221
...
Changes: https://metacpan.org/dist/IO-Compress/changes
2026-07-08 21:30:52 +08:00
Po-Chuan Hsieh
ba23d43c80
archivers/upx: Update to 5.2.0
...
Changes: https://github.com/upx/upx/releases
https://github.com/upx/upx/blob/master/NEWS
2026-07-08 21:30:25 +08:00
Po-Chuan Hsieh
2eb226964a
archivers/unrar: Update to 7.23
...
Changes: https://www.rarlab.com/rarnew.htm
2026-07-08 21:30:25 +08:00
Po-Chuan Hsieh
b1204c44bc
archivers/rar: Update to 7.23
...
Changes: https://www.rarlab.com/rarnew.htm
2026-07-08 21:30:24 +08:00
Robert Clausecker
796e29309e
archivers/plakar: only for aarch64, amd64
...
The module modernc.org/sqlite (and dependencies such as modernc.org/libc)
are only available on aarch64 and amd64 FreeBSD. Other platforms are
not supported on FreeBSD right now.
Approved by: portmgr (build fix blanket)
2026-07-08 10:49:10 +02:00
Xin LI
5f9d389f29
databases/lmdb0: Add port for LMDB 0.9.x legacy ABI
...
LMDB 1.0 introduced an incompatible on-disk format change and subtle
API breakage: applications that compiled cleanly against 1.0 headers
could fail silently at run time. Known affected ports include dns/knot3,
mail/bogofilter, and mail/postfix; the postfix issue has been confirmed
upstream. Linux distributions such as Arch Linux have observed the same
breakage. Samba can also be affected in certain configurations.
Because the regression is not detectable in an -exp build run -- the
postfix failure only manifests at run time, and bogofilter was caught
only because post-build self-tests happen to exercise this path -- we
cannot rely on package builds to validate the 1.0 upgrade.
This commit introduces databases/lmdb0 as a holding port for the 0.9.35
release, pinned to the 0.x branch with PORTSCOUT=limit:^0. and mutually
conflicting with databases/lmdb, which retains 1.0. The two packages
cannot be installed simultaneously, but having lmdb0 available means:
* Ports known to require the 0.9 ABI can declare an explicit dependency
on databases/lmdb0 until they are validated against 1.0.
* Users with existing databases in the 0.9 format can still access the
mdb_dump and mdb_load utilities to migrate data before upgrading.
* The package conflict prevents accidental mixing.
All 50 direct dependents of databases/lmdb are redirected to
databases/lmdb0 for now with a PORTREVISION bump, effectively restoring
the tree to the state prior to the LMDB 1.0 update. Once all dependent
ports are validated against LMDB 1.0, they will be moved back to
databases/lmdb and databases/lmdb0 will be removed.
PR: ports/296530
2026-07-06 08:57:32 -07:00
Yuri Victorovich
9df4656b92
archivers/ouch: update 0.8.0 → 0.8.1
2026-07-06 07:26:25 -07:00
Muhammad Moinur Rahman
ead69c7765
archivers/py-arpy: New port
...
arpy is a library for accessing the archive files and reading the
contents. It supports extended long filenames in both GNU and BSD
format. Right now it does not support the symbol tables, but can ignore
them gracefully.
WWW: https://github.com/viraptor/arpy
2026-07-05 20:58:39 +02:00
Jason E. Hale
285971b537
archivers/libunrar: Update to 7.2.7
...
Bump PORTREVISION on filesystems/rar2fs which builds against the
source.
2026-07-04 23:43:07 -04:00
Jesús Daniel Colmenares Oviedo
2e12e7faaf
archivers/appscript: Update to 1.0.0
...
ChangeLog: https://github.com/DtxdF/appscript/releases/tag/v1.0.0
2026-07-04 20:52:06 -04:00
Muhammad Moinur Rahman
63b6120db0
*/*php86*: Sunrise
...
Please DO NOT use this version in production, it is an early test version.
For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.6.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS
2026-07-04 20:17:34 +02:00
Dima Panov
ec1ace3109
archivers/xarchiver: archivers/rar[i386] is available only for i386/amd64 arches (+)
...
Define correct dependencies on rar only on supported arches
Approved by: portmgr blanket
2026-07-03 13:37:45 +03:00
Dima Panov
1c76a4d986
archivers/xarchive: archivers/rar[i386] is available only for i386/amd64 arches (+)
...
Define correct dependencies on rar only on supported arches
Approved by: portmgr blanket
2026-07-03 13:37:29 +03:00
Dima Panov
e2b5683a11
archivers/py-comicapi: archivers/rar[i386] is available only for i386/amd64 arches (+)
...
Define correct dependencies on rar only on supported arches
Approved by: portmgr blanket
2026-07-03 13:37:08 +03:00
Dima Panov
4c7de5a472
archivers/file-roller: archivers/rar[i386] is available only for i386/amd64 arches (+)
...
Define correct dependencies on rar only on supported arches
Approved by: portmgr blanket
2026-07-03 13:36:42 +03:00
Dima Panov
90ff69df3c
archivers/ark: archivers/rar[i386] is available only for i386/amd64 arches (+)
...
Define correct dependencies on rar only on supported arches
Approved by: portmgr blanket
2026-07-03 13:36:07 +03:00
Robert Clausecker
2821c2b2c2
archivers/lzma: update to 26.02
...
- add 7-zip.org to MASTER_SITES as distfile not yet on Sourceforge
(but will probably be uploaded soon)
Upstream changes:
- Some bugs and vulnerabilities were fixed.
MFH: 2026Q2
2026-07-03 12:16:18 +02:00
Max Brazhnikov
bbb9a6dc2d
KDE: Update KDE Gear to 26.04.3
...
Announcement: https://kde.org/announcements/gear/26.04.3/
2026-07-02 15:16:28 +03:00
Rene Ladan
0d4ebdd15c
Mk/bsd.port.mk: mark 14.3 unsupported
...
all: drop supoprt for FreeBSD 14.3
While here clean up some leftovers from FreeBSD 13
Reviewed by: adamw, jbeich, kirill_varnakov.com, saheed, sunpoet
Approved by: portmgr (implicit)
Differential Revision: https://reviews.freebsd.org/D57282
2026-07-01 22:34:23 +02:00
Vladimir Druzenko
21a743f8fd
archivers/minizip-ng: Update 4.2.1 => 4.2.2
...
Changelog:
https://github.com/zlib-ng/minizip-ng/releases/tag/4.2.2
Sponsored by: UNIS Labs
2026-07-01 23:30:11 +03:00
Rene Ladan
6e83af8072
archivers/zipmix: Remove expired port
...
2026-06-30 archivers/zipmix: No longer supported upstream. Replaced by archivers/archmerge
2026-06-30 23:50:59 +02:00
Nuno Teixeira
5560373b27
archivers/xarchiver: Update to 0.5.4.27
...
ChangeLog: https://github.com/ib/xarchiver/compare/0.5.4.26...0.5.4.27
2026-06-30 19:35:01 +01:00
Ollivier Robert
0e4ab96dac
archivers/plakar: update to 1.1.3
...
Changes: https://github.com/PlakarKorp/plakar/releases
PR: 296059
Approved by: maintainer (timeout)
2026-06-29 12:11:32 +02:00
Max Brazhnikov
a65ff5cd51
archivers/7-zip: Update to 26.02
...
Release notes: https://sourceforge.net/p/sevenzip/discussion/45797/thread/b8d64839d0/
2026-06-27 12:58:35 +03:00
Po-Chuan Hsieh
5ff12f2c24
archivers/rubygem-rubyzip: Update to 3.4.0
...
Changes: https://github.com/rubyzip/rubyzip/releases
https://github.com/rubyzip/rubyzip/blob/main/Changelog.md
2026-06-27 04:45:34 +08:00
Po-Chuan Hsieh
5260da4f1f
archivers/py-zopfli: Update to 0.4.2
...
Changes: https://github.com/fonttools/py-zopfli/releases
2026-06-27 04:44:31 +08:00
Po-Chuan Hsieh
5ea86198b7
archivers/rubygem-rubyzip2: Add rubygem-rubyzip2 2.4.1 (copied from rubygem-rubyzip)
...
- Add PORTSCOUT
2026-06-27 04:43:02 +08:00
Kousuke Kannagi
ef0a6f91fa
archivers/lhasa: Update to 0.6.0
...
https://raw.githubusercontent.com/fragglet/lhasa/refs/tags/v0.6.0/NEWS.md
PR: 296122
Approved by: osa (mentor)
2026-06-27 05:05:08 +09:00
Max Brazhnikov
70e658cce5
KDE: Update KDE Frameworks 6 to 6.27.0
...
Announcement: https://kde.org/announcements/frameworks/6/6.27.0/
PR: 296021
Exp-run by: antoine
2026-06-26 20:23:05 +03:00
Yuri Victorovich
ff9d501856
archivers/nfpm: update 2.46.3 → 2.47.0
...
Reported by: portscout
2026-06-20 22:46:58 -07:00
Eric Turgeon
94f838750d
archivers/engrampa: remove unneeded USE_GITHUB and GH_ACCOUNT
...
Remove USE_GITHUB=nodefault and GH_ACCOUNT as they are not needed
with an explicit MASTER_SITES. Add back DIST_SUBDIR=mate.
2026-06-19 08:10:27 -03:00
Wen Heping
7e8590c0f0
archivers/R-cran-zip: Update to 3.0.0
2026-06-19 01:19:33 +00:00
Ganael LAPLANCHE
5048cc055b
archivers/par2cmdline: Update to 1.2.0
...
Changelog: https://github.com/Parchive/par2cmdline/blob/v1.2.0/ChangeLog
2026-06-18 12:29:20 +02:00
Jose Alonso Cardenas Marquez
6bda1a72b7
*/*: Bump PORTREVISION. editors/lazarus was updated to 4.8
2026-06-17 00:13:38 -07:00
Kousuke Kannagi
5b0052e499
archivers/arqiver: Update to 1.0.2
...
https://github.com/tsujan/Arqiver/releases/tag/V1.0.2
PR: 296028
Approved by: osa (mentor)
2026-06-15 01:00:59 +09:00
Jose Alonso Cardenas Marquez
1900194e50
archivers/peazip: Update to 11.1.0
2026-06-10 23:46:20 -07:00
Rodrigo Osorio
8be3d5d07b
archivers/p5-Archive-Tar: update 3.10 -> 3.12
...
Changelog: https://metacpan.org/dist/Archive-Tar/changes
Major changes:
- Allow '..' links in secure extract in parent path for
symlinks and hardlinks
Port changes:
- Update TEST_TEPENDS to pass all the tests
2026-06-10 14:41:40 +02:00
Max Brazhnikov
c3bbef03e8
*/kf6-*: Pet portlint
2026-06-09 23:06:47 +03:00