- Update to 1.2.2
- Convert to option target helpers and simplify BROKEN definition
This commit is contained in:
parent
16caa2c13e
commit
13d48dc604
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476728
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= igraph
|
||||
DISTVERSION= 1.2.1
|
||||
DISTVERSION= 1.2.2
|
||||
CATEGORIES= math
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
@ -11,6 +11,8 @@ COMMENT= Network Analysis and Visualization
|
||||
|
||||
LICENSE= GPLv2+
|
||||
|
||||
BROKEN_sparc64= Does not compile on sparc64: uses i386 assembler
|
||||
|
||||
LIB_DEPENDS= libgmp.so:math/gmp
|
||||
CRAN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \
|
||||
R-cran-pkgconfig>=2.0.0:devel/R-cran-pkgconfig
|
||||
@ -20,10 +22,4 @@ RUN_DEPENDS= ${CRAN_DEPENDS}
|
||||
USES= cran:auto-plist,compiles
|
||||
USE_GNOME= libxml2
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64: uses i386 assembler
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1522286560
|
||||
SHA256 (igraph_1.2.1.tar.gz) = 55341848f85a436c32d60f59a4db485238d535f2e8afe0d5a360804fc33299c1
|
||||
SIZE (igraph_1.2.1.tar.gz) = 2703426
|
||||
TIMESTAMP = 1533795726
|
||||
SHA256 (igraph_1.2.2.tar.gz) = 9da2dadf9c1ed495413b32464c6a32fae9d33636822754043e708d8dd6a9efad
|
||||
SIZE (igraph_1.2.2.tar.gz) = 2703110
|
||||
|
Loading…
Reference in New Issue
Block a user