2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2019-02-09 09:26:10 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.00
Add missing DEPENDS
Upstream changes:
1.00 2019-02-03
** BACKWARD INCOMPATIBLE CHANGE **
- Module::CPANTS::Kwalitee::Uses now uses a different prereq scanner
(Perl::PrereqScanner::NotQuiteLite).
- Added new kwalitee metrics:
no_maniskip_error, no_missing_files_in_provides, no_files_to_be_skipped
- Delayed plugin loading
|
2019-01-26 09:19:53 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.99
Add missing DEPENDS
Upstream changes:
0.99 2019-01-15
- requires Module::Find
0.98 2019-01-15
** BACKWARD INCOMPATIBLE (INTERNAL) CHANGE **
- Module::CPANTS::Kwalitee now uses Module::Find to find
Kwalitee modules (instead of Module::Pluggable that unconditonally
spits a deprecation warning). You usually don't need to care
but if you have your custom Kwalitee plugin loader (such as
Module::CPANTS::SiteKwalitee), you need to change it.
Sorry for the inconvenience.
- Allow dash and dot in script name in the NAME section for
non-pm, non-pod files
0.97_11 2018-04-22
- no changes; for testing
0.97_10 2018-04-22
- no changes; for testing
0.97_09 2018-04-22
- no changes; for testing
0.97_08 2018-04-22
- no changes; for testing
0.97_07 2018-04-22
- no changes; for testing
0.97_06 2018-04-22
- no changes; for testing
0.97_05 2018-04-22
- no changes; for testing
0.97_04 2018-04-21
- Skip everything in MANIFEST.SKIP while testing symlinks (GH#33, Tux++)
0.97_03 2016-09-01
- Not to check use_strict/use_warnings for Perl 6 modules in a
Perl 5 distribution (Stefan Seifert++)
- Worked around a File::Find::Object issue (reported by dolmen)
- Fixed dynamic_config handling (David Golden++)
- Improved LICENSE file detection (RT#114247)
0.97_02 2016-04-27
- Requires List::Util 1.33
0.97_01 2016-04-24
- Added has_meta_json metric (RT#107885)
- Accept a few more README extensions (mrcaron)
- Accept two more Moose modules as strict equivalents
- Various micro optimization for performance
- Dropped a few dependencies
- Doc patch from brac-mac and joenio
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-08-22 18:00:41 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add following lines for make test
BUILD_DEPENDS+= p5-File-Find-Object-[0-9]*:../../devel/p5-File-Find-Object
BUILD_DEPENDS+= p5-Class-XSAccessor-[0-9]*:../../devel/p5-Class-XSAccessor
BUILD_DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
|
2015-08-22 15:58:54 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
Add following lines for make test
BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings
BUILD_DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
|
2015-07-12 20:56:37 by Thomas Klausner | Files touched by this commit (405) |
Log message:
Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
|