pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Graph



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Oct 10 00:15:25 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Graph: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/p5-Graph/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Graph/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Graph/Makefile
diff -u pkgsrc/devel/p5-Graph/Makefile:1.38 pkgsrc/devel/p5-Graph/Makefile:1.39
--- pkgsrc/devel/p5-Graph/Makefile:1.38 Mon May 24 19:50:48 2021
+++ pkgsrc/devel/p5-Graph/Makefile      Sun Oct 10 00:15:25 2021
@@ -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 @@ LICENSE=      ${PERL5_LICENSE}
 
 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"

Index: pkgsrc/devel/p5-Graph/distinfo
diff -u pkgsrc/devel/p5-Graph/distinfo:1.15 pkgsrc/devel/p5-Graph/distinfo:1.16
--- pkgsrc/devel/p5-Graph/distinfo:1.15 Thu Oct  7 13:41:35 2021
+++ pkgsrc/devel/p5-Graph/distinfo      Sun Oct 10 00:15:25 2021
@@ -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