pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Graph Update to 0.9724



details:   https://anonhg.NetBSD.org/pkgsrc/rev/baeec7c77606
branches:  trunk
changeset: 459593:baeec7c77606
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Oct 10 00:15:25 2021 +0000

description:
Update to 0.9724

Upstream changes:
0.9724 2021-09-13
- make deep_copy not interfere with $. - thanks @merkys for report

0.9723 2021-09-01
- doc fixes - thanks @xsawyerx
- fix problem with deep_copy with vertices that are refs - thanks @merkys for report

0.9722 2021-07-04
- fix neighbours et al not returning count in scalar context - thanks @merkys for report

diffstat:

 devel/p5-Graph/Makefile |  9 ++++-----
 devel/p5-Graph/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r e998c85e35cf -r baeec7c77606 devel/p5-Graph/Makefile
--- a/devel/p5-Graph/Makefile   Sun Oct 10 00:15:11 2021 +0000
+++ b/devel/p5-Graph/Makefile   Sun Oct 10 00:15:25 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2021/05/24 19:50:48 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2021/10/10 00:15:25 wen Exp $
 
-DISTNAME=      Graph-0.9721
+DISTNAME=      Graph-0.9724
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Graph/}
 
@@ -13,8 +12,8 @@
 
 PERL5_PACKLIST=        auto/Graph/.packlist
 
-DEPENDS=       p5-Set-Object>=1.40:../../devel/p5-Set-Object
-DEPENDS=       p5-Heap>=0.80:../../devel/p5-Heap
+DEPENDS+=      p5-Set-Object>=1.40:../../devel/p5-Set-Object
+DEPENDS+=      p5-Heap>=0.80:../../devel/p5-Heap
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e998c85e35cf -r baeec7c77606 devel/p5-Graph/distinfo
--- a/devel/p5-Graph/distinfo   Sun Oct 10 00:15:11 2021 +0000
+++ b/devel/p5-Graph/distinfo   Sun Oct 10 00:15:25 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2021/10/07 13:41:35 nia Exp $
+$NetBSD: distinfo,v 1.16 2021/10/10 00:15:25 wen Exp $
 
-RMD160 (Graph-0.9721.tar.gz) = ba8221bb289a622de2065dee24d0a9c67820c6c2
-SHA512 (Graph-0.9721.tar.gz) = 38edc400214c60be475c7b733e769b4bf1fff680eb70b999d46d037cd314d50cc882d8b6547161abe2e765a5c1385166f9b5489d2df1b9a4332acd98eadfbc7e
-Size (Graph-0.9721.tar.gz) = 146928 bytes
+RMD160 (Graph-0.9724.tar.gz) = 96a30222053858b6617245fbb441a39b2b9bedc3
+SHA512 (Graph-0.9724.tar.gz) = 94103a0148a3d49602e324033634d166a36dcd8cd3ea93a8976680a3bad42605f427436b71f0555136f15dcd0d55d8dea2ddebc6441da9e1751f911e56a582b3
+Size (Graph-0.9724.tar.gz) = 147421 bytes



Home | Main Index | Thread Index | Old Index