1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

6322 Commits

Author SHA1 Message Date
Yuri Victorovich
44c5860e33 archivers/nfpm: Update 2.15.0 -> 2.15.1
Reported by:	portscout
2022-04-19 20:49:50 -07:00
Robert Clausecker
6a9ffb1def archivers/zpaq: fix build on armv6/armv7
The ARM EABI has an unsigned char type. Fix the build
by using explicitly signed chars in the relevant place.

PR:		263389
2022-04-19 09:56:35 +02:00
Max Brazhnikov
96151ece4c archivers/7-zip: fix build on armv6/armv7
- Extend HWCAP detection patch to use correct auxvals on armv6/armv7.
- Disable optimised AES, CRC, SHA-1, and SHA-256 kernels on armv6/armv7
  as they don't build with base clang.

PR:		263244
Submitted by:	Robert Clausecker
2022-04-18 14:40:48 +03:00
Po-Chuan Hsieh
2ed458a4e0
archivers/p5-IO-Zlib: Update to 1.11
Changes:	https://metacpan.org/dist/IO-Zlib/changes
2022-04-18 07:58:43 +08:00
Po-Chuan Hsieh
4f7b9b1cb6
archivers/p5-Archive-Peek: Update to 0.37
Changes:	https://metacpan.org/dist/Archive-Peek/changes
2022-04-18 07:58:42 +08:00
Po-Chuan Hsieh
48e051652e
archivers/p5-IO-Compress: Update to 2.106
Changes:	https://metacpan.org/dist/IO-Compress/changes
2022-04-18 07:58:06 +08:00
Po-Chuan Hsieh
f14acff091
archivers/c-blosc2: Update to 2.1.0
Changes:	https://github.com/Blosc/c-blosc2/releases
2022-04-18 07:42:15 +08:00
Adriaan de Groot
01e0df99fc archivers/quazip: update to 1.3, latest upstream
Release notes are at
	https://github.com/stachenov/quazip/releases/tag/v1.3
Mostly internal improvements.
2022-04-18 00:19:25 +02:00
Alexey Dokuchaev
a34c2f347e archivers/ocaml-zip: update the port to the latest version 1.11
- Project had been moved under Xavier's GitHub account
- Remove ugly and (now) mostly useless `post-extract' target:
  installation is done via ``ocamlfind install'' which does the
  right thing by itself and passing ${CFLAGS} does not require
  in-place expansion and can be moved to the `patch-Makefile'
