View | Details | Raw Unified | Return to bug 248697
Collapse All | Expand All

(-)math/py-python-igraph/Makefile (-5 / +8 lines)
Lines 2-11 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	python-igraph
4
PORTNAME=	python-igraph
5
PORTVERSION=	0.7.0
5
PORTVERSION=	0.8.2
6
PORTREVISION=	2
7
CATEGORIES=	math python
6
CATEGORIES=	math python
8
MASTER_SITES=	http://igraph.org/nightly/get/python/
7
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
9
11
MAINTAINER=	lwhsu@FreeBSD.org
10
MAINTAINER=	lwhsu@FreeBSD.org
Lines 13-22 Link Here
13
12
14
LICENSE=	GPLv2
13
LICENSE=	GPLv2
15
14
16
BUILD_DEPENDS=	${LOCALBASE}/lib/libigraph.so:math/igraph
15
BUILD_DEPENDS=	${LOCALBASE}/lib/libigraph.so:math/igraph \
16
		aclocal:devel/automake
17
17
18
USES=		gnome python
18
USES=		bison gnome libtool:build python
19
USE_PYTHON=	autoplist concurrent distutils
19
USE_PYTHON=	autoplist concurrent distutils
20
USE_GNOME=	libxml2
20
USE_GNOME=	libxml2
21
21
22
pre-configure:
23
	@${ECHO} ${PORTVERSION} > ${WRKSRC}/vendor/source/igraph/IGRAPH_VERSION
24
22
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)math/py-python-igraph/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (python-igraph-0.7.0.tar.gz) = 64ac270e80a92066d489407be1900a329df8e26844430f941ecc88771188c471
1
TIMESTAMP = 1597653394
2
SIZE (python-igraph-0.7.0.tar.gz) = 369325
2
SHA256 (python-igraph-0.8.2.tar.gz) = 4601638d7d22eae7608cdf793efac75e6c039770ec4bd2cecf76378c84ce7d72
3
SIZE (python-igraph-0.8.2.tar.gz) = 3970354
(-)math/py-python-igraph/files/patch-vendor_source_igraph_bootstrap.sh (+11 lines)
Line 0 Link Here
1
--- vendor/source/igraph/bootstrap.sh.orig	2020-08-17 08:48:54 UTC
2
+++ vendor/source/igraph/bootstrap.sh
3
@@ -4,7 +4,7 @@ cd "`dirname $0`"
4
 
5
 ## Find out our version number, need git for this
6
 printf "Finding out version number/string... "
7
-tools/getversion.sh > IGRAPH_VERSION
8
+#tools/getversion.sh > IGRAPH_VERSION
9
 cat IGRAPH_VERSION
10
 
11
 for i in glibtoolize libtoolize; do

Return to bug 248697