Hi, ports@:

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


Cheers !
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/math/igraph/Makefile,v
retrieving revision 1.10
diff -u -p -u -r1.10 Makefile
--- Makefile    14 Dec 2023 12:40:18 -0000      1.10
+++ Makefile    14 May 2024 07:14:37 -0000
@@ -1,8 +1,8 @@
 COMMENT =      C graph library
-V =            0.10.8
+V =            0.10.12
 DISTNAME =     igraph-$V
 
-SHARED_LIBS =  igraph 3.0      # 0.0
+SHARED_LIBS =  igraph 3.1      # 0.0
 
 CATEGORIES =   math
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/igraph/distinfo,v
retrieving revision 1.4
diff -u -p -u -r1.4 distinfo
--- distinfo    14 Dec 2023 12:40:18 -0000      1.4
+++ distinfo    14 May 2024 07:14:37 -0000
@@ -1,2 +1,2 @@
-SHA256 (igraph-0.10.8.tar.gz) = rF+pSub9HqzmUeSyNemcBWR5pcXQ1kGu0wJArDOxlAM=
-SIZE (igraph-0.10.8.tar.gz) = 4326926
+SHA256 (igraph-0.10.12.tar.gz) = sBH3+fOKPlmSTMn/ZS5tMxBfoD/K83kvR9dSYmoKRiU=
+SIZE (igraph-0.10.12.tar.gz) = 4373463
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/math/igraph/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -r1.3 PLIST
--- pkg/PLIST   4 Mar 2023 10:09:50 -0000       1.3
+++ pkg/PLIST   14 May 2024 07:14:37 -0000
@@ -6,6 +6,8 @@ include/igraph/igraph_array.h
 include/igraph/igraph_array_pmt.h
 include/igraph/igraph_attributes.h
 include/igraph/igraph_bipartite.h
+include/igraph/igraph_bitset.h
+include/igraph/igraph_bitset_list.h
 include/igraph/igraph_blas.h
 include/igraph/igraph_centrality.h
 include/igraph/igraph_cliques.h
@@ -63,6 +65,7 @@ include/igraph/igraph_progress.h
 include/igraph/igraph_psumtree.h
 include/igraph/igraph_qsort.h
 include/igraph/igraph_random.h
+include/igraph/igraph_reachability.h
 include/igraph/igraph_scan.h
 include/igraph/igraph_separators.h
 include/igraph/igraph_sparsemat.h

Reply via email to