diff options
author | mef <mef@pkgsrc.org> | 2015-03-01 11:49:26 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-03-01 11:49:26 +0000 |
commit | a9f264c80766d36c4bb112889ab87a26a451e4af (patch) | |
tree | b79cc70421e5912a9a724f111310e287f0899993 /textproc | |
parent | 3cc5be11d8f99f89f808fe41f868ce9870f54c94 (diff) | |
download | pkgsrc-a9f264c80766d36c4bb112889ab87a26a451e4af.tar.gz |
(pkgsrc)
- convert PERL5_MODULE_TYPE= to Module::Build (See 1.23_02 2010-09-18 below)
(upstream)
- Update 1.23 to 1.24
-------------------
1.24 2014-12-22
====
- Roll-up of all 1.23_* changes
- Update bug tracker location
1.23_07 2014-12-17
====
- Correct incorrectly tagged 1.23_06 (errantly tagged as 1.24_06)
1.23_06 2011-07-19
====
- Eliminate another set of cyclic references (szabgab)
- Stylistic improvements in tests (szabgab)
- Refactor debug output to separate module (szabgab)
- Weaken scalar references to address additional memory leak (szabgab)
- Add additional tests for scalar references (szabgab)
- Documentation format corrections (szabgab)
1.23_05 2011-06-23
====
- RT#8834 unindented POD so that it reformats properly (szabgab)
- Weaken cyclic references in XML::Stream to eliminate memory leak (szabgab)
- Increase use of warnings and strictures in tests and code (szabgab)
- Replace indirect object notation with direct invocation notation (szabgab)
- Replace manual TAP output with Test::More (szabgab)
1.23_04 2010-09-22
====
- RT#57649 Set default value for _tls flag
- Module metadata changes
1.23_03 2010-09-20
====
- RT#57649 Prepare cert verification params when TLS connection is requested
1.23_02 2010-09-18
====
- Convert project to Module::Build, with ExtUtils::MakeMaker compatibility
- RT#57649 SSL cert verification, enabled by default
- RT#53315 Remove old, bundled Test::* libraries, now core
- RT#54880 Clarify license terms
- RT#54151 Disable network-based tests via environment variable (for Debian)
- RT#56574 Fix object construction causing problems on Perl 5.12.0
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Stream/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Stream/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile index 4f89460ccb2..7b76a76abf3 100644 --- a/textproc/p5-XML-Stream/Makefile +++ b/textproc/p5-XML-Stream/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2014/05/29 23:37:47 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/03/01 11:49:26 mef Exp $ # -DISTNAME= XML-Stream-1.23 +DISTNAME= XML-Stream-1.24 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} @@ -15,6 +14,7 @@ LICENSE= gnu-lgpl-v2 DEPENDS+= p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>0}:../../converters/p5-MIME-Base64 +PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/XML/Stream/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-XML-Stream/distinfo b/textproc/p5-XML-Stream/distinfo index ad6c5afcdcb..b828f4dcc03 100644 --- a/textproc/p5-XML-Stream/distinfo +++ b/textproc/p5-XML-Stream/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2010/02/22 16:10:16 sno Exp $ +$NetBSD: distinfo,v 1.5 2015/03/01 11:49:26 mef Exp $ -SHA1 (XML-Stream-1.23.tar.gz) = 9b48b5a7f3b4e4cd5e0c91b19d994ca305a517a9 -RMD160 (XML-Stream-1.23.tar.gz) = 50e27cf82027e3c74368d19925a91f3aa354489d -Size (XML-Stream-1.23.tar.gz) = 85045 bytes +SHA1 (XML-Stream-1.24.tar.gz) = 665d79465b23dfba87c091f23590a04d7bc2674b +RMD160 (XML-Stream-1.24.tar.gz) = c04862250bdc4505443a5166dd02e7cb02e476da +Size (XML-Stream-1.24.tar.gz) = 80952 bytes |