git: 0db54da92864 - main - print/latex-biber: Add some more missing dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Sep 2022 08:38:29 UTC
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=0db54da92864b0e4f649f36653d704d753142a06 commit 0db54da92864b0e4f649f36653d704d753142a06 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2022-09-30 08:37:14 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2022-09-30 08:37:14 +0000 print/latex-biber: Add some more missing dependencies --- print/latex-biber/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/print/latex-biber/Makefile b/print/latex-biber/Makefile index 72b3abb1e945..1a35491301a8 100644 --- a/print/latex-biber/Makefile +++ b/print/latex-biber/Makefile @@ -1,7 +1,7 @@ PORTNAME= biber PORTVERSION= 2.17 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print perl5 PKGNAMEPREFIX= latex- DIST_SUBDIR= TeX @@ -20,19 +20,27 @@ __DEPENDS= ja-p5-Encode-EUCJPASCII>0:japanese/p5-Encode-EUCJPASCII \ p5-Config-AutoConf>0:devel/p5-Config-AutoConf \ p5-Data-Compare>0:devel/p5-Data-Compare \ p5-Data-Dump>0:devel/p5-Data-Dump \ + p5-Data-Uniqid>0:devel/p5-Data-Uniqid \ p5-Date-Simple>0:devel/p5-Date-Simple \ + p5-DateTime>=0:devel/p5-DateTime \ + p5-DateTime-Format-Builder>=0:devel/p5-DateTime-Format-Builder \ + p5-DateTime-Calendar-Julian>=0:devel/p5-DateTime-Calendar-Julian \ p5-Encode-HanExtra>0:chinese/p5-Encode-HanExtra \ p5-Encode-JIS2K>0:converters/p5-Encode-JIS2K \ p5-ExtUtils-LibBuilder>0:devel/p5-ExtUtils-LibBuilder \ p5-File-Slurp>0:devel/p5-File-Slurp \ + p5-File-Slurper>=0:devel/p5-File-Slurper \ p5-IPC-Cmd>0:devel/p5-IPC-Cmd p5-IPC-Run3>0:devel/p5-IPC-Run3 \ p5-List-AllUtils>0:devel/p5-List-AllUtils \ p5-List-MoreUtils>0:lang/p5-List-MoreUtils \ p5-Log-Log4perl>0:devel/p5-Log-Log4perl \ p5-Module-Build>=0.4206:devel/p5-Module-Build \ p5-Mozilla-CA>0:www/p5-Mozilla-CA \ + p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent \ p5-Regexp-Common>0:textproc/p5-Regexp-Common \ + p5-Sort-Key>=0:devel/p5-Sort-Key \ p5-Text-BibTeX>0:textproc/p5-Text-BibTeX \ + p5-Text-CSV>=0:textproc/p5-Text-CSV \ p5-Text-Roman>0:textproc/p5-Text-Roman p5-URI>0:net/p5-URI \ p5-Unicode-Collate>0:textproc/p5-Unicode-Collate \ p5-Unicode-LineBreak>0:textproc/p5-Unicode-LineBreak \