Commit Graph

7169 Commits

Author SHA1 Message Date
Po-Chuan Hsieh
014ed29c69 archivers/py-cramjam: Update to 2.9.0
Changes:	https://github.com/milesgranger/cramjam/releases
2024-10-23 05:58:18 +08:00
Daniel Engberg
8809754ccc archivers/libzip: Update to 1.11.1
Changelog: https://github.com/nih-at/libzip/releases/tag/v1.11.1

PR:		282216
Reviewed by:	rakuco (maintainer)
2024-10-22 21:39:57 +02:00
Rodrigo Osorio
0975f41464 archivers/rpm4: option and flavor to deactivate OpenMP
Some users reported that OpenMP may have some
strange results on openstack infrastructure.

Disabling OpenMP fix the issue.

PR:		282079
Reported by:	Xavier Beaudouin <kiwi@oav.net>
2024-10-17 10:45:59 +02:00
Po-Chuan Hsieh
b1c39644b0 archivers/py-bitshuffle: Update to 0.5.2
Changes:	https://github.com/kiyo-masui/bitshuffle/releases
2024-10-14 13:25:24 +08:00
Yuri Victorovich
e5985f1450 archovers/libszip: New port: Implementation of the extended-Rice lossless compression algorithm 2024-10-10 14:20:23 -07:00
Jose Alonso Cardenas Marquez
63c1eb1caa */*: Bump PORTREVISION
- editors/lazarus was updated to 3.6.0
- editors/lazarus-devel was updated to 4.99
2024-10-08 22:58:59 -07:00
Nuno Teixeira
16dd72e693 archivers/innoextract: Update to 1.9-11
- Switch to DISTVERSION
- Unbreak build with boost 1.85

ChangeLog:
https://github.com/dscharrer/innoextract/compare/1.9...1.9-11-g264c2fe
2024-10-08 11:10:48 +01:00
Po-Chuan Hsieh
9072feb953 archivers/rubygem-minitar0: Update to 0.12.1
Changes:	https://github.com/halostatue/minitar/blob/main/History.md
2024-10-07 22:16:50 +08:00
Po-Chuan Hsieh
72dde515c0 archivers/py-cramjam: Update to 2.8.4
Changes:	https://github.com/milesgranger/cramjam/releases
2024-10-07 22:16:43 +08:00
Eric Turgeon
0d5b1d74b1 archivers/engrampa: updated to 1.28.2 2024-10-07 07:46:13 -03:00
Alexey Dokuchaev
ee7abddac9 archivers/libdeflate: update the port to version 1.22
PR:		281900
Reported by:	portscout
2024-10-06 17:45:46 +00:00
Rene Ladan
4485bd8221 all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X

Reviewed by:	many

Differential Revision:	https://reviews.freebsd.org/D46601
2024-10-01 20:56:20 +02:00
Rene Ladan
091d672418 archivers/py-borgbackup11: Remove expired port
2024-09-30 archivers/py-borgbackup11: No longer supported upstream, use borgbackup 1.2 (oldstable) or 1.4 (stable) instead.
2024-09-30 21:23:06 +02:00
Po-Chuan Hsieh
e7b99d7724 archivers/librtfcomp: Remove expired port
Latest version was released in 2013. There is no consumers in the ports tree.
2024-09-30 23:58:09 +08:00
Po-Chuan Hsieh
c6d4c3b1d5 archivers/rubygem-minitar-cli: Update to 1.0.0
Changes:	https://github.com/halostatue/minitar-cli/blob/main/History.md
2024-09-30 21:36:41 +08:00
Po-Chuan Hsieh
a8182ede5a archivers/rubygem-minitar: Update to 1.0.2
Changes:	https://github.com/halostatue/minitar/blob/main/History.md
2024-09-30 21:36:40 +08:00
Po-Chuan Hsieh
bb7712ce9b archivers/rubygem-archive-tar-minitar: Update to 0.12
- Mark DEPRECATED and set EXPIRATION_DATE to 2024-10-31
- Change RUN_DEPENDS from rubygem-minitar to rubygem-minitar0
- Change RUN_DEPENDS from rubygem-minitar-cli to rubygem-minitar-cli0

Changes:	https://github.com/halostatue/minitar/blob/main/History.md
2024-09-30 21:36:40 +08:00
Po-Chuan Hsieh
cbed221150 archivers/rubygem-minitar-cli0: Add rubygem-minitar-cli0 0.12 (copied from rubygem-minitar-cli)
- Change RUN_DEPENDS from rubygem-minitar to rubygem-minitar0
- Add PORTSCOUT
2024-09-30 21:36:22 +08:00
Po-Chuan Hsieh
ea9b4b0ada archivers/rubygem-minitar0: Add rubygem-minitar0 0.12 (copied from rubygem-minitar)
- Add PORTSCOUT
2024-09-30 21:36:22 +08:00
Daniel Engberg
d9071da83a archivers/libarchive: Update to 3.7.6
Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.7.6

PR:		281501
Reviewed by:	glewis (maintainer)
2024-09-27 21:14:58 +02:00
Matthias Andree
0450cd7a66 devel/py-msgpack: clean up borgbackup dependencies 2024-09-26 18:15:42 +02:00
Po-Chuan Hsieh
79f32dd4d3 archivers/librtfcomp: Mark DEPRECATED and set EXPIRATION_DATE to 2024-09-30
PR:		281356
Reported by:	diizzy
2024-09-25 12:23:04 +08:00
Po-Chuan Hsieh
e295ee325d archivers/py-borgbackup: Allow build with py-msgpack 1.1.0
- Bump PORTREVISION for package change

Reference:	7511cb6c5e
2024-09-25 12:23:02 +08:00
Po-Chuan Hsieh
36bc423e16 archivers/py-borgbackup: Fix version requirement of py-msgpack
from pyproject.toml:
    "msgpack >=1.0.3, <=1.1.0",

from src/borg/helpers/msgpack.py:
    return (1, 0, 3) <= msgpack.version <= (1, 1, 0) and \

Reference:	https://github.com/borgbackup/borg/blob/1.4.0/pyproject.toml#L37
		https://github.com/borgbackup/borg/blob/1.4.0/src/borg/helpers/msgpack.py#L140
		249b9e804f
2024-09-25 12:23:02 +08:00
Bernhard Froehlich
49c9e58c24 archivers/bzip3: Add CPE_VENDOR information
Event:		DevSummit/202409
2024-09-19 16:49:53 +02:00
Vladimir Druzenko
13cccbda5c archivers/zlib-ng: Update 2.2.1 → 2.2.2
Changelog:
https://github.com/zlib-ng/zlib-ng/releases/tag/2.2.2

Make SIMD option default.

Reported by:	portscout
MFH:		2024Q3
2024-09-18 19:20:45 +03:00
Jose Alonso Cardenas Marquez
1129ab7c1e archivers/peazip: Update to 9.9.1
- Add ONLY_FOR_ARCHS entry. It was removed from fpc and lazarus mk files
- Include support for aarch64
2024-09-17 21:49:21 -07:00
Yuri Victorovich
810d02e9a5 archivers/nfpm: update 2.39.0 → 2.40.0
Reported by:	portscout
2024-09-15 20:09:47 -07:00
mew14930xvi
4070cc4c4b archivers/lhasa: Update to 0.4.0
Add TEST_TARGETS and TEST_DEPENDS.
Switch to DISTVERSION.
Pet portlint, portfmt.

Changelog: https://github.com/fragglet/lhasa/blob/master/NEWS

PR:		277586
Approved by:	maintainer timeout (2+ weeks)
2024-09-15 08:14:45 +02:00
Mikael Urankar
89ab81d0e2 lang/rust: Bump revisions after 1.81.0
PR:		281300
2024-09-10 13:00:34 +02:00
Siva Mahadevan
c0d07f1127 */*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fe

