Sun May 17 17:40:51 2009 UTC ()
PkgSrc changes:
  - Updating package for p5 module Exception::Class from 1.27 to 1.29
  - Setting license to gnu-gpl-v2

Upstream changes:
1.29 May 8, 2009

- Make sure that there is only one line that the toolchain can pick up
  when looking for this module's $VERSION.

1.28 May 6, 2009

* Removed Exception::Class::Base->do_trace and ->NoObjectRefs, both of
  which have been undocumented for many years.

- Moved Exception::Class::Base to its own file, so it doesn't
  overwrite the $VERSION in Exception::Class (and for general
  sanity). Reported by Kirk Baucom.


(sno)
diff -r1.19 -r1.20 pkgsrc/devel/p5-Exception-Class/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/p5-Exception-Class/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/devel/p5-Exception-Class/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Exception-Class/Makefile 2009/05/06 06:41:16 1.19
+++ pkgsrc/devel/p5-Exception-Class/Makefile 2009/05/17 17:40:51 1.20
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.19 2009/05/06 06:41:16 sno Exp $ 1# $NetBSD: Makefile,v 1.20 2009/05/17 17:40:51 sno Exp $
2 2
3DISTNAME= Exception-Class-1.27 3DISTNAME= Exception-Class-1.29
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5SVR4_PKGNAME= p5exc 5SVR4_PKGNAME= p5exc
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Exception-Class/ 10HOMEPAGE= http://search.cpan.org/dist/Exception-Class/
11COMMENT= Perl5 module implementing real exception classes 11COMMENT= Perl5 module implementing real exception classes
 12LICENSE= gnu-gpl-v2 # OR artistic
12 13
13DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable 14DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
14DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace 15DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace
15BUILD_DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.46}:../../devel/p5-Test-Simple 16BUILD_DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.46}:../../devel/p5-Test-Simple
16 17
17PKG_DESTDIR_SUPPORT= user-destdir 18PKG_DESTDIR_SUPPORT= user-destdir
18 19
19USE_LANGUAGES= # none 20USE_LANGUAGES= # none
20 21
21PERL5_MODULE_TYPE= Module::Build 22PERL5_MODULE_TYPE= Module::Build
22PERL5_PACKLIST= auto/Exception/Class/.packlist 23PERL5_PACKLIST= auto/Exception/Class/.packlist
23 24
24.include "../../lang/perl5/module.mk" 25.include "../../lang/perl5/module.mk"

cvs diff -r1.8 -r1.9 pkgsrc/devel/p5-Exception-Class/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Exception-Class/distinfo 2009/05/06 06:41:16 1.8
+++ pkgsrc/devel/p5-Exception-Class/distinfo 2009/05/17 17:40:51 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2009/05/06 06:41:16 sno Exp $ 1$NetBSD: distinfo,v 1.9 2009/05/17 17:40:51 sno Exp $
2 2
3SHA1 (Exception-Class-1.27.tar.gz) = bee2d377ef629b9dc91d420194f6fd0cf8a79ba3 3SHA1 (Exception-Class-1.29.tar.gz) = d635c5e67e1336780bebb231ea221ab526c3daeb
4RMD160 (Exception-Class-1.27.tar.gz) = 42f2bedcebad631b7dc3c36d790879600fe0b5e7 4RMD160 (Exception-Class-1.29.tar.gz) = 3571c207efba99b2a814aeb1265c563252b8d7e4
5Size (Exception-Class-1.27.tar.gz) = 24557 bytes 5Size (Exception-Class-1.29.tar.gz) = 24975 bytes