diff options
author | tota <tota@FreeBSD.org> | 2017-08-22 11:27:06 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2017-08-22 11:27:06 +0800 |
commit | f07ee7e4c129a5d6563591d58987938e529f44fa (patch) | |
tree | e3559aa859da1ea30b43476b38f1311a1d06c261 /math | |
parent | 7519c9bd35a87a24baa7df0d0c95a88f6b9b5b0b (diff) | |
download | freebsd-ports-gnome-f07ee7e4c129a5d6563591d58987938e529f44fa.tar.gz freebsd-ports-gnome-f07ee7e4c129a5d6563591d58987938e529f44fa.tar.zst freebsd-ports-gnome-f07ee7e4c129a5d6563591d58987938e529f44fa.zip |
- Update to 1.1.2
- Fix LICENSE
Diffstat (limited to 'math')
-rw-r--r-- | math/R-cran-igraph/Makefile | 14 | ||||
-rw-r--r-- | math/R-cran-igraph/distinfo | 5 |
2 files changed, 10 insertions, 9 deletions
diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index fe242f99cbbd..5a8ec903bbca 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= igraph -PORTREVISION= 1 -DISTVERSION= 1.0.1 +DISTVERSION= 1.1.2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Network Analysis and Visualization -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ LIB_DEPENDS= libgmp.so:math/gmp -RUN_DEPENDS= R-cran-magrittr>0:devel/R-cran-magrittr \ - R-cran-NMF>0:math/R-cran-NMF \ - R-cran-irlba>0:math/R-cran-irlba +CRAN_DEPENDS= R-cran-irlba>0:math/R-cran-irlba \ + 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 USE_GNOME= libxml2 diff --git a/math/R-cran-igraph/distinfo b/math/R-cran-igraph/distinfo index 3f9325407458..96ef67c162f8 100644 --- a/math/R-cran-igraph/distinfo +++ b/math/R-cran-igraph/distinfo @@ -1,2 +1,3 @@ -SHA256 (igraph_1.0.1.tar.gz) = dc64ed09b8b5f8d66ed4936cde3491974d6bc5178dd259b6eab7ef3936aa5602 -SIZE (igraph_1.0.1.tar.gz) = 3328353 +TIMESTAMP = 1500862398 +SHA256 (igraph_1.1.2.tar.gz) = 89b16b41bc77949ea208419e52a18b78b5d418c7fedc52cd47d06a51a6e746ec +SIZE (igraph_1.1.2.tar.gz) = 3376958 |