Hi,  ports@:

  Here is a patch for math/igraph to update to 0.9.8.
It build well and pass all tests on OpenBSD-7.1 amd64
system.
  No other ports depend on it.

wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/igraph/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    11 Mar 2022 19:36:17 -0000      1.2
+++ Makefile    16 Apr 2022 14:09:59 -0000
@@ -1,8 +1,8 @@
 COMMENT =      C graph library
-V =            0.9.5
+V =            0.9.8
 DISTNAME =     igraph-$V
 
-SHARED_LIBS =  igraph 0.0      # 0.0
+SHARED_LIBS =  igraph 1.0      # 1.0
 
 CATEGORIES =   math
 
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    16 Apr 2022 14:09:59 -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.8.tar.gz) = +ag0c86j4De2BbebM2vmVrANzzA3sjO0slC9knDzY5c=
+SIZE (igraph-0.9.8.tar.gz) = 3947489

Reply via email to