Updating devel/p5-Class-XSAccessor from 1.07 to 1.08
pkgsrc changes: - removing dependency to devel/p5-AutoXS-Header Upstream changes: 1.08 Fri Sep 17 20:30 2010 - Promote latest development release to a stable release. 1.07_04 Sun Sep 12 10:30 2010 - Since WIN32 doesn't have the PERL_CORE optimization, it gets the PERL_NO_GET_CONTEXT optimization back. - Add threading test that would previously crash on win32 and perls compiled with track-mempool. - Use the system's malloc/etc for the shared memory, not perl's. 1.07_03 Thu Sep 9 20:30 2010 - Minor constructor optimization/cleanup. - Various built-time warning fixes. - PERL_CORE optimization now disabled on WIN32. - Class::Accessor::Fast compatibility code added (not for public consumption!) - Clear requirement of Perl 5.8 everywhere. - Fix minor (constant as in O(1)) memory leak. 1.07_02 Mon Aug 23 20:30 2010 - Various warning fixes and small cleanups over previous dev. version. 1.07_01 Wed Aug 18 20:30 2010 - Experimental support for lvalue accessors: $obj->foo = 12
This commit is contained in:
parent
232448465f
commit
8056f12e2e
2 changed files with 6 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2010/08/26 05:21:08 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2010/09/21 05:59:42 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Class-XSAccessor-1.07
|
||||
DISTNAME= Class-XSAccessor-1.08
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
|
@ -14,8 +14,6 @@ LICENSE= ${PERL5_LICENSE}
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
BUILD_DEPENDS+= p5-AutoXS-Header-[0-9]*:../../devel/p5-AutoXS-Header
|
||||
|
||||
PERL5_PACKLIST= auto/Class/XSAccessor/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2010/08/26 05:21:08 sno Exp $
|
||||
$NetBSD: distinfo,v 1.4 2010/09/21 05:59:42 sno Exp $
|
||||
|
||||
SHA1 (Class-XSAccessor-1.07.tar.gz) = ec8e20f7a3b573064704b91d20d440f910072bce
|
||||
RMD160 (Class-XSAccessor-1.07.tar.gz) = b2e3b7295e40cf832b4d419ee302dfd981de600b
|
||||
Size (Class-XSAccessor-1.07.tar.gz) = 68792 bytes
|
||||
SHA1 (Class-XSAccessor-1.08.tar.gz) = 093804cc98dd7f284d733e87ba6be7f403921aee
|
||||
RMD160 (Class-XSAccessor-1.08.tar.gz) = 87140db8db0630c377a953f027401f826b8d792f
|
||||
Size (Class-XSAccessor-1.08.tar.gz) = 72889 bytes
|
||||
|
|
Loading…
Reference in a new issue