diff options
author | tota <tota@FreeBSD.org> | 2012-10-20 12:44:46 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-10-20 12:44:46 +0800 |
commit | e11a2157a68a2b069fa743759504c89df29a13fe (patch) | |
tree | 7d0b0ce9797f568e8194af16c57633bdd61a83e9 | |
parent | 56f404d48dfabbe52ca8c98fe2fbbb7cc0b5e644 (diff) | |
download | freebsd-ports-gnome-e11a2157a68a2b069fa743759504c89df29a13fe.tar.gz freebsd-ports-gnome-e11a2157a68a2b069fa743759504c89df29a13fe.tar.zst freebsd-ports-gnome-e11a2157a68a2b069fa743759504c89df29a13fe.zip |
- Update to 0.6-3
- Convert to new Makefile header
- Update WWW: line in pkg-descr
Feature safe: yes
-rw-r--r-- | math/R-cran-igraph/Makefile | 9 | ||||
-rw-r--r-- | math/R-cran-igraph/distinfo | 4 | ||||
-rw-r--r-- | math/R-cran-igraph/pkg-descr | 2 |
3 files changed, 5 insertions, 10 deletions
diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index e7bac67f2117..b16820a3c3bd 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: igraph -# Date created: 10 May, 2009 -# Whom: Wen Heping <wenheping@gmail.com> -# +# Created by: Wen Heping <wenheping@gmail.com> # $FreeBSD$ -# PORTNAME= igraph -DISTVERSION= 0.6-2 -PORTREVISION= 1 +DISTVERSION= 0.6-3 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-igraph/distinfo b/math/R-cran-igraph/distinfo index 3eb1686456ee..316c4db91bb2 100644 --- a/math/R-cran-igraph/distinfo +++ b/math/R-cran-igraph/distinfo @@ -1,2 +1,2 @@ -SHA256 (igraph_0.6-2.tar.gz) = bfb781df6996a23b6dd11fdbb267b0e91fe2b3c359378de5e11729716f1d4051 -SIZE (igraph_0.6-2.tar.gz) = 2302763 +SHA256 (igraph_0.6-3.tar.gz) = df9f769e4e8f4399501a07e997bd5e597204f2995408a8185d2c4c0ed0994a18 +SIZE (igraph_0.6-3.tar.gz) = 2294858 diff --git a/math/R-cran-igraph/pkg-descr b/math/R-cran-igraph/pkg-descr index 13495cd4ecaa..69ddf81178a2 100644 --- a/math/R-cran-igraph/pkg-descr +++ b/math/R-cran-igraph/pkg-descr @@ -1,3 +1,3 @@ R-cran-igraph is a R extension package for igraph. -WWW: http://cneurocvs.rmki.kfki.hu/igraph +WWW: http://cran.r-project.org/web/packages/igraph/ |