mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
print/latex-biber: Update to 2.20
Now that TeX Live 2025 is in the ports, LaTeX Biber must also be adapted to BibLaTeX version 3.20. Changes: - Added new option settings `minyearinit` and `minyearfull` for `uniquename` - Added `\DeclareNamehashTemplate` and supporting macros to allow customisation of the nameparts used in name hash construction. - Added facility for custom namehash ids in extended name format. - Added new field `fullhashraw`. - Misc bug fixes PR: 286175 MFH: 2025Q2
This commit is contained in:
parent
09888dc013
commit
4ae0dadf4d
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
PORTNAME= biber
|
||||
# https://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/development/documentation/biber.pdf/download
|
||||
# Keep this in-sync with biblatex.sty (currently at 3.19).
|
||||
# Keep this in-sync with biblatex.sty (currently at 3.20).
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.19
|
||||
DISTVERSION= 2.20
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= print perl5
|
||||
PKGNAMEPREFIX= latex-
|
||||
|
@ -68,8 +68,7 @@ GH_ACCOUNT= plk
|
|||
USE_PERL5= modbuild
|
||||
USE_TEX= texmf
|
||||
|
||||
# t/remote-files.t .......... Dubious, test returned 1 (wstat 256, 0x100)
|
||||
# Failed 1/52 test programs. 1/1268 subtests failed.
|
||||
# All tests successful. Files=51, Tests=1274. Result: PASS
|
||||
TEST_ENV+= BIBER_DEV_TESTS=1
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1729444061
|
||||
SHA256 (TeX/plk-biber-v2.19_GH0.tar.gz) = 1c1266bc8adb1637c4c59e23c47d919c5a38da4e53544a3c22c21de4a68fc9fe
|
||||
SIZE (TeX/plk-biber-v2.19_GH0.tar.gz) = 1634803
|
||||
TIMESTAMP = 1744972861
|
||||
SHA256 (TeX/plk-biber-v2.20_GH0.tar.gz) = 19f0312e59bf2f5711b8d69b3585a0ca894c36574f086fbb8d53ccd5c0a45ff9
|
||||
SIZE (TeX/plk-biber-v2.20_GH0.tar.gz) = 1632745
|
||||
|
|
Loading…
Add table
Reference in a new issue