diff options
author | wen <wen@pkgsrc.org> | 2015-08-06 23:59:11 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-08-06 23:59:11 +0000 |
commit | 859119f79f08795dbc6f82d0bc0870fa3b096896 (patch) | |
tree | 347a573122cbc698f06ccd7f1ac569b9f5d51d87 | |
parent | f38fe3cfe4c8cdc6c652ceb854198c9cd6e648a0 (diff) | |
download | pkgsrc-859119f79f08795dbc6f82d0bc0870fa3b096896.tar.gz |
Update to 0.77
Upstream changes:
Version 0.77 (2015-07-22)
-------------------------
* ensure consistent order of enums when generating code; this was
a real bug and caused the configuration part of C::B::C to report
wrong (even invalid) configurations back to the user when built
using a recent version of Perl that randomises hash keys
* fix cpan #85264: the POD test was reporting a missing =back tag
in one of the support modules; the ultimate fix was to ensure only
the provided modules were POD checked
* fix cpan #83167: an artificially low refcnt for immortal variables
introduced recently for debug Perl builds was causing the refcnt
tests to fail for SvNULLs; thanks to Reini Urban for his patch;
also thanks to Nicholas Clark for pointing me to the Perl commit
* fix cpan #78165: spelling errors in the documentation; thanks to
gregor herrmann for providing a patch
* fix deprecated use of unescaped braces in regex
* fix some gcc and Perl warnings
* switch from SnapshotCM to git repo: github.com/mhx/Convert-Binary-C/
-rw-r--r-- | devel/p5-Convert-Binary-C/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Convert-Binary-C/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Convert-Binary-C/Makefile b/devel/p5-Convert-Binary-C/Makefile index 2cfc8cde4c2..5deeab6fb9f 100644 --- a/devel/p5-Convert-Binary-C/Makefile +++ b/devel/p5-Convert-Binary-C/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2015/06/12 10:49:03 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/08/06 23:59:11 wen Exp $ -DISTNAME= Convert-Binary-C-0.76 +DISTNAME= Convert-Binary-C-0.77 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/} diff --git a/devel/p5-Convert-Binary-C/distinfo b/devel/p5-Convert-Binary-C/distinfo index 98175e07f9e..f7d3d4c16e3 100644 --- a/devel/p5-Convert-Binary-C/distinfo +++ b/devel/p5-Convert-Binary-C/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/02/20 11:31:38 fhajny Exp $ +$NetBSD: distinfo,v 1.2 2015/08/06 23:59:11 wen Exp $ -SHA1 (Convert-Binary-C-0.76.tar.gz) = 386fddd7b97f5672bdabbf045afd721ad96e668b -RMD160 (Convert-Binary-C-0.76.tar.gz) = 432b92e9626ff180f1e616a32f2c5a5022b57498 -Size (Convert-Binary-C-0.76.tar.gz) = 1562755 bytes +SHA1 (Convert-Binary-C-0.77.tar.gz) = 33ce086f5d9483c1d65518a62d714aee1e1da00d +RMD160 (Convert-Binary-C-0.77.tar.gz) = c00031f8316bd79f3f35b97e8c50eb2a67a0d6d0 +Size (Convert-Binary-C-0.77.tar.gz) = 1562435 bytes |