Commit graph

16 commits

Author SHA1 Message Date
adam
d7f7c792b2 Revision bump after updating perl to 5.14.1 2011-08-10 06:30:21 +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
rhaen
0a19cb80ec - updated to 0.14
- added Perl license
ChangeLog:
0.14 Sun Oct 11 15:55:14 PDT 2009
        - Make this a non-dev release
2009-10-12 19:50:07 +00:00
rhaen
a983e12ec4 - update to 0.14
- changed MASTER_SITE
- added Perl license
ChangeLog:
0.14 Sun Oct 11 15:55:14 PDT 2009
        - Make this a non-dev release
2009-10-12 12:07:56 +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
babe1ced72 Update from version 0.12 to 0.13, discussed with maintainer.
Pkgsrc changes:
 o Reset maintainer to pkgsrc-users@, as directed by maintainer
 o Remove dependency which isn't needed (anymore?)

Upstream changes:

0.13 Thu Mar  6 12:55:09 PST 2008
	- Added a cache to fetch_triggers code so as it won't suck
	  down CPU at runtime.  RT:30279. Thanks to Alex Vandiver
	  and Michael Schwern
2008-09-13 18:37:51 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
hiramatsu
d14c69ffd3 Update p5-Class-Trigger to 0.12.
Changes from 0.10:
0.12 Mon Aug 20 16:06:50 PDT 2007
    - Make this a release

0.11_03  Wed Jun 20 12:12:36 PDT 2007
    - Fixed a bug in backward-compatiblity code to handle multiple
      hooks in one add_trigger() call. (Thanks to mark addison)

0.11_02  Sun Jun 10 18:09:58 PDT 2007
    - Added a test to make sure $_ is not clobbered
      (Thanks to mark addison)
    - Killed the hidden feature to add multiple hooks in one
      add_trigger() call because it interfers with named parameter style
      calls. (Thanks to clkao)

0.11_01  Mon May 28 21:03:03 PDT 2007

    - Added support for abortable triggers.
    - Added named-parameters calling convention for add_trigger
    - Added new last_trigger_results method and began capturing trigger return values.

    - FUNCTIONALITY CHANGE: When no triggers are called for a trigger point, the return value is now '0', not undef.
      (Thanks to Jesse Vincent)

0.11  Thu Feb 22 19:02:09 PST 2007
        - Fixed a bug due to Class::Data::Inheritable, where
          triggers added to the superclass after trigger is added in
          the child class are ignored in the child class.
          See t/03_inherit.t for example.
          (Thanks to Brad Choate, Yann Kerherve, Ben Trott and Fumiaki Yoshimatsu)
2007-11-18 13:28:26 +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
wiz
3004cb264e Update to 0.10:
0.10  Tue Aug 23 22:11:21 UTC 2005
        - Documentation fix
2005-11-24 19:00:25 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
minskim
33cd13d36c Update p5-Class-Trigger to 0.9. Patch provided by the maintainer,
Hiramatsu Yoshifumi, in PR pkg/29923.

Changes:
  - Devel::Cover compliant code.
2005-04-09 15:48:30 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
minskim
a335ec62f6 Import p5-Class-Trigger from pkgsrc-wip. Packaged by Hiramatsu
Yoshifumi and slightly modified by me.

Class::Trigger is a mixin class to add / call triggers (or hooks) that
get called at some points you specify.
2004-02-20 04:20:03 +00:00