head 1.12; access; symbols pkgsrc-2023Q4:1.12.0.4 pkgsrc-2023Q4-base:1.12 pkgsrc-2023Q3:1.12.0.2 pkgsrc-2023Q3-base:1.12 pkgsrc-2023Q2:1.11.0.2 pkgsrc-2023Q2-base:1.11 pkgsrc-2023Q1:1.10.0.6 pkgsrc-2023Q1-base:1.10 pkgsrc-2022Q4:1.10.0.4 pkgsrc-2022Q4-base:1.10 pkgsrc-2022Q3:1.10.0.2 pkgsrc-2022Q3-base:1.10 pkgsrc-2022Q2:1.9.0.10 pkgsrc-2022Q2-base:1.9 pkgsrc-2022Q1:1.9.0.8 pkgsrc-2022Q1-base:1.9 pkgsrc-2021Q4:1.9.0.6 pkgsrc-2021Q4-base:1.9 pkgsrc-2021Q3:1.9.0.4 pkgsrc-2021Q3-base:1.9 pkgsrc-2021Q2:1.9.0.2 pkgsrc-2021Q2-base:1.9 pkgsrc-2021Q1:1.8.0.6 pkgsrc-2021Q1-base:1.8 pkgsrc-2020Q4:1.8.0.4 pkgsrc-2020Q4-base:1.8 pkgsrc-2020Q3:1.8.0.2 pkgsrc-2020Q3-base:1.8 pkgsrc-2020Q2:1.6.0.6 pkgsrc-2020Q2-base:1.6 pkgsrc-2020Q1:1.6.0.2 pkgsrc-2020Q1-base:1.6 pkgsrc-2019Q4:1.6.0.4 pkgsrc-2019Q4-base:1.6 pkgsrc-2019Q3:1.5.0.2 pkgsrc-2019Q3-base:1.5 pkgsrc-2019Q2:1.3.0.8 pkgsrc-2019Q2-base:1.3 pkgsrc-2019Q1:1.3.0.6 pkgsrc-2019Q1-base:1.3 pkgsrc-2018Q4:1.3.0.4 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.3.0.2 pkgsrc-2018Q3-base:1.3 pkgsrc-2018Q2:1.2.0.10 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.8 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.6 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.4 pkgsrc-2017Q3-base:1.2; locks; strict; comment @# @; 1.12 date 2023.07.06.09.41.37; author wiz; state Exp; branches; next 1.11; commitid 6meR4IA6XJRNYIvE; 1.11 date 2023.06.06.12.42.26; author riastradh; state Exp; branches; next 1.10; commitid xhspr6Z8JLQOWSrE; 1.10 date 2022.06.28.11.36.15; author wiz; state Exp; branches; next 1.9; commitid D2UoJrTHpoHEANJD; 1.9 date 2021.05.24.19.54.28; author wiz; state Exp; branches; next 1.8; commitid qokaiStTApGMcrUC; 1.8 date 2020.09.04.09.29.11; author wiz; state Exp; branches; next 1.7; commitid fXWl8JICh6OBcImC; 1.7 date 2020.08.31.18.11.46; author wiz; state Exp; branches; next 1.6; commitid 7zxRbfOkDOoxbfmC; 1.6 date 2019.11.04.21.43.40; author rillig; state Exp; branches; next 1.5; commitid N5dAweKpOIEm4AJB; 1.5 date 2019.08.11.13.23.28; author wiz; state Exp; branches; next 1.4; commitid Ifet9Pg6Qt99ZByB; 1.4 date 2019.06.30.20.16.49; author nia; state Exp; branches; next 1.3; commitid gIe5Iz9xY2MIDftB; 1.3 date 2018.08.22.09.46.49; author wiz; state Exp; branches; next 1.2; commitid YLub8g3ofvFGb6PA; 1.2 date 2017.08.14.06.45.30; author wiz; state Exp; branches; next 1.1; commitid xfAisMv3ojEsc93A; 1.1 date 2017.08.01.13.13.17; author markd; state Exp; branches; next ; commitid jhqGPLqk6BrlLv1A; desc @@ 1.12 log @*: recursive bump for perl 5.38 @ text @# $NetBSD: Makefile,v 1.11 2023/06/06 12:42:26 riastradh Exp $ DISTNAME= Encode-HanExtra-0.23 PKGNAME= p5-${DISTNAME} PKGREVISION= 7 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://metacpan.org/release/Encode-HanExtra COMMENT= Extra sets of Chinese encodings LICENSE= mit # wants both Module::Install and Module::Build PERL5_MODULE_TYPE= Module::Install TOOL_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build #TOOL_DEPENDS+= p5-Module-Install-[0-9]*:../../devel/p5-Module-Install PERL5_PACKLIST= auto/Encode/HanExtra/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" @ 1.11 log @Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2022/06/28 11:36:15 wiz Exp $ d5 1 a5 1 PKGREVISION= 6 @ 1.10 log @*: recursive bump for perl 5.36 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2021/05/24 19:54:28 wiz Exp $ d16 2 a17 2 BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build #BUILD_DEPENDS+= p5-Module-Install-[0-9]*:../../devel/p5-Module-Install @ 1.9 log @*: recursive bump for perl 5.34 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2020/09/04 09:29:11 wiz Exp $ d5 1 a5 1 PKGREVISION= 5 @ 1.8 log @*: remove references to p5-Encode Encode has been part of perl since ~forever @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2020/08/31 18:11:46 wiz Exp $ d5 1 a5 1 PKGREVISION= 4 @ 1.7 log @*: bump PKGREVISION for perl-5.32. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2019/11/04 21:43:40 rillig Exp $ d5 1 a5 1 PKGREVISION= 3 a20 1 .include "../../textproc/p5-Encode/buildlink3.mk" @ 1.6 log @textproc: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2019/08/11 13:23:28 wiz Exp $ d5 1 a5 1 PKGREVISION= 2 @ 1.5 log @Bump PKGREVISIONs for perl 5.30.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2019/06/30 20:16:49 nia Exp $ d16 1 a16 1 BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build @ 1.4 log @Update packages using a search.cpan.org HOMEPAGE to metacpan.org. The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2018/08/22 09:46:49 wiz Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.3 log @Recursive bump for perl5-5.28.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2017/08/14 06:45:30 wiz Exp $ d10 1 a10 1 HOMEPAGE= http://search.cpan.org/dist/Encode-HanExtra/ @ 1.2 log @Fix build. This special snowflake wants both Module::Install AND Module::Build. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2017/08/01 13:13:17 markd Exp $ d5 1 @ 1.1 log @Add p5-Encode-HanExtra 0.23 Extra sets of Chinese encodings. @ text @d1 1 a1 2 # $NetBSD: Makefile,v 1.10 2017/06/05 14:25:02 ryoon Exp $ # d13 1 d15 3 @