diff options
author | mef <mef@pkgsrc.org> | 2015-02-18 12:42:00 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-02-18 12:42:00 +0000 |
commit | 37209973b14564422139fa128ac1670fcf1d734d (patch) | |
tree | d7d972eb64593fb19cf13b728afa70226675c6b5 | |
parent | 5cd27846e2b7a27d146a2b16ecb00cd05866253e (diff) | |
download | pkgsrc-37209973b14564422139fa128ac1670fcf1d734d.tar.gz |
Update 1.2 to 1.28
------------------
1.28
Misc
- Make crypt() test optional for platforms without it (thanks Hugmeir)
1.27
Misc
- new version just to creage a new .tar.gz. a './' owned by root
apparently got added to the tar at some point after 'make dist'.
1.26
Fix
- remove 'use feature' from t/synopsis.t. this lets older perls perl.
1.25 Wed Jun 12 14:45:54 CDT 2013
Fix
- remove 'use feature' from t/synopsis.t. that was cut and paste from the
docs but wasn't actually necessary there.
1.24 Sun Jul 15 11:05:11 PDT 2012
Misc
- MANIFEST no longer includes previous distribution tar balls (Jacinta
Richardson)
1.23 Thu Jul 12 18:05:46 PDT 2012
Docs
- Minor corrections (Jacinta Richardson)
1.22 Thu Jul 12 17:16:06 PDT 2012
New Features
- %hash->each is now guaranteed to iterate through the complete hash,
unlike each(%hash). [github 7]
- defined()
Distribution Changes
- Added Test::More 0.88 as a pre-req (Jacinta Richardson)
- Added license for new versions of EMM
Docs
- Expanded module synopsis (Jacinta Richardson)
- Wrote documentation for all (or most) functions
- Tidied book extract (Jacinta Richardson)
Incompatible changes (Jacinta Richardson)
- Removed functions
- rand - bxor - gt - ne - mlt
- times - div - le - meq - mne
- add - eq - lshift - mge - rshift
- band - flip - mult - mgt - sub
- bor - ge - mcmp - mle - autobox::Core::CODE::map
Bug Fixes
- xor uses xor instead of ^ (Jacinta Richardson)
1.21 Mon Sep 26 16:15:19 PDT 2011
New Features
- $string->reverse will now always reverse the string regardless of context.
(Technically an incompatible change, but the list behavior of $string->reverse
was clearly useless).
Distribution Changes
- fix MANIFEST (thanks Steffen Mueller (Müller) ).
- move POD History section into standard Changes file (chocolateboy).
- look, a change log!
Misc
- removed unnecessary prototypes on methods (schwern)
- updated dependency on autobox
-rw-r--r-- | devel/p5-autobox-Core/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-autobox-Core/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-autobox-Core/Makefile b/devel/p5-autobox-Core/Makefile index b4201277df1..5629a2f6c7d 100644 --- a/devel/p5-autobox-Core/Makefile +++ b/devel/p5-autobox-Core/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2014/05/29 23:36:27 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/02/18 12:42:00 mef Exp $ -DISTNAME= autobox-Core-1.2 +DISTNAME= autobox-Core-1.28 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autobox/} diff --git a/devel/p5-autobox-Core/distinfo b/devel/p5-autobox-Core/distinfo index 6f739d4f4ce..b81a5fead69 100644 --- a/devel/p5-autobox-Core/distinfo +++ b/devel/p5-autobox-Core/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/04/23 04:04:51 seb Exp $ +$NetBSD: distinfo,v 1.4 2015/02/18 12:42:00 mef Exp $ -SHA1 (autobox-Core-1.2.tar.gz) = a2de9f5841358bbb3563a82677b39aec44f130da -RMD160 (autobox-Core-1.2.tar.gz) = bd7add3329b7f22d697f63ffa11f90859502d8ee -Size (autobox-Core-1.2.tar.gz) = 31046 bytes +SHA1 (autobox-Core-1.28.tar.gz) = 90c29581f05a5761439ecbac85926f5403e74327 +RMD160 (autobox-Core-1.28.tar.gz) = 34a1e8107b1262ec53c834f5eda7e8e7018e07fa +Size (autobox-Core-1.28.tar.gz) = 39428 bytes |