Commit graph

17 commits

Author SHA1 Message Date
agc
d9e4cfe05d 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-11-03 03:27:11 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wiz
e8647fedbb Remove SVR4_PKGNAME, per discussion on tech-pkg. 2014-10-09 13:44:32 +00:00
wiz
7eeb51b534 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.
2014-05-29 23:35:13 +00:00
wiz
3272917768 Update to 5.74:
5.74  Fri Oct 25 19:08 2013
  - Makefile.PL: Set installdirs to "site" on Perl >= 5.12

5.73  Tue Oct 16 16:45 2012
  - AutoLoader::autoload_sub
    Same as actually autoloading a function, but doesn't
    execute it. Cf. documentation for details.
2013-12-02 12:44:35 +00:00
wiz
d2ca14a3f1 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.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sno
c928abbcd8 Updating package for CPAN module AutoLoader in devel/p5-AutoLoader from
5.71 to 5.72.

Upstream changes:
5.72  Thu Nov 24 19:15 2011
  - Update FSF address.
  - Fix META.yml info on upstream.
2012-02-20 12:33:00 +00:00
adam
13cc2e9159 Changes 5.71:
* Merge another test change from core:
  Use "lvalue" attribute for testing since "locked" is deprecated.
2011-08-07 08:18:18 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
a8cfb4170b Updating devel/p5-AutoLoader from 5.69 to 5.70
Upstream changes:
5.70  Mon Sep 21 15:46 2009
  - Merge trivial test change from core that was done
    as part of the lib-to-ext migration.
2009-09-22 17:19:51 +00:00
sno
4774f5fa81 Updating package for p5 module AutoLoader from 5.68 to 5.69
pkgsrc changes:
  - Adding license (perl5 license)

Upstream changes:
5.69  Sat Aug  8 12:33 2009
  - CPAN distribution upgrade: Add resources section to META.yml.
2009-08-09 11:17:21 +00:00
he
a66d03c913 Update from version 5.67 to 5.68.
Upstream changes:

5.68  Mon Jan  5 17:50 2009
  - VMS fixes for the AutoSplit tests (John Malmberg, RT #42137)
2009-01-18 23:16:25 +00:00
he
fa60dced7b Update from version 5.66nb1 to 5.67.
Upstream changes:

5.67  Tue Sep 12 16:50 2008
  - Added a test case for the bug that was fixed in 5.66_01,
    courtesy of Christoph Lamprecht.

5.66_01  Tue Sep  2 14:40 2008
  - Fix determination of the autosplit.ix in ugly edge cases.
    Explanation:
    If the module file isn't called $Foo.pm, but
    something random, then the static substitution which
    tries to determine the location of autosplit.ix fails.
    Up until now, the substitution would fail, so AutoLoader
    evaluated the module code again instead of falling back
    searching the autosplit.ix in @INC. The code was there
    but not triggered in some circumstances.
    For an example error in a PAR context, run
     pp --clean -e 'use Storable; retrieve("foo")'
    and then ./a.out and which it explode.
2008-10-30 21:24:25 +00:00
he
b021813da0 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-10-19 19:17:40 +00:00
he
e9986ad643 Import p5-AutoLoader version 5.66.
The AutoLoader module works with the AutoSplit module and the
__END__ token to defer the loading of some subroutines until they
are used rather than loading them all at once.

To use AutoLoader, the author of a module has to place the definitions
of subroutines to be autoloaded after an __END__ token. (See
perldata.) The AutoSplit module can then be run manually to extract
the definitions into individual files auto/funcname.al.
2008-08-11 13:06:47 +00:00