summaryrefslogtreecommitdiff
path: root/devel/p5-Attribute-Handlers/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2010-04-24Update p5-Attribute-Handlers from version 0.87 to version 0.88.seb1-2/+2
Upstream changes: 0.88 Mon Apr 5 16:33:00 CET 2010 - Avoid clobbering $_ (perl #74052, LanX)
2009-09-22Updating devel/p5-Attribute-Handlers from 0.86 to 0.87sno1-2/+2
Upstream changes: 0.87 Mon Sep 21 15:55:00 CET 2009 - Promote to stable release 0.86_01 Thu Sep 17 10:01:00 CET 2009 - From perl change 09330df80caf214f375fcf0c04857347e3b17c69 (Zefram): Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTES Attribute handlers being applied to a temporary CV has actually been reported as a bug, #66970. The attached patch fixes the bug, by changing the order in which things happen: attributes are now applied after the temporary CV has been merged into the existing CV or has otherwise been added to the appropriate GV. The change breaks part of Attribute::Handlers. Part of A:H searches the package to find the name of the sub to which a :ATTR attribute is being applied, and the correct time at which to launch that search depends crucially on the order in which the CV construction events occur. So this patch also includes a change to A:H, to make it detect which way things happen. The resulting A:H works either way, which is essential for its dual-life nature.
2009-08-09Updating package for p5 module Attribute::Handlers from 0.85 to 0.86sno1-2/+2
Upstream changes: 0.86 Sat Aug 8 12:41:00 CET 2009 - Add resources (bugtracker, ...) section to META.yml
2009-06-14pkgsrc changes:sno1-2/+3
- Updating package of p5 module Attribute::Handlers from 0.83 to 0.85 - Setting LICENSE to ${PERL5_LICENSE} according to META.yaml Upstream changes: 0.84 Wed Jun 10 15:14:00 CET 2009 - Core-CPAN synchronization 0.85 Thu Jun 11 09:31:00 CET 2009 - Document findsym for the sake of mod_perl. (David Wheeler) - Remove unused variable. (David Wheeler)
2009-04-12Update from version 0.81 to 0.83.he1-2/+2
Upstream changes: 0.83 Fri Mar 13 15:14:00 CET 2009 - Re-add a TODO marker in the tests that would fail on 5.6.2. 0.82 Wed Mar 11 17:17:00 CET 2009 - Bring test code in line with core perl.
2008-11-16Updated from version 0.80 to 0.81.he1-2/+2
Upstream changes: 0.81 Sun Nov 9 22:47:00 CET 2008 - Fix to make tests work on 5.6.X (Eric Rybski, RT #40781)
2008-10-30Upgrade from version 0.78nb3 to 0.80.he1-5/+3
Pkgsrc changes: o Canonicalize the HOMEPAGE url Upstream changes: 0.80 Fri Oct 24 12:06:00 CEST 2008 - CPAN release of the Attribute::Handlers version in bleadperl. 0.79 - The version released with Perl 5.10.0 - All interpreted attributes are now passed as array references, eventually nested. - Don't AUTOLOAD DESTROY (Jerry D Hedden, cpan bug #1911) - A::H is now able to report caller's file and line number (David Feldman)
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
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-12Add note (for now) that this version is incompatible with perl 5.10.0abs1-1/+2
2008-04-06The package supports installation to DESTDIR.heinz1-2/+5
No C compiler required. This is an UNAUTHORIZED RELEASE (according to search.cpan.org), so we cannot use the author-independent URL for HOMEPAGE.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
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-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-04-25Add HOMEPAGE.minskim1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-03Update to 0.78:wiz1-2/+2
- [#17940] Includes :unique and :shared in the builtin types - From perl 5.8 { __CALLER__::foo => __PACKAGE } is missparsed, the proper approach is to use { '__CALLER__::foo' => __PACKAGE }. The documentation is updated to reflect this. Reported by Dave Cross
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-13Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-06-10Updated to Attribute-Handlers-0.77shell1-3/+3
- Updated master_sites Changes : - Attribute::Handlers now is core. - Brought up to date with perl 5.8RC1 version will be 5.8 if no more changes come in - [#13686] This changes the behaviour of lexical attributes. Prior to this lexical attributes were done at a compile time, and they would loose their attribute on the next run over them. Now perl 5.8 calls the attribute handler runtime whenever it hits my. - [#14448] Fixes cases with too high refcounts on lexical attributes - [#15945] Do not warn about too late CHECK and INIT block if A::H is pulled in using a require.
2002-01-18Initial import of p5-Attribute-Handlers 0.76.mjl1-0/+20