diff options
author | sno <sno@pkgsrc.org> | 2012-02-16 06:23:36 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-02-16 06:23:36 +0000 |
commit | bd1fb9a6cf0c84740df78d25db000525afe8ed07 (patch) | |
tree | c7840d5ed576b13ebeb7fe746957a185ff672a36 /devel | |
parent | da5e16841e953109ec3077d7f6f99b829cabc836 (diff) | |
download | pkgsrc-bd1fb9a6cf0c84740df78d25db000525afe8ed07.tar.gz |
Updating package for CPAN distribution B::Hooks::Parser in
devel/p5-B-Hooks-Parser from 0.09nb2 to 0.10.
Upstream changes:
0.10 Mon, 06 Feb 2012 13:10:00 +0000
* In the Perl API, don't be confused by NULs in the parser buffer.
* Fix off-by-one error in buffer length check for set_linestr.
* Jump through some hoops to avoid compiler warnings.
* Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
* Note repository and bugtracker locations.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-B-Hooks-Parser/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-B-Hooks-Parser/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-B-Hooks-Parser/Makefile b/devel/p5-B-Hooks-Parser/Makefile index 61e928f05f7..7bf862b9b83 100644 --- a/devel/p5-B-Hooks-Parser/Makefile +++ b/devel/p5-B-Hooks-Parser/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2011/08/09 07:38:40 adam Exp $ +# $NetBSD: Makefile,v 1.5 2012/02/16 06:23:36 sno Exp $ -DISTNAME= B-Hooks-Parser-0.09 +DISTNAME= B-Hooks-Parser-0.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/} @@ -14,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-parent>0:../../devel/p5-parent BUILD_DEPENDS+= p5-B-Hooks-EndOfScope-[0-9]*:../../devel/p5-B-Hooks-EndOfScope -BUILD_DEPENDS+= p5-ExtUtils-Depends>0:../../devel/p5-ExtUtils-Depends +BUILD_DEPENDS+= p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-B-Hooks-Parser/distinfo b/devel/p5-B-Hooks-Parser/distinfo index b8b2adcae67..7821691ad12 100644 --- a/devel/p5-B-Hooks-Parser/distinfo +++ b/devel/p5-B-Hooks-Parser/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2009/07/07 20:46:53 sno Exp $ +$NetBSD: distinfo,v 1.3 2012/02/16 06:23:36 sno Exp $ -SHA1 (B-Hooks-Parser-0.09.tar.gz) = d88bac9785f6d5a1f4092d63403f3458ef2e00d9 -RMD160 (B-Hooks-Parser-0.09.tar.gz) = 32e0f5714dc5d88139fd8664150a9ee40297107b -Size (B-Hooks-Parser-0.09.tar.gz) = 67510 bytes +SHA1 (B-Hooks-Parser-0.10.tar.gz) = 9072be01fd6452cd3cd6d43677bd16ef20d9ed56 +RMD160 (B-Hooks-Parser-0.10.tar.gz) = 9008024eb0a2145123edce88a35bf92f7139de13 +Size (B-Hooks-Parser-0.10.tar.gz) = 71735 bytes SHA1 (patch-aa) = 5de150e40cd2db27b5c85c2d9a81e531d7183388 |