pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/p5-biblatex-biber p5-biblatex-biber: update to 2...
details: https://anonhg.NetBSD.org/pkgsrc/rev/279e908df6ed
branches: trunk
changeset: 388778:279e908df6ed
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Dec 14 12:25:05 2018 +0000
description:
p5-biblatex-biber: update to 2.11nb2.
Sort dependencies. Add missing {test,}dependencies, remove non-dependency.
All tests pass now.
Remove manual installation of biber into bin/ - this happens automatically
for perl packages.
Fixes:
pkg_delete: Couldn't remove /usr/pkg/bin/biber
when removing the package.
diffstat:
print/p5-biblatex-biber/Makefile | 42 ++++++++++++++++++++-------------------
print/p5-biblatex-biber/PLIST | 2 -
2 files changed, 22 insertions(+), 22 deletions(-)
diffs (89 lines):
diff -r 86da4eb127be -r 279e908df6ed print/p5-biblatex-biber/Makefile
--- a/print/p5-biblatex-biber/Makefile Fri Dec 14 11:56:48 2018 +0000
+++ b/print/p5-biblatex-biber/Makefile Fri Dec 14 12:25:05 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2018/08/22 09:46:14 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2018/12/14 12:25:05 wiz Exp $
DISTNAME= biber-2.11
PKGNAME= p5-biblatex-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GITHUB:=plk/}
GITHUB_PROJECT= biber
@@ -19,48 +19,50 @@
USE_TOOLS+= perl
REPLACE_PERL+= bin/biber
+DEPENDS+= p5-Business-ISBN-[0-9]*:../../misc/p5-Business-ISBN
+DEPENDS+= p5-Business-ISMN-[0-9]*:../../misc/p5-Business-ISMN
+DEPENDS+= p5-Business-ISSN-[0-9]*:../../misc/p5-Business-ISSN
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-Data-Compare-[0-9]*:../../devel/p5-Data-Compare
DEPENDS+= p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump
DEPENDS+= p5-Data-Uniqid-[0-9]*:../../devel/p5-Data-Uniqid
DEPENDS+= p5-DateTime-Calendar-Julian-[0-9]*:../../time/p5-DateTime-Calendar-Julian
DEPENDS+= p5-DateTime-Format-Builder-[0-9]*:../../time/p5-DateTime-Format-Builder
-DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
+DEPENDS+= p5-Encode-EUCJPASCII-[0-9]*:../../textproc/p5-Encode-EUCJPASCII
+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-IPC-Cmd-[0-9]*:../../devel/p5-IPC-Cmd
+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-List-MoreUtils-XS-[0-9]*:../../devel/p5-List-MoreUtils-XS
DEPENDS+= p5-Log-Log4perl-[0-9]*:../../devel/p5-Log-Log4perl
+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
+# not mentioned, but needed
+DEPENDS+= p5-Sub-Name-[0-9]*:../../devel/p5-Sub-Name
+DEPENDS+= p5-Text-BibTeX>=0.76:../../textproc/p5-Text-BibTeX
DEPENDS+= p5-Text-CSV-[0-9]*:../../textproc/p5-Text-CSV
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-Collate>=1.19:../../converters/p5-Unicode-Collate
+DEPENDS+= p5-Unicode-LineBreak>=2016.003:../../textproc/p5-Unicode-LineBreak
DEPENDS+= p5-Unicode-Normalize>=1.25:../../converters/p5-Unicode-Normalize
+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-LibXML-Simple-[0-9]*:../../textproc/p5-XML-LibXML-Simple
DEPENDS+= p5-XML-LibXSLT-[0-9]*:../../textproc/p5-XML-LibXSLT
-DEPENDS+= p5-Business-ISSN-[0-9]*:../../misc/p5-Business-ISSN
-DEPENDS+= p5-Business-ISMN-[0-9]*:../../misc/p5-Business-ISMN
-DEPENDS+= p5-Unicode-LineBreak>=2016.003:../../textproc/p5-Unicode-LineBreak
-DEPENDS+= p5-Encode-EUCJPASCII-[0-9]*:../../textproc/p5-Encode-EUCJPASCII
-DEPENDS+= p5-Encode-HanExtra-[0-9]*:../../textproc/p5-Encode-HanExtra
-DEPENDS+= p5-Encode-JIS2K-[0-9]*:../../textproc/p5-Encode-JIS2K
-DEPENDS+= p5-Lingua-Translit>=0.25:../../textproc/p5-Lingua-Translit
+DEPENDS+= p5-XML-Writer-[0-9]*:../../textproc/p5-XML-Writer
DEPENDS+= p5-autovivification-[0-9]*:../../devel/p5-autovivification
-
-DEPENDS+= p5-IPC-Cmd-[0-9]*:../../devel/p5-IPC-Cmd
-DEPENDS+= p5-IPC-Run3-[0-9]*:../../devel/p5-IPC-Run3
-DEPENDS+= p5-Text-BibTeX>=0.76:../../textproc/p5-Text-BibTeX
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
BUILD_DEPENDS+= p5-ExtUtils-LibBuilder>=0.4:../../devel/p5-ExtUtils-LibBuilder
BUILD_DEPENDS+= p5-Config-AutoConf>=0.15:../../devel/p5-Config-AutoConf
-INSTALLATION_DIRS= bin
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/biber ${DESTDIR}${PREFIX}/bin
+TEST_DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
+TEST_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 86da4eb127be -r 279e908df6ed print/p5-biblatex-biber/PLIST
--- a/print/p5-biblatex-biber/PLIST Fri Dec 14 11:56:48 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2012/11/23 00:42:21 ryoon Exp $
-bin/biber
Home |
Main Index |
Thread Index |
Old Index