Commit graph

12 commits

Author SHA1 Message Date
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
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
adam
32898aa385 Revision bump after updating perl to 5.14.1 2011-08-10 04:05:44 +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
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
abs
51253f9783 +p5-boolean 2009-02-13 23:41:06 +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
06fb5005ac Update from version 0.04003 to 0.04004. Changes:
0.04004 Tue Aug 12 20:40:45 2008
    - Fixed typo about deprecation

and the corrected typo is "now" instead of "not" in the last item in:

0.04003 Thur Aug 07 19:27:33 2008
    - Changed license to Perl now that Inheritable has also changed
    - Class::Data::Accessor is now deprecated in favor of
		Class::Accessor::Grouped or Moose
2008-08-13 07:31:16 +00:00
he
4b2b94b2a5 Update from version 0.04002 to 0.04003. Changes:
0.04003 Thur Aug 07 19:27:33 2008
    - Changed license to Perl now that Inheritable has also changed
    - Class::Data::Accessor is not deprecated in favor of
		Class::Accessor::Grouped or Moose
2008-08-11 11:52:08 +00:00
abs
4997193f03 Added devel/p5-Class-Data-Accessor version 0.04002
Class::Data::Accessor is the marriage of Class::Accessor and
Class::Data::Inheritable into a single module. It is used for creating
accessors to class data that overridable in subclasses as well as in
class instances.

WWW: http://search.cpan.org/dist/Class-Data-Accessor/
2008-07-14 09:22:57 +00:00