| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
The distfiles were moved to github, so change the port accordingly.
Other changes:
- Build via embedded gmake Makefile
- Add LICENSE file path
- Remove scripts from pkg-plist (not in the distribution anymore)
- Smaller manpage fixes
PR: 269109
Reported by: Daniel Engberg <diizzy@FreeBSD.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Thursday, 2 February 2023
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:
* dolphin: Don't recurse into symlinks when counting directory contents
(Commit, fixes bug #434125)
* kdeconnect: Fix ssh authentication using pubkey on recent openssh
versions (Commit, fixes bug #443155)
* libkdegames: Fix finding knewstuff themes (Commit, fixes bug #464288)
Announcement: https://kde.org/announcements/gear/22.12.2/
|
|
|
|
| |
Changes: https://github.com/simoncozens/collidoscope/commits/master
|
|
|
|
| |
Changes: https://github.com/robotools/fontParts/releases
|
|
|
|
|
|
| |
This is another bugfix only release in the libspectre's 0.2 series.
* Fix exporting to PDF with newer ghostscript
|
|
|
|
| |
PR: 266067
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925
|
|
|
|
|
|
|
| |
- update distfiles to be rebased on the Qt 5.15.8 branch
PR: 268773
Exp-run by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From [1]:
Biber versions are closely coupled with Biblatex versions. You
need to have the right combination of the two. Biber will warn
you during processing if it encounters information which comes
from a Biblatex version which is incompatible. Table 1 shows a
compatibility matrix for the recent versions.
Biber version | Biblatex version
2.18 | 3.18
2.17 | 3.17
2.16 | 3.16
[...]
[1] https://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/development/documentation/biber.pdf/d ownload
|
| |
|
|
|
|
|
|
| |
PR: 267994
Differential revision: D37518
Approved by: bapt
|
|
|
|
| |
Follow-up to 9b78681895a5a5b7225299242098f7f2f27d959c
|
| |
|
|
|
|
|
| |
PR: 268739
Reported by: tijl@
|
|
|
|
| |
PR: 268710
|
|
|
|
| |
Relnotes: https://hg.reportlab.com/hg-public/reportlab/file/tip/CHANGES.md
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/yob/pdf-reader/blob/main/CHANGELOG
|
|
|
|
| |
Changes: https://github.com/fonttools/ufoLib2/releases
|
|
|
|
|
|
| |
dependency
- Bump PORTREVISION for dependency change
|
|
|
|
| |
Changes: https://github.com/googlefonts/glyphsets/releases
|
|
|
|
| |
Changes: https://github.com/fonttools/fonttools/releases
|
|
|
|
|
| |
Freetype Python provides bindings for the FreeType library. Only the high-level
API is bound.
|
|
|
|
|
|
|
|
| |
* rebase the KDE patched Qt5 ontop of the 5.15.7 branch
* update qt5-script to 5.15.11
Exp-run by: antoine
PR: 268533
|
|
|
|
|
|
|
| |
Changes: https://github.com/harfbuzz/uharfbuzz/releases/tag/v0.33.0
Reported by: GitHub (watch releases)
PR: 268424
Exp-run by: antoine
|
|
|
|
|
|
|
| |
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/6.0.0
Reported by: GitHub (watch releases)
PR: 268424
Exp-run by: antoine
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog:
New PPD files for the following models have been added.
EP-885A series
ET-2830 series
ET-2840 series
L3550 series
L3560 series
L5590 series
L8050 series
PX-M887F
PX-S730 series
PX-S887
WF-C4310 series
WF-C5310 series
WF-C5390BAM
WF-C5390 series
WF-C5810 series
WF-C5890BAM
WF-C5890 series
PR: 268507
|
|
|
|
|
|
|
|
|
| |
During my previous commits I missed some ports which were using
lowercase USE_tex which were not searched during my commits on more than
100 ports. I am still unsure how those ports were working as there was
no option for lowercase tex in the previous bsd.tex.mk.
Reported by: zirias
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
| |
Linux CUPS filter program for some Epson printers (L110, L111, L210,
L211, L300, L301, L303, L350, L351, L353, L355, L356, L550, L551, L555)
PR: 234111
|
| |
|
|
|
|
|
|
| |
https://github.com/vedang/pdf-tools/releases/tag/v1.0.0
Sponsored by: The FreeBSD Foundation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
KDE Gear 22.12 is Here!
Thursday, 8 December 2022
KDE Gear ⚙️ is back with exciting new features, performance boosts, and
bugfixes for all your favorite KDE apps!
In this release: Kate extends a warm welcome, Dolphin offers you more
choices, and a lot of apps serve up hamburgers galore!
Announcement: https://kde.org/announcements/gear/22.12.0/
|
|
|
|
| |
Changes: https://github.com/william8000/lout/blob/master/whatsnew#L619
|
|
|
|
|
|
| |
- Requires php74 which was EOL on 2022-11-28
Sponsored by: Bounce Experts
|
| |
|
|
|
|
| |
PR: 268125
|
|
|
|
|
| |
ChangeLog: https://github.com/fontforge/fontforge/releases/tag/20220308
PR: 268060
|
|
|
|
|
|
| |
Bump PORTREVISION of consumers as EMACS_VER is changed to 30.0.50.
Changes: https://github.com/emacs-mirror/emacs/compare/51589f81...7939184f
|
| |
|
|
|
|
| |
PR: 267954, 267955
|
|
|
|
| |
PR: 267892
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change removes duplicated entries from MASTER_SITES and DISTFILES
variables. Now the MASTER_SITES variable will contain single Hackage URL without
any group for the simplest case and with :_cabal_mk_hackage group in nodefault
case.
This change opens a path to using non-Hackage Cabal repositories
(needed for Cardano) and pulling in .cabal revisions without using patches.
Unfortunately, this change results in a large churn in Haskell ports distinfos.
To make this churn less useless, refresh all Haskell dependencies in all ports.
|
|
|
|
| |
644e2a562cc75a56118e4f01fd26f449cb725aef
|
|
|
|
|
|
| |
Calculating differences between colors using the CIEDE2000 algorithm
Sponsored by: Nepustil
|
| |
|