summaryrefslogtreecommitdiff
path: root/math/p5-Math-Base36/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2017-06-12Fix build with perl 5.26maya1-1/+2
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-02-21Update to 0.14wen1-3/+4
Add missing BUILD_DEPENDS Upstream changes: 0.14 2015-04-02 - Avoid negative repeat count warnings generated from new perls (RT #103266) 0.13 2015-01-17 - handle large base-10 numbers when encoding (GH #2) 0.12 2013-03-29 - make errors more descriptive (Chisel Wright) 0.11 2013-03-14 - repackaged
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
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-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-08-23Update to 0.10wen1-2/+2
Upstream changes: 0.10 2012-08-16 - Fix SYNOPSIS (RT #78790)
2011-08-16Update to 0.09:wiz1-3/+2
0.09 Mon Dec 06 2010 - explicit use of of Math::BigInt to avoid confusing Devel::Cover 0.08 Mon Dec 06 2010 - don't short-circuit encoding '0' so it gets proper padding.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+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-08-05Initial import of p5-Math-Base36 version 0.07 in the NetBSD Packagesseb1-0/+20
Collection. The Perl 5 module Math::Base36 converts to and from Base36 numbers (0..9 - A..Z).