2019-11-03 11:16:06 by Roland Illig | Files touched by this commit (152) |
Log message:
devel/p5-*: align variable assignments
pkglint -Wall -F --only aligned --only indent p5-*
No manual corrections.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-06-24 09:01:20 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Make: update to 1.2.0.
Changes in 1.2.0
Rename pmake script to pure-perl-make to avoid conflicting with the BSD pmake
(https://github.com/klp2/Make/issues/6)
|
2017-09-17 12:53:02 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Make: update to 1.1.5.
Changes in 1.1.4
Fix META information to modernize Makefile.PL and META.JSON. (Chase Whitener)
Remove .git info from the build. (Chase Whitener)
Split things out into their proper module files. (Chase Whitener)
|
2017-09-03 10:37:04 by Thomas Klausner | Files touched by this commit (182) |
Log message:
Comment out dead MASTER_SITES/HOMEPAGEs.
|
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
|
2017-04-22 08:25:44 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated devel/p5-Make to 1.1.3
------------------------------
ChangeLog states only upto 1.1.2, no info for this version
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-04-29 15:58:47 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(pkgsrc)
- Add ${PERL5_LICENSE}
- Add Following line for make test
+BUILD_DEPENDS+= p5-Test-Compile-[0-9]*:../../devel/p5-Test-Compile
(upstream)
- Updated to devel/p5-Make-1.1.2
------------------------------
Changes in 1.1.2
fixed declaration of minimum Test::Compile version
a number of CPANtesters failures occured because
the test had an older non-OO version installed
use strict, use warnings everywhere, other bits of cleanup
Changes in 1.1.1
clean-up with tidyall/perltidy, add configs for them
add tidy related tests
use strict and warnings in all tests
mostly releasing to get properly CPAN indexed
Changes in 1.1.0
Cheat to allow installation on Strawberry Perl 5.22.0
add META.yml and META.json
modernize Makefile.PL
add /lib and move Make.pm there
match up distribution and module version numbers
|