pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/p5-biblatex-biber



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug  8 23:57:54 UTC 2024

Modified Files:
        pkgsrc/print/p5-biblatex-biber: Makefile

Log Message:
p5-biblatex-biber: add some missing dependencies.

Bump PKGREVISION.

Inspired by PR 58563 by Jim Bernard, but add more that the build
process complains about.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/print/p5-biblatex-biber/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/p5-biblatex-biber/Makefile
diff -u pkgsrc/print/p5-biblatex-biber/Makefile:1.37 pkgsrc/print/p5-biblatex-biber/Makefile:1.38
--- pkgsrc/print/p5-biblatex-biber/Makefile:1.37        Mon Mar 25 10:53:40 2024
+++ pkgsrc/print/p5-biblatex-biber/Makefile     Thu Aug  8 23:57:54 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2024/03/25 10:53:40 markd Exp $
+# $NetBSD: Makefile,v 1.38 2024/08/08 23:57:54 wiz Exp $
 
 DISTNAME=      biber-2.20
 PKGNAME=       p5-biblatex-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=plk/}
 GITHUB_PROJECT=        biber
@@ -31,12 +32,15 @@ DEPENDS+=           p5-Encode-EUCJPASCII-[0-9]*:.
 DEPENDS+=              p5-Encode-HanExtra-[0-9]*:../../textproc/p5-Encode-HanExtra
 DEPENDS+=              p5-Encode-JIS2K-[0-9]*:../../textproc/p5-Encode-JIS2K
 DEPENDS+=              p5-File-Slurper-[0-9]*:../../devel/p5-File-Slurper
+DEPENDS+=              p5-IO-String-[0-9]*:../../devel/p5-IO-String
 DEPENDS+=              p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
 DEPENDS+=              p5-Lingua-Translit>=0.25:../../textproc/p5-Lingua-Translit
 DEPENDS+=              p5-List-AllUtils-[0-9]*:../../devel/p5-List-AllUtils
 DEPENDS+=              p5-List-MoreUtils-XS-[0-9]*:../../devel/p5-List-MoreUtils-XS
 DEPENDS+=              p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
 DEPENDS+=              p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
+DEPENDS+=              p5-Mozilla-CA-[0-9]*:../../security/p5-Mozilla-CA
+DEPENDS+=              p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent
 DEPENDS+=              p5-PerlIO-utf8_strict-[0-9]*:../../devel/p5-PerlIO-utf8_strict
 DEPENDS+=              p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
 DEPENDS+=              p5-Sort-Key-[0-9]*:../../devel/p5-Sort-Key
@@ -47,6 +51,7 @@ DEPENDS+=             p5-Text-CSV-[0-9]*:../../text
 DEPENDS+=              p5-Text-CSV_XS-[0-9]*:../../textproc/p5-Text-CSV_XS
 DEPENDS+=              p5-Text-Roman-[0-9]*:../../textproc/p5-Text-Roman
 DEPENDS+=              p5-Unicode-LineBreak>=2016.003:../../textproc/p5-Unicode-LineBreak
+DEPENDS+=              p5-LWP-Protocol-https-[0-9]*:../../www/p5-LWP-Protocol-https
 DEPENDS+=              p5-XML-LibXML-Simple-[0-9]*:../../textproc/p5-XML-LibXML-Simple
 DEPENDS+=              p5-XML-LibXML>=1.70:../../textproc/p5-XML-LibXML
 DEPENDS+=              p5-XML-LibXSLT-[0-9]*:../../textproc/p5-XML-LibXSLT



Home | Main Index | Thread Index | Old Index