2018-02-05 22:05:22 by Amitai Schleier | Files touched by this commit (2) |
Log message:
Update to 2.15.02. From the changelog:
- Use explicit LICENSE key in Extutils metadata.
- Add 'same terms as perl 5.24 or any later version' license.
|
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-04 18:41:21 by Alistair G. Crooks | Files touched by this commit (78) |
Log message:
Remove duplicate SHA512 digests that crept in.
|
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-10-25 02:25:50 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 2.15. From the changelog:
Explictly export empty string w/ scalar export if no lib's found
to avoid undefined variable errors in caller.
Added test for explicitly looking up non-existant directory and
exporting it as a scalar.
Test cleanups.
Minor refactoring: Return immediately from import if no lib's are found.
Minor comment and POD issues.
Patch old version, thanks to Dominic Humphries.
Use v5.14 in new version.
|
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.
|
2015-02-12 14:09:22 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 2.12. From the changelog:
Patch, thanks to Dominic Humphries, for old version.
|
2014-09-15 23:54:19 by Amitai Schlair | Files touched by this commit (2) | |
Log message:
Update to 2.11. From the changelog:
* "append" causes appends array exports from multiple searches using
the same variable to append (vs. overwrite) their values. default
is old behavior (i.e., "noappend" which overwrites).
* "scalar" seems to work; update POD so that people know to use it.
Updating during the freeze because it's nearly a leaf, and the only
depending package (p5-Test-BDD-Cucumber) still passes its self-tests.
|
2014-08-14 18:44:38 by Amitai Schlair | Files touched by this commit (2) |
Log message:
Update to 2.09. From the changelog:
Fix bug in handling of scalar arg in old (5.10 or older) module.
Whitespace & POD cleanups.
|