summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Std
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
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.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-10Revision bump after updating perl to 5.14.1adam1-3/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
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-01-26Updating devel/p5-Class-Std from 0.0.9nb1 to 0.0.11sno2-10/+11
pkgsrc changes: - Adding license definition - Adjusting dependencies - Adjusting module type Upstream changes: 0.011 Thu Dec 24 14:06:53 2009 - Update to remove weird files in previous release - Remove unneeded dependency on version.pm 0.010 Wed Dec 23 16:09:10 2009 - Removed git repository information (thanks for all the work, Dan) - Fixed incompatibility with Perl 5.11+ label constraints (thanks Andreas)
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-07-17- updated to 0.0.9rhaen2-9/+7
ChangeLog: 0.0.9 Mon Mar 24 20:05:46 CDT 2008 (git repo a69ea855db33a400499d0b9ddf7cc355a5203efb) - Added 'how can I help' POD - Applied Andreas 'ac0v' Specht patches for rt 30833
2008-06-20Add DESTDIR support.joerg1-1/+3
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-05-13Initial import of p5-Class-Std version 0.0.8 into The NetBSDseb4-0/+28
Packages Collection. The Perl 5 module Class::Std provides tools that help to implement the "inside out object" - a method for reliably enforcing object encapsulation - class structure in a convenient and standard way.