head 1.15; access; symbols pkgsrc-2023Q4:1.14.0.2 pkgsrc-2023Q4-base:1.14 pkgsrc-2023Q3:1.13.0.2 pkgsrc-2023Q3-base:1.13 pkgsrc-2023Q2:1.12.0.2 pkgsrc-2023Q2-base:1.12 pkgsrc-2023Q1:1.11.0.2 pkgsrc-2023Q1-base:1.11 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.6 pkgsrc-2022Q2-base:1.9 pkgsrc-2022Q1:1.9.0.4 pkgsrc-2022Q1-base:1.9 pkgsrc-2021Q4:1.9.0.2 pkgsrc-2021Q4-base:1.9 pkgsrc-2021Q3:1.8.0.4 pkgsrc-2021Q3-base:1.8 pkgsrc-2021Q2:1.8.0.2 pkgsrc-2021Q2-base:1.8 pkgsrc-2021Q1:1.6.0.6 pkgsrc-2021Q1-base:1.6 pkgsrc-2020Q4:1.6.0.4 pkgsrc-2020Q4-base:1.6 pkgsrc-2020Q3:1.6.0.2 pkgsrc-2020Q3-base:1.6 pkgsrc-2020Q2:1.3.0.8 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.3.0.4 pkgsrc-2020Q1-base:1.3 pkgsrc-2019Q4:1.3.0.6 pkgsrc-2019Q4-base:1.3 pkgsrc-2019Q3:1.3.0.2 pkgsrc-2019Q3-base:1.3 pkgsrc-2019Q2:1.1.0.2 pkgsrc-2019Q2-base:1.1; locks; strict; comment @# @; 1.15 date 2024.02.05.00.50.53; author schmonz; state Exp; branches; next 1.14; commitid QXPJV4b5RDcKbbXE; 1.14 date 2023.12.03.04.33.35; author wen; state Exp; branches; next 1.13; commitid 7nVRgBX5e459tYOE; 1.13 date 2023.07.06.09.40.46; author wiz; state Exp; branches; next 1.12; commitid 6meR4IA6XJRNYIvE; 1.12 date 2023.06.06.12.41.49; author riastradh; state Exp; branches; next 1.11; commitid xhspr6Z8JLQOWSrE; 1.11 date 2023.01.27.03.59.54; author wen; state Exp; branches; next 1.10; commitid g5a3GHWt9klNf8bE; 1.10 date 2022.06.28.11.34.28; author wiz; state Exp; branches; next 1.9; commitid D2UoJrTHpoHEANJD; 1.9 date 2021.11.12.02.08.21; author wen; state Exp; branches; next 1.8; commitid nFBkuubSlbxpOrgD; 1.8 date 2021.06.12.13.58.12; author wen; state Exp; branches; next 1.7; commitid xFTk9BpWxnGQEQWC; 1.7 date 2021.05.24.19.52.48; author wiz; state Exp; branches; next 1.6; commitid qokaiStTApGMcrUC; 1.6 date 2020.09.07.11.31.59; author wiz; state Exp; branches; next 1.5; commitid TDP0jVCBgllOM6nC; 1.5 date 2020.08.31.18.10.03; author wiz; state Exp; branches; next 1.4; commitid 7zxRbfOkDOoxbfmC; 1.4 date 2020.07.23.11.18.29; author wen; state Exp; branches; next 1.3; commitid pv6MRSgRcfDIbchC; 1.3 date 2019.08.11.13.21.35; author wiz; state Exp; branches; next 1.2; commitid Ifet9Pg6Qt99ZByB; 1.2 date 2019.06.30.20.16.17; author nia; state Exp; branches; next 1.1; commitid gIe5Iz9xY2MIDftB; 1.1 date 2019.05.26.03.08.52; author wen; state Exp; branches; next ; commitid Y2Uzp747xqzu6FoB; desc @@ 1.15 log @p5-Mail-AuthenticationResults: actually update. Changes in 2.20231031 (really this time): - Option to set more strict quoting of string @ text @# $NetBSD: Makefile,v 1.14 2023/12/03 04:33:35 wen Exp $ DISTNAME= Mail-AuthenticationResults-2.20231031 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= wen@@NetBSD.org HOMEPAGE= https://metacpan.org/release/Mail-AuthenticationResults COMMENT= Object Oriented Authentication-Results Headers LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON TOOL_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception PERL5_PACKLIST= auto/Mail/AuthenticationResults/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" @ 1.14 log @Update to 2.20231031 Upstream changes: 2.20231031 2023-10-31 23:57:33+00:00 UTC - Option to set more strict quoting of string @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.13 2023/07/06 09:40:46 wiz Exp $ d3 1 a3 1 DISTNAME= Mail-AuthenticationResults-2.20230112 @ 1.13 log @*: recursive bump for perl 5.38 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.12 2023/06/06 12:41:49 riastradh Exp $ a4 1 PKGREVISION= 1 @ 1.12 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.11 2023/01/27 03:59:54 wen Exp $ d5 1 @ 1.11 log @Update to 2.20230112 Upstream changes: 2.20230112 2023-01-12 22:49:04+00:00 UTC - Add parser method to parse json serialized object back into the object(s) it represents @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.10 2022/06/28 11:34:28 wiz Exp $ d14 1 a14 1 BUILD_DEPENDS+= p5-Test-Exception>=0:../../devel/p5-Test-Exception @ 1.10 log @*: recursive bump for perl 5.36 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2021/11/12 02:08:21 wen Exp $ d3 1 a3 1 DISTNAME= Mail-AuthenticationResults-2.20210915 a4 1 PKGREVISION= 1 @ 1.9 log @Update to 2.20210915 Upstream changes: 2.20210915 2021-09-15 11:10:20+00:00 UTC - Fix for older versions of Perl @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2021/06/12 13:58:12 wen Exp $ d5 1 @ 1.8 log @Update to 2.20210112 Upstream changes: 2.20210112 2021-01-12 22:10:28+00:00 UTC - Switch to a purely numeric version string @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2021/05/24 19:52:48 wiz Exp $ d3 1 a3 1 DISTNAME= Mail-AuthenticationResults-2.20210112 @ 1.7 log @*: recursive bump for perl 5.34 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2020/09/07 11:31:59 wiz Exp $ d3 1 a3 1 DISTNAME= Mail-AuthenticationResults-1.20200824.1 a4 1 PKGREVISION= 1 @ 1.6 log @p5-Mail-AuthenticationResults: update to 1.20200824.1. 1.20200824.1 2020-08-24 01:03:58+00:00 UTC - Fix some POD formatting @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2020/08/31 18:10:03 wiz Exp $ d5 1 @ 1.5 log @*: bump PKGREVISION for perl-5.32. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2020/07/23 11:18:29 wen Exp $ d3 1 a3 1 DISTNAME= Mail-AuthenticationResults-1.20200331.1 a4 1 PKGREVISION= 1 d13 1 @ 1.4 log @Update to 1.20200331.1 Upstream changes: 1.20200331.1 2020-03-31 03:31:13+00:00 UTC - Treat an undefined value as emptystring in search @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2019/08/11 13:21:35 wiz Exp $ d5 1 @ 1.3 log @Bump PKGREVISIONs for perl 5.30.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2019/06/30 20:16:17 nia Exp $ d3 1 a3 1 DISTNAME= Mail-AuthenticationResults-1.20180923 a4 1 PKGREVISION= 1 @ 1.2 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.1 2019/05/26 03:08:52 wen Exp $ d5 1 @ 1.1 log @Import Mail-AuthenticationResults-1.20180923 as mail/p5-Mail-AuthenticationResults. Mail::AuthenticationResults provides object-oriented authentication-results email headers. This parser copes with most styles of Authentication-Results header seen in the wild, but is not yet fully RFC7601 compliant. Differences from RFC7601: - key/value pairs are parsed when present in the authserv-id section, this is against RFC but has been seen in headers added by Yahoo!. - Comments added between key/value pairs will be added after them in the data structures and when stringified. @ text @d1 1 a1 1 # $NetBSD$ d9 1 a9 1 HOMEPAGE= http://search.cpan.org/dist/Mail-AuthenticationResults/ @