aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-08-18 18:10:13 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-08-18 18:10:13 +0000
commit91b3e194c918a73942e51dd6e2ef64e27e882d7f (patch)
tree03cbb6c5a2cff3a23056b86af5fde69bf11060c3 /math
parenta9f7cc550529e5a55d4e7b99fa49d19bfcae34bb (diff)
downloadports-91b3e194c918a73942e51dd6e2ef64e27e882d7f.tar.gz
ports-91b3e194c918a73942e51dd6e2ef64e27e882d7f.zip
math/igraph: Update 0.7.1 -> 0.8.2
PR: 248660 Approved by: wen (maintainer)
Notes
Notes: svn path=/head/; revision=545242
Diffstat (limited to 'math')
-rw-r--r--math/igraph/Makefile18
-rw-r--r--math/igraph/distinfo5
-rw-r--r--math/igraph/pkg-descr2
-rw-r--r--math/igraph/pkg-plist6
4 files changed, 19 insertions, 12 deletions
diff --git a/math/igraph/Makefile b/math/igraph/Makefile
index 45b31d7b534f..7692426f2e3b 100644
--- a/math/igraph/Makefile
+++ b/math/igraph/Makefile
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= igraph
-PORTVERSION= 0.7.1
+PORTVERSION= 0.8.2
CATEGORIES= math
-MASTER_SITES= http://igraph.org/nightly/get/c/
MAINTAINER= wen@FreeBSD.org
COMMENT= Package For Manipulating Undirected And Directed Graphs
@@ -16,13 +15,16 @@ BROKEN_sparc64= fails to compile: uses x86 asm
LIB_DEPENDS= libgmp.so:math/gmp
-GNU_CONFIGURE= yes
-USES= gmake gnome libtool pathfix
+USES= autoreconf bison gmake gnome libtool pathfix
+USE_GITHUB= yes
USE_GNOME= libxml2
-CONFIGURE_ARGS+= --enable-gmp
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+
+INSTALL_TARGET= install-strip
+
+pre-configure:
+ @${ECHO} ${PORTVERSION} > ${WRKSRC}/IGRAPH_VERSION
+
.include <bsd.port.mk>
diff --git a/math/igraph/distinfo b/math/igraph/distinfo
index d3df8c88dc36..145234930725 100644
--- a/math/igraph/distinfo
+++ b/math/igraph/distinfo
@@ -1,2 +1,3 @@
-SHA256 (igraph-0.7.1.tar.gz) = d978030e27369bf698f3816ab70aa9141e9baf81c56cc4f55efbe5489b46b0df
-SIZE (igraph-0.7.1.tar.gz) = 2967134
+TIMESTAMP = 1597433034
+SHA256 (igraph-igraph-0.8.2_GH0.tar.gz) = 160bd26aaff6e8d0b123f91f8d745e4e59287fb65a1c27d6dca4276e3bb21330
+SIZE (igraph-igraph-0.8.2_GH0.tar.gz) = 8458866
diff --git a/math/igraph/pkg-descr b/math/igraph/pkg-descr
index ae72299aa0cd..dc262a7a5174 100644
--- a/math/igraph/pkg-descr
+++ b/math/igraph/pkg-descr
@@ -9,4 +9,4 @@ manipulating graphs, assigning attributes to vertices and edges.
It can calculate various structural properties, includes heuristics
for community structure detection, supports many file formats.
-WWW: http://igraph.org/
+WWW: https://igraph.org/
diff --git a/math/igraph/pkg-plist b/math/igraph/pkg-plist
index 957b617c0590..b85dd06a2be7 100644
--- a/math/igraph/pkg-plist
+++ b/math/igraph/pkg-plist
@@ -10,6 +10,7 @@ include/igraph/igraph_centrality.h
include/igraph/igraph_cliques.h
include/igraph/igraph_cocitation.h
include/igraph/igraph_cohesive_blocks.h
+include/igraph/igraph_coloring.h
include/igraph/igraph_community.h
include/igraph/igraph_complex.h
include/igraph/igraph_components.h
@@ -17,9 +18,11 @@ include/igraph/igraph_constants.h
include/igraph/igraph_constructors.h
include/igraph/igraph_conversion.h
include/igraph/igraph_datatype.h
+include/igraph/igraph_decls.h
include/igraph/igraph_dqueue.h
include/igraph/igraph_dqueue_pmt.h
include/igraph/igraph_eigen.h
+include/igraph/igraph_embedding.h
include/igraph/igraph_epidemics.h
include/igraph/igraph_error.h
include/igraph/igraph_flow.h
@@ -34,6 +37,7 @@ include/igraph/igraph_interrupt.h
include/igraph/igraph_iterators.h
include/igraph/igraph_lapack.h
include/igraph/igraph_layout.h
+include/igraph/igraph_lsap.h
include/igraph/igraph_matching.h
include/igraph/igraph_matrix.h
include/igraph/igraph_matrix_pmt.h
@@ -51,7 +55,7 @@ include/igraph/igraph_progress.h
include/igraph/igraph_psumtree.h
include/igraph/igraph_qsort.h
include/igraph/igraph_random.h
-include/igraph/igraph_revolver.h
+include/igraph/igraph_scan.h
include/igraph/igraph_scg.h
include/igraph/igraph_separators.h
include/igraph/igraph_sparsemat.h