2009-12-15 14:26:29 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.96:
[Changes for 0.96 - 2009-11-13]
* perl 5.6.1 compatibility (Alexandr Ciornii)
* Test for "use module version;" (Alexandr Ciornii)
|
2009-09-19 18:32:27 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Module-ScanDeps from 0.94 to 0.95
Upstream changes:
[Changes for 0.95 - 2009-10-16]
* Fix "uninitialized value" warnings (Dave Rolsky)
* Add special case for Perl::Critic (Alexandr Ciornii)
* Add special case for Event (Alexandr Ciornii)
* Add special case for Wx.pm (Alexandr Ciornii)
* Add special case for Log::Any
|
2009-08-19 21:16:21 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package devel/p5-Module-ScanDeps from 0.93 to 0.94
Upstream changes:
[Changes for 0.94 - 2009-08-10]
* Add tests for scan_line (Alexandr Ciornii)
* RT#48151 fixed, "require __PACKAGE__" should not die (Alexandr Ciornii)
* OS/2 fixes (Ilya Zakharevich)
|
2009-08-10 00:36:10 by Jens Rehsack | Files touched by this commit (1) |
Log message:
Fix dependency cycle to Module::Install
|
2009-08-09 13:53:34 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for p5 module Module::ScanDeps from 0.91 to 0.93
pkgsrc changes:
- Use Module::Install as module type
Upstream changes:
[Changes for 0.93 - 2009-07-19]
* Implement caching of dependencies (Christoph Lamprecht)
[Changes for 0.92 - 2009-07-19]
* Fix bug with {type} being set to unexpected values in some cases (Christoph \
Lamprecht)
* Add tests for scan_chunk (Alexandr Ciornii)
* Add special case for parent.pm (Alexandr Ciornii)
* Fix for "use parent::something" (Alexandr Ciornii)
* Add special case for Catalyst.pm (Alexandr Ciornii)
|
2009-07-08 10:21:28 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for p5 module Module::ScanDeps from 0.90 to 0.91
Setting license
Upstream changes:
[Changes for 0.91 - 2009-06-22]
* Add special case for Tk's setPalette call (Christoph Lamprecht)
|
2009-05-10 02:01:55 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update from version 0.89 to version 0.90.
Upstream changes:
[Changes for 0.90 - 2009-05-09]
* Add special case for DateTime::Locale
* Add special case for PAR::Repository and PAR::Repository::Client
|
2008-11-07 21:58:07 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update from version 0.84 to version 0.89.
Pkgsrc changes:
* Drop dependencies on Perl 5 modules provided by the minimum
required perl5 package (5.10)
Upstream changes:
[Changes for 0.89 - 2008-11-03]
* Distribution fixes.
* Do not use base Exporter.
* Detection of 'asa' and 'only::matching'.
[Changes for 0.88 - 2008-10-28]
* Add special case for File::HomeDir.
[Changes for 0.87 - 2008-10-28]
* Add special case for PPI.
[Changes for 0.86 - 2008-10-23]
* Fix the 'use prefork "Foo"' static detection.
* Fix the detection of any of the module-loader modules such as
prefork, autouse, etc. if invoked as 'use prefork"Foo"' (note
the lack of a space).
* Slightly refactor the loader-module scanning. (see above)
* Support for "use maybe 'foo';"
* Use (arch|priv)libexp instead of (arch|priv)lib
in scandeps.pl (Mark Stosberg)
* Update to Module::Install 0.77
[Changes for 0.85 - 2008-08-01]
* Add special case for Net::Server.
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
|
2008-06-03 13:53:11 by OBATA Akio | Files touched by this commit (1) |
Log message:
Add missing dependency:
p5-version (since versin 0.82)
p5-Module-Builder (since versin 0.75)
Should fix PR 38842.
Bump PKGREVISION.
|