- Drop dynamic `pkg-plist' generation in favor of static file

PR:		263005 (modified)
Submitted by:	thierry
Reported by:	portscout (a while ago)
2022-04-17 03:56:14 +00:00
Po-Chuan Hsieh
970cc76f3f
archivers/rubygem-ruby-xz: Update to 1.0.3
Changes:	https://github.com/win93/ruby-xz/blob/stable/HISTORY.rdoc
2022-04-16 12:19:46 +08:00
Po-Chuan Hsieh
97631573e7
archivers/p5-IO-Compress-Lzop: Update to 2.103
Changes:	https://metacpan.org/dist/IO-Compress-Lzop/changes
2022-04-16 12:19:12 +08:00
Po-Chuan Hsieh
44dbd13bab
archivers/p5-IO-Compress-Lzma: Update to 2.103
Changes:	https://metacpan.org/dist/IO-Compress-Lzma/changes
2022-04-16 12:19:12 +08:00
Po-Chuan Hsieh
f347790985
archivers/p5-IO-Compress-Lzf: Update to 2.103
Changes:	https://metacpan.org/dist/IO-Compress-Lzf/changes
2022-04-16 12:19:12 +08:00
Po-Chuan Hsieh
3f1762a402
archivers/p5-IO-Compress: Update to 2.103
- Remove outdated PORTSCOUT

Changes:	https://metacpan.org/dist/IO-Compress/changes
2022-04-16 12:19:12 +08:00
Po-Chuan Hsieh
f64db3959b
archivers/p5-Compress-Raw-Zlib: Update to 2.103
Changes:	https://metacpan.org/dist/Compress-Raw-Zlib/changes
2022-04-16 12:19:12 +08:00
Po-Chuan Hsieh
38a82cb7c1
archivers/p5-Compress-Raw-Lzma: Update to 2.103
Changes:	https://metacpan.org/dist/Compress-Raw-Lzma/changes
2022-04-16 12:19:11 +08:00
Po-Chuan Hsieh
74b8e73689
archivers/p5-Compress-Raw-Bzip2: Update to 2.103
Changes:	https://metacpan.org/dist/Compress-Raw-Bzip2/changes
2022-04-16 12:19:11 +08:00
Yuri Victorovich
e40c5289ce archivers/zstr: Update 1.0.5 -> 1.0.6
Reported by:	portscout
2022-04-14 10:08:21 -07:00
Charlie Li
d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00
Neel Chauhan
016ca218d6 archivers/gzip: Update to 1.12 2022-04-08 21:43:38 -07:00
Jan Beich
268cee3b02 devel/icu: update to 71.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by:	GitHub (watch releases)
PR:		262654
Exp-run by:	antoine
Approved by:	fluffy
2022-04-07 00:39:10 +00:00
Dmitry Marakasov
7b4d1f0b36 */*: fix trailing whitespace in pkg-descr's
Approved by:	portmgr blanket
2022-04-01 18:09:49 +03:00
Guangyuan Yang
d690b5102f */*: Bump PORTREVISION after lang/go 1.18 update 2022-03-30 03:01:44 -04:00
Yasuhiro Kimura
b494b8bcd8 archivers/rubygem-libarchive: Fix build with Ruby 3.x
PR:		262525
Approved by:	maintainer timeout
2022-03-29 16:29:14 +09:00
Thierry Thomas
8a56a24e86 archivers/py-bup: upgrade to 0.32
This release should work with Python-3.9.

Release notes at
	<https://github.com/bup/bup/blob/master/note/0.32-from-0.31.md>.

PR:		262303
Approved by:	maintainer’s time-out
2022-03-26 10:20:18 +01:00
Matthias Fechner
247c7db751 textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
2022-03-26 09:27:27 +01:00
Po-Chuan Hsieh
7e5bafe0f1
archivers/py-zopfli: Add make test 2022-03-26 01:19:23 +08:00
Po-Chuan Hsieh
5ac19b8b6b
archivers/py-zopfli: Update to 0.2.1
Changes:	https://github.com/fonttools/py-zopfli/releases
2022-03-25 21:36:49 +08:00
Po-Chuan Hsieh
5fcd1cbfdb
archivers/py-brotlipy: Update pkg-descr and WWW 2022-03-25 21:36:48 +08:00
Yuri Victorovich
4a87244eb0 archivers/nfpm: Update 2.14.0 -> 2.15.0
Reported by:	portscout
2022-03-19 16:29:21 -07:00
Tobias C. Berner
4c02428b35 KDE: Update KDE Frameworks to 5.92.0
Saturday, 12 March 2022

KDE today announces the release of KDE Frameworks 5.92.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement and Changelog:
	https://kde.org/announcements/frameworks/5/5.92.0/

PR:		262522
Exp-run by:	antoine
2022-03-19 20:10:32 +01:00
Yuri Victorovich
01cd55c201 archivers/zchunk: Update 1.2.0 -> 1.2.1
Reported by:	portscout
2022-03-13 12:53:45 -07:00
Daniel Engberg
f0f7aec3e4 archivers/libarchive: Update to 3.6.0
Backport upstream commits 52efa50c69653029687bfc545703b7340b7a51e2 and
1271f775dc917798ad7d03c3b3bd66bacad03603 for security fixes in
RAR filter, suggested by Tod Jackson

Changelog: https://github.com/libarchive/libarchive/releases/tag/v3.6.0

PR:		262069
Approved by:	glewis (maintainer timeout, 2+ weeks)
2022-03-13 08:53:54 +01:00
Muhammad Moinur Rahman
00018d1610 archivers/py-libarchive-c: Update version 2.9=>4.0
Relnotes:
https://github.com/Changaco/python-libarchive-c/releases/tag/4.0
2022-03-12 04:31:18 -06:00
Muhammad Moinur Rahman
bc808e2bff */*: Take maintainership 2022-03-07 20:09:57 -06:00
Jason E. Hale
4caa00e214 archivers/libunrar6: Update to 6.1.6
Bump PORTREVISION on sysutils/fusefs-rar2fs which builds against the
source.
2022-03-07 19:48:11 -05:00
Po-Chuan Hsieh
44d01a2f1f
archivers/rar: Fix DISTNAME for i386
Reported by:	George L. Yermulnik <yz@yz.kiev.ua>
2022-03-08 03:46:27 +08:00
Po-Chuan Hsieh
9a140b31fe
*/py-*: Take maintainership 2022-03-08 03:24:01 +08:00
Rene Ladan
3d89f95e2f all: return koobs' ports to the pool after safekeeping his commit bit. 2022-03-07 20:07:39 +01:00
Po-Chuan Hsieh
d94780fa1e
archivers/unrar: Update to 6.11 2022-03-08 02:10:54 +08:00
Po-Chuan Hsieh
c6f72ab20d
archivers/rar: Update to 6.11
Changes:	https://www.rarlab.com/rarnew.htm
2022-03-08 02:10:53 +08:00
Tobias C. Berner
d01e18bd21 KDE: Update KDE Gear to 21.12.3
Thursday, 3 March 2022

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

   * kcron: Improve temporary file handling
   * kio-extras: SFTP can use random access
   * kontact: Fix Manager Crash when clicking New

Distro and app store packagers should update their application packages.

Changelog:
	https://kde.org/announcements/changelogs/gear/21.12.3/
Release Notes:
	https://community.kde.org/KDE_Gear/21.12_Release_notes
2022-03-03 17:33:45 +01:00
Rene Ladan
8e2a89b541 cleanup: Remove ports depending on expired lang/gcc6-aux
Keep ports-mgmt/synth and dependencies (including lang/gcc6-aux itself)
for now as synth is the only Ada port still maintained and might be
somewhat high-profile.

Removed ports:
archivers/zip-ada
cad/ghdl
databases/adabase
databases/apq
databases/apq-mysql
databases/apq-odbc
databases/apq-pgsql
devel/ada-util
devel/adabooch
devel/adaid
devel/ahven
devel/alog
devel/aunit
devel/florist-gpl
devel/gprbuild
devel/libspark2012
devel/matreshka
devel/pcsc-ada
devel/pragmarcs
devel/sdl_gnat
dns/ironsides
graphics/generic_image_decoder
lang/adacontrol
lang/asis
lang/gnat_util
lang/lua-ada
math/plplot-ada
misc/excel-writer
net/adasockets
net/anet
security/libadacrypt
textproc/adabrowse
textproc/templates_parser
textproc/words
textproc/xmlada
x11-toolkits/gtkada
x11-toolkits/gtkada3
2022-02-28 22:34:25 +01:00
Dmitry Marakasov
371aef9619 archivers/rpm4: fix python bindings
Fix regression introduced in 468b96c:
- Reenable python bindings which are still available in this package
- Remove dependency on py-python-rpm-packaging as it's not related to
  the bindings and is not required for this port operation

PR:		262173
Approved by:	portmgr blanket (regression)
2022-02-28 16:18:52 +03:00
Po-Chuan Hsieh
c2fa4b35c5
archivers/unrar-iconv: Fix build with unrar 6.10 2022-02-28 20:46:38 +08:00
Po-Chuan Hsieh
33ff8541ea
archivers/unrar: Update to 6.10
- Remove my LOCAL from MASTER_SITES
2022-02-28 20:45:56 +08:00
Po-Chuan Hsieh
cc5f7dfb62
archivers/rar: Update to 6.10
- Update maintainer section

Changes:	https://www.rarlab.com/rarnew.htm
2022-02-28 20:45:56 +08:00
Tobias C. Berner
a480b02ab6 KDE: Update KDE Frameworks to 5.91
Sunday, 13 February 2022

KDE today announces the release of KDE Frameworks 5.91.0.

KDE Frameworks are 83 addon libraries to Qt which provide a wide variety
of commonly needed functionality in mature, peer reviewed and well
tested libraries with friendly licensing terms. For an introduction see
the KDE Frameworks release announcement.

This release is part of a series of planned monthly releases making
improvements available to developers in a quick and predictable manner.

Announcement:
	https://kde.org/announcements/frameworks/5/5.91.0/

PR:		261934
Exp-run by:	antoine
2022-02-27 19:39:06 +01:00
Yuri Victorovich
9edf502a6a archivers/nfpm: Update 2.12.1 -> 2.14.0
Reported by:	portscout
2022-02-27 10:35:40 -08:00
Yuri Victorovich
0216168ecb archivers/zchunk: Update 1.1.16 -> 1.2.0
Reported by:	portscout
2022-02-27 10:35:40 -08:00