Commit graph

15 commits

Author SHA1 Message Date
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +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
66d921109e Updating package for CPAN module UNIVERSAL::isa in devel/p5-UNIVERSAL-isa
from 1.20110614 to 1.20120726.

pkgsrc changes:
- add test dependency to (wanted dead) CGI.pm

upstream changes:
1.20120726 2012-07-25 20:51:54 America/Los_Angeles
    - updated to work on Perl 5.17.2+ (rjbs)

1.20120418 2012-04-18 12:15:33 America/Los_Angeles
    - removed use_ok from tests; it's unnecessary
2012-09-11 07:46:41 +00:00
wiz
538b21e104 Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the
URL should be as HOMEPAGE in the Makefile.
2012-07-21 20:07:59 +00:00
hiramatsu
79cca0b08b Update p5-UNIVERSAL-isa to 1.20110614.
Change from previous:
---------------------
1.20110613 2011-06-13 14:16:04 America/Los_Angeles
    - converted to Dist::Zilla
2011-12-16 06:12:45 +00:00
obache
39619a9444 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:26: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
sno
98fed7613c Updating package for p5 module UNIVERSAL::isa from 1.02 to 1.03
Upstream changes:
1.03  Mon Jun 22 20:42:36 UTC 2009
    - improved packaging (Module::Build is now a config_requires dependency)
2009-07-07 19:58:41 +00:00
sno
cf85dd993f pkgsrc changes:
- Updating package of p5 module UNIVERSAL::isa from 1.01 to 1.02
  - setting license to ${PERL5_LICENSE}

Upstream changes:
  *not recorded*
2009-06-14 19:59:55 +00:00
rillig
ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00
he
f29bd7b97a Updated from version 0.06nb1 to 1.01.
Pkgsrc changes:
 o Remove dependency on p5-Scalar-List-Utils, does not appear to be used

Upstream changes:

1.01  Aug 22 05:29:44 UTC 2008
    - minor packaging housekeeping
    - report only CURRENT ACTUAL BUGS THAT WILL BREAK YOUR CODE AS IT EXISTS
      RIGHT NOW SO FIX THEM PLEASE rather than latent bugs that will break your
      code in the future, at least by default
    - added the verbose flag to fix you about all bugs regarding the use of
      isa() as a function
2008-11-17 22:31:51 +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
c4ceba3736 Import p5-UNIVERSAL-isa-0.06
Whenever you use UNIVERSAL::isa as a function, a kitten using
Test::MockObject dies. Normally, the kittens would be helpless, but if they
use UNIVERSAL::isa (the module whose docs you are reading), the kittens can
live long and prosper.

This module replaces UNIVERSAL::isa with a version that makes sure that if
it's called as a function on objects which override isa, isa will be
called on those objects as a method.

In all other cases the real UNIVERSAL::isa is just called directly.

WWW: http://search.cpan.org/dist/UNIVERSAL-isa/
2008-06-23 03:46:48 +00:00