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-05 17:32:25 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Updated p5-Parse-RecDescent to 1.967.15.
1.967014 Sat Apr 1 10:33:29 2017
- Add a newline to package declaration lines in precompiled
parsers, to keep CPAN from indexing them. (RT.cpan.org #110404,
thanks Martin!)
- Provide repository and bugtracker entries in
MYMETA.*. (RT.cpan.org #110403, thanks Martin!)
- Update tests to handle '.' no longer being part of @INC in
perl-5.26.0. (RT.cpan.org #120415, thanks Jim!)
1.967015 Tue Apr 4 07:38:07 2017
- Fix misuse of require to include MYMETA.pl, data is just
included in both Makefile.PL and Build.PL nowB. (RT.cpan.org
#120922, thanks Kent!)
|
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-09-29 22:02:24 by Adrian Steinmann | Files touched by this commit (2) |
Log message:
Upgrade to Parse-RecDescent-1.967013 as Parse-RecDescent-1.967011 tarball is
not on all servers and in the meantime two new versions have been released
PR pkg/50270
|
2015-09-13 09:34:53 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.967.11:
1.967_010 Sun Jul 7 11:23:53 2013
- Base the standalone precompiled parser's runtime name on the
parser's class, rather than use the fixed
"Parse::RecDescent::_Runtime". This prevents "already \
defined"
warnings when two standalone precompiled parsers are used.
- Add support for allowing precompiled parsers to share a common
runtime via the Precompile({-runtime_class}) option and the
PrecompiledRuntime() function.
- Warn on creation of Precompiled parsers that depend on
Parse::RecDescent.
- *** NON-BACKWARDS COMPATIBLE CHANGE! *** Change global the
<skip:> directive to eval similar to other <skip:> directives,
rather than being single-quoted in the resulting parser.
1.967011 Sat Sep 12 16:42:01 2015
- Correct some typos in the documentation. (RT.cpan.org #87185,
thanks dsteinbrunner!)
- Sort hash keys and rulenames when generating code. This keeps
the output text for a given input text the same, reducing
differences in automated builds. (RT.cpan.org #102160, thanks
Reiner!)
- Precompiled parsers now document which
$Parse::RecDescent::VERSION was used to generate
them. (RT.cpan.org #77001)
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2014-10-09 16:07:17 by Thomas Klausner | Files touched by this commit (1163) |
Log message:
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
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.
|