Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2019 01:40:31 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502003 - head/math/R-cran-igraph
Message-ID:  <201905190140.x4J1eVpZ094440@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Sun May 19 01:40:31 2019
New Revision: 502003
URL: https://svnweb.freebsd.org/changeset/ports/502003

Log:
  - Update to 1.2.4.1 [1]
  - Add gnome to USES
  - Add libglpk.so:math/glpk to LIB_DEPENDS
  
  PR:		237749 [1]
  Submitted by:	pfg@

Modified:
  head/math/R-cran-igraph/Makefile   (contents, props changed)
  head/math/R-cran-igraph/distinfo   (contents, props changed)

Modified: head/math/R-cran-igraph/Makefile
==============================================================================
--- head/math/R-cran-igraph/Makefile	Sun May 19 01:25:32 2019	(r502002)
+++ head/math/R-cran-igraph/Makefile	Sun May 19 01:40:31 2019	(r502003)
@@ -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>

Modified: head/math/R-cran-igraph/distinfo
==============================================================================
--- head/math/R-cran-igraph/distinfo	Sun May 19 01:25:32 2019	(r502002)
+++ head/math/R-cran-igraph/distinfo	Sun May 19 01:40:31 2019	(r502003)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905190140.x4J1eVpZ094440>