a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Changes from previous:
----------------------
2.060 7 January 2013
* No Changes
2.059 24 November 2012
* Copy-on-write support
[#81352]
2.058 12 November 2012
* No Changes
2.057 10 November 2012
* Compress::Raw::Bzip2 needs to use PERL_NO_GET_CONTEXT
[#80318]
* Install to 'site' instead of 'perl' when perl version is 5.11+
[#79811]
* update to ppport.h that includes SvPV_nomg_nolen
[#78080]
devel/p5-Compress-Raw-Bzip2 from 2.049 to 2.052 to satisfy requirements
of scheduled update of package for CPAN module IO::Compress.
Upstream changes since 2.049:
2.052 29 April 2012
* No Changes
devel/p5-Compress-Raw-Bzip2 from 2.048 to 2.049 as dependency of
scheduled update of devel/p5-IO-Compress.
Upstream changes:
2.049 18 February 2012
* No Changes
Compress::Raw::Bzip2 from 2.040 to 2.048.
Upstream changes:
2.048 29 January 2012
* No Changes
2.047 28 January 2012
* Set minimum Perl version to 5.6
2.045 3 December 2011
* Moved FAQ.pod to IO::Compress
2.044 2 December 2011
* Moved FAQ.pod under the lib directory so it can get installed
2.043 20 November 2011
* No Changes
2.042 17 November 2011
* No Changes
low level programing interface to bzip2 from the Perl programming language
as requirement for the update of devel/p5-IO-Compress to 2.040.
Upstream changes:
2.040 28 October 2011
* No Changes
2.039 28 October 2011
* croak if attempt to freeze/thaw compression object
[RT #69985]
pkgsrc fixes
* Let to use system bzip2 library instead of included one,
same as p5-Compress-Raw-Zlib.
CHANGES
-------
2.033 11 Jan 2011
* Fixed typos & spelling errors.
[perl# 81782]
2.032 4 Jan 2011
* No Changes
2.031 21 September 2010
* Updated to use bzip2 1.0.6
Version 1.0.6 removes a potential security vulnerability,
CVE-2010-0405, so all users are recommended to upgrade immediately.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Upstream changes:
2.026 7 April 2010
* No Changes
2.025 27 March 2010
* Documented the unused "verbosity" option in
Compress::Raw::Bunzip2::new
[RT# 54425]
Upstream changes:
2.023 9 November 2009
* fixed instance where $[ should have been $] in t/02zlib.t
Thanks to Robin Barker and zefram [RT #50765] for independantly
spotting the issue.
- Updating package for p5 module Compress::Raw::Bzip from 2.019 to
2.020 as dependency for schedule update of p5 module IO::Compress
- using ${PERL5_LICENSE} as license according to META.yaml
upstream changes:
2.020 4 June 2009
* No Changes
- Updating package for p5 module Compress::Raw::Bzip2 from 2.017 to 2.018
- Setting license to gnu-gpl-v2
Upstream changes:
2.018 3 May 2009
* added linitOutput option
* Changes to bzip2 source to get the module to build using a C++
compiler