Hi, ports@:

   Here is a simple patch for math/igraph to update to 0.9.6.
It build well and run well on amd64-current system.


wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/igraph/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    8 Dec 2021 10:44:05 -0000       1.1.1.1
+++ Makefile    26 Feb 2022 13:22:50 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2021/12/08 10:44:05 espie Exp $
 
 COMMENT =      C graph library
-V =            0.9.5
+V =            0.9.6
 DISTNAME =     igraph-$V
 
 SHARED_LIBS =  igraph 0.0      # 0.0
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/igraph/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    8 Dec 2021 10:44:05 -0000       1.1.1.1
+++ distinfo    26 Feb 2022 13:22:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (igraph-0.9.5.tar.gz) = xOP2eJLh4oeGXXmRYkBrP5SRatbyzAaakjnjbKSVoXo=
-SIZE (igraph-0.9.5.tar.gz) = 3894832
+SHA256 (igraph-0.9.6.tar.gz) = fCmexU7s/kE3WMMypCxMtx0C0pUbKsIyWE0xfFeS84c=
+SIZE (igraph-0.9.6.tar.gz) = 3945276

Reply via email to