PR:		246993
Differential Revision:	https://reviews.freebsd.org/D46503
2024-09-10 12:58:07 +02:00
Jose Alonso Cardenas Marquez
3b024db732 archivers/lxqt-archiver: Fix unzip dependency
- Add unzip dependency when OSVERSION is less of 14.1
- Bump PORTREVISION

PR:		280217
Reported by:	Kevin Reinholz <kreinholz at_ gmail.com>
2024-09-09 22:45:52 -07:00
Po-Chuan Hsieh
1bb9658293 archivers/rubygem-bzip2-ruby: Fix build
- Unmark DEPRECATED and remove EXPIRATION_DATE
- Clean up Makefile
2024-09-09 02:40:17 +08:00
Po-Chuan Hsieh
0432582a3f archivers/p5-IO-Compress-Lzop: Update to 2.213
Changes:	https://metacpan.org/dist/IO-Compress-Lzop/changes
2024-09-09 02:37:07 +08:00
Po-Chuan Hsieh
4548c6eff8 archivers/p5-IO-Compress-Lzma: Update to 2.213
Changes:	https://metacpan.org/dist/IO-Compress-Lzma/changes
2024-09-09 02:37:07 +08:00
Po-Chuan Hsieh
e934cc3068 archivers/p5-IO-Compress-Lzf: Update to 2.213
Changes:	https://metacpan.org/dist/IO-Compress-Lzf/changes
2024-09-09 02:37:07 +08:00
Po-Chuan Hsieh
d04ce9547c archivers/p5-IO-Compress: Update to 2.213
Changes:	https://metacpan.org/dist/IO-Compress/changes
2024-09-09 02:37:07 +08:00
Po-Chuan Hsieh
516068339a archivers/p5-Compress-Raw-Zlib: Update to 2.213
Changes:	https://metacpan.org/dist/Compress-Raw-Zlib/changes
2024-09-09 02:37:06 +08:00
Po-Chuan Hsieh
e135977dc2 archivers/p5-Compress-Raw-Lzma: Update to 2.213
Changes:	https://metacpan.org/dist/Compress-Raw-Lzma/changes
2024-09-09 02:37:06 +08:00
Po-Chuan Hsieh
ac3d474fac archivers/p5-Compress-Raw-Bzip2: Update to 2.213
Changes:	https://metacpan.org/dist/Compress-Raw-Bzip2/changes
2024-09-09 02:37:06 +08:00
Po-Chuan Hsieh
22c7d337b6 archivers/p5-Archive-Tar-Wrapper: Update to 0.42
Changes:	https://metacpan.org/dist/Archive-Tar-Wrapper/changes
2024-09-09 02:37:06 +08:00
Po-Chuan Hsieh
ef3f237791 archivers/rubygem-minitar-cli: Update to 0.12
Changes:	https://github.com/halostatue/minitar-cli/blob/main/History.md
2024-09-05 14:18:08 +08:00
Po-Chuan Hsieh
0f6610b9b5 archivers/rubygem-minitar: Update to 0.12
Changes:	https://github.com/halostatue/minitar/blob/main/History.md
2024-09-05 14:18:08 +08:00
Po-Chuan Hsieh
455664cfd6 devel/argp-standalone: Update to newer snapshot (8ded2bc)
- Bump PORTREVISION for package change
- Bump PORTREVISION of dependent ports for shlib change
2024-09-05 14:17:39 +08:00
Jan Beich
4bca597469 archivers/unarr: drop maintainership 2024-09-03 15:55:13 +02:00
mew14930xvi
5e19c8fc68 archivers/arqiver: Update 0.9.0 → 0.12.0, flavorize qt, take maintainership
Changelogs:
https://github.com/tsujan/Arqiver/releases/tag/V0.10.0
https://github.com/tsujan/Arqiver/releases/tag/V0.11.0
https://github.com/tsujan/Arqiver/releases/tag/V0.12.0

Port changes:
- Add flavors qt5 and qt6: qt5 is default, qt6 is experimental
- Take maintainership
- Move to a better fit category

PR:	281171
2024-09-01 19:07:03 +03:00
Alexey Dokuchaev
678e84973a archivers/libdeflate: update the port to version 1.21. 2024-08-29 18:52:00 +00:00
Mikael Urankar
7a55f95425 lang/rust: Bump revisions after 1.80.1
PR:		280490
2024-08-26 10:08:01 +02:00
Eero Hanninen
00682fbf1b archivers/lzlib: Enable shared libraries
PR:		ports/280795
2024-08-24 23:11:31 -07:00
Oleg Sidorkin
761e05d92d archivers/py-zlib-ng: Update 0.4.3 → 0.5.0
Changelog:
https://github.com/pycompression/python-zlib-ng/releases/tag/v0.5.0

Improve port:
* Replace cmake requirement from BUILD_DEPENDS to USES=cmake:indirect.
* INSTALL_TARGET=install-strip doesn't work for this port - replace it
  with ${STRIP_CMD}.

PR:	280819
2024-08-22 18:51:59 +03:00