summaryrefslogtreecommitdiff
path: root/devel/p5-Carp-Assert
AgeCommit message (Collapse)AuthorFilesLines
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+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-06-20Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-04-09Updated devel/p5-Carp-Assert to 0.20.hiramatsu2-7/+6
Changes since 0.18: 0.20 Thu Jan 4 19:08:00 PST 2007 - The tests will no longer fail should the user have NDEBUG or PERL_NDEBUG environment variables set [rt.cpan.org 21170] - Update the license link to point to the whole Perl license, not just the Artistic license. 0.19 Tue Jan 2 15:13:09 PST 2007 - Fixed installation for those who have Pod::Tests but pod2test is not in their PATH as some CPAN shell configurations do.
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
2005-02-23Add RMD160 digests.agc1-1/+2
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-11-29Update to 0.18, provided by Hiramatsu Yoshifumi in PR 28461.wiz2-5/+5
- Added copyright and license info - Made affirm's code dumping code safe on perl where B::Deparse isn't quite up to the job. - Some minor grammar nits from David Wheeler.
2004-02-20Import p5-Carp-Assert from pkgsrc-wip. Packaged by Hiramatsuminskim4-0/+26
Yoshifumi and slightly modified by me. Carp::Assert is intended for a purpose like the ANSI C library assert.h.