diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2019-05-19 01:40:31 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2019-05-19 01:40:31 +0000 |
commit | 3b786e6c86d6d6170686d2c65ab2998ac0e75932 (patch) | |
tree | 3d6c5187b01724fc894f549a3bb6bf36a95e3c4b /math/R-cran-igraph | |
parent | 7763bd7af0bef83d0589ce1ea013dcf7cb302f98 (diff) |
Notes
Diffstat (limited to 'math/R-cran-igraph')
-rw-r--r-- | math/R-cran-igraph/Makefile | 8 | ||||
-rw-r--r-- | math/R-cran-igraph/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index aacc85678d3e..35aa1142d66d 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= igraph -DISTVERSION= 1.2.2 -PORTREVISION= 1 +DISTVERSION= 1.2.4.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -14,13 +13,14 @@ LICENSE= GPLv2+ BROKEN_sparc64= Does not compile on sparc64: uses i386 assembler -LIB_DEPENDS= libgmp.so:math/gmp +LIB_DEPENDS= libgmp.so:math/gmp \ + libglpk.so:math/glpk CRAN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \ R-cran-pkgconfig>=2.0.0:devel/R-cran-pkgconfig BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} -USES= cran:auto-plist,compiles +USES= cran:auto-plist,compiles gnome USE_GNOME= libxml2 .include <bsd.port.mk> diff --git a/math/R-cran-igraph/distinfo b/math/R-cran-igraph/distinfo index 23348a99a61f..24fb1324a2e1 100644 --- a/math/R-cran-igraph/distinfo +++ b/math/R-cran-igraph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533795726 -SHA256 (igraph_1.2.2.tar.gz) = 9da2dadf9c1ed495413b32464c6a32fae9d33636822754043e708d8dd6a9efad -SIZE (igraph_1.2.2.tar.gz) = 2703110 +TIMESTAMP = 1558183124 +SHA256 (igraph_1.2.4.1.tar.gz) = 891acc763b5a4a4a245358a95dee69280f4013c342f14dd6a438e7bb2bf2e480 +SIZE (igraph_1.2.4.1.tar.gz) = 2704004 |