diff options
author | adam <adam@pkgsrc.org> | 2019-08-23 11:26:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-08-23 11:26:43 +0000 |
commit | 946bfd1943f8ec8b46816810a84a65c23122c457 (patch) | |
tree | 73b0adc1d0468efd1b015e22db1c60a789ca4b2f /textproc/p5-YAML/Makefile | |
parent | c07973c5ef1350618b66817e4f6527a6901e3338 (diff) | |
download | pkgsrc-946bfd1943f8ec8b46816810a84a65c23122c457.tar.gz |
p5-YAML: updated to 1.29
1.29:
Fix regex for alias to match the one for anchors
1.28:
Security fix: only enable loading globs when $LoadCode is set
Diffstat (limited to 'textproc/p5-YAML/Makefile')
-rw-r--r-- | textproc/p5-YAML/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 6c5106e4c58..f17ca004bc9 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.56 2019/08/11 13:23:58 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2019/08/23 11:26:43 adam Exp $ -DISTNAME= YAML-1.27 +DISTNAME= YAML-1.29 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 -CATEGORIES= perl5 textproc +CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} MAINTAINER= pkgsrc-users@NetBSD.org |