Commit graph

21 commits

Author SHA1 Message Date
ryoon
1344d8d8e3 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
wiz
780a30d476 Update p5-Data-OptList to 0.110:
0.110     2016-03-24 21:20:54-04:00 America/New_York
        - major optimization to mkopt (thanks, Olivier Mengué)
2016-04-08 14:47:30 +00:00
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
a980bcef69 Update to 0.109:
0.109     2013-12-13 08:30:34 America/New_York
          update bugtracker and repo links
2014-09-06 12:52:02 +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
d2afbd5ae8 Update to 0.108:
0.108     2013-07-05 21:43:56 America/New_York
          repackage, new bug tracker
2013-09-05 18:39: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
adam
da6c467b7c Changes 0.107:
* mkopt now prefers named parameters; docs updated
* added the name_test parameter to mkopt
2011-08-12 06:27:04 +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
seb
ef13deea93 Update p5-Data-OptList from version 0.105 to version 0.106.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.106     2010-02-14
          correct version style mismatch for Sub::Install (thanks, brian d foy)
2010-02-16 00:26:15 +00:00
seb
b2f22c83bf Update p5-Data-OptList from version 0.104nb1 to version 0.105.
Upstream changes:
0.105     2010-01-14
          fix a typo in documenation (thanks, Florian Ragwitz)
2010-01-26 00:06:08 +00:00
seb
f39c751b30 Update p5-Data-OptList from version 0.104 to version 0.104nb1.
Pkgsrc changes:
- Add missing dependencies
- Bump PKGREVISION to 1
2009-12-07 07:12:30 +00:00
he
681e30165e Update from version 1.103nb1 to 1.104.
Upstream changes:

0.104     2009-01-16
          add repo info to metadata
2009-01-19 23:50:15 +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
abs
90732343d6 Updated devel/p5-Data-OptList to 0.103
0.103     2007-11-01
          require taint-safe Test::Pod

0.102     2006-07-04
          improved documentation
          tweaked some Perl::Critic-offending code
2008-05-28 21:58:04 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
abs
eb6a9130f6 Added devel/p5-Data-OptList version 0.101
parse and validate simple name/value option pairs. Example:

  use Data::OptList;

  my $options = Data::Optlist::mkopt([
    qw(key1 key2 key3 key4),
    key5 => { ... },
    key6 => [ ... ],
    key7 => sub { ... },
    key8 => { ... },
    key8 => [ ... ],
  ]);
2007-06-10 11:41:09 +00:00