Index: head/math/py-python-igraph/Makefile =================================================================== --- head/math/py-python-igraph/Makefile (revision 545247) +++ head/math/py-python-igraph/Makefile (revision 545248) @@ -1,22 +1,26 @@ # Created by: Li-Wen Hsu # $FreeBSD$ PORTNAME= python-igraph -PORTVERSION= 0.7.0 -PORTREVISION= 2 +PORTVERSION= 0.8.2 CATEGORIES= math python -MASTER_SITES= http://igraph.org/nightly/get/python/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= High performance graph data structures and algorithms LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:math/igraph +BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:math/igraph \ + aclocal:devel/automake +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}texttable>=1.6.2:textproc/py-texttable@${PY_FLAVOR} -USES= gnome python +USES= bison gnome libtool:build python USE_PYTHON= autoplist concurrent distutils USE_GNOME= libxml2 + +pre-configure: + @${ECHO} ${PORTVERSION} > ${WRKSRC}/vendor/source/igraph/IGRAPH_VERSION .include Index: head/math/py-python-igraph/distinfo =================================================================== --- head/math/py-python-igraph/distinfo (revision 545247) +++ head/math/py-python-igraph/distinfo (revision 545248) @@ -1,2 +1,3 @@ -SHA256 (python-igraph-0.7.0.tar.gz) = 64ac270e80a92066d489407be1900a329df8e26844430f941ecc88771188c471 -SIZE (python-igraph-0.7.0.tar.gz) = 369325 +TIMESTAMP = 1597653394 +SHA256 (python-igraph-0.8.2.tar.gz) = 4601638d7d22eae7608cdf793efac75e6c039770ec4bd2cecf76378c84ce7d72 +SIZE (python-igraph-0.8.2.tar.gz) = 3970354 Index: head/math/py-python-igraph/files/patch-vendor_source_igraph_bootstrap.sh =================================================================== --- head/math/py-python-igraph/files/patch-vendor_source_igraph_bootstrap.sh (nonexistent) +++ head/math/py-python-igraph/files/patch-vendor_source_igraph_bootstrap.sh (revision 545248) @@ -0,0 +1,11 @@ +--- vendor/source/igraph/bootstrap.sh.orig 2020-08-17 08:48:54 UTC ++++ vendor/source/igraph/bootstrap.sh +@@ -4,7 +4,7 @@ cd "`dirname $0`" + + ## Find out our version number, need git for this + printf "Finding out version number/string... " +-tools/getversion.sh > IGRAPH_VERSION ++#tools/getversion.sh > IGRAPH_VERSION + cat IGRAPH_VERSION + + for i in glibtoolize libtoolize; do Property changes on: head/math/py-python-igraph/files/patch-vendor_source_igraph_bootstrap.sh ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/py-python-igraph/pkg-descr =================================================================== --- head/math/py-python-igraph/pkg-descr (revision 545247) +++ head/math/py-python-igraph/pkg-descr (revision 545248) @@ -1,7 +1,7 @@ This module extends Python with a Graph class which is capable of handling arbitrary directed and undirected graphs with thousands of nodes and millions of edges. Since the module makes use of the open source igraph library written in almost 100% pure C, it is blazing fast and outperforms most other pure Python-based packages around. -WWW: http://cneurocvs.rmki.kfki.hu/igraph +WWW: http://cneurocvs.rmki.kfki.hu/igraph/