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!
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
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=...").
1.25 Wed May 24 12:00:00 2006
- Math::BigInt is now mandatory
- Several bugfixes done
1.24 Tue Oct 18 12:00:00 2005
- Thanks to Frederic Schutz <schutz AT mathgen.ch>
- Bugfix in overlaps function
- Updated Makefile
- ran perltidy on the code
- Change to my NetBSD address
- From the Changelog:
> 1.23 Mon Jun 06 12:00:00 2005
> - Thanks to Achim Adam <achim.adam AT univie.ac.at>
> - Thanks to Malte S. Stretz <mss AT msquadrat.de>
> - Thanks to Ville Skytta <ville.skytta AT iki.fi>
> - Bugfixes in ip_reverse
> - Bugfix in ip_range_to_prefix for /31 subnets
>
>
> 1.22 Mon May 26 11:54:00 2005
> - Big Thanks to Achim Adam <achim.adam AT univie.ac.at>
> - Removed 5.008 dependency
> - Added fix for trailing zeros on reverse IPv4 addresses
> - Updated 'special' ranges for Ipv4 and IPv6
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.