Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2018 08:48:26 +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: r476728 - head/math/R-cran-igraph
Message-ID:  <201808090848.w798mQji088244@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Thu Aug  9 08:48:26 2018
New Revision: 476728
URL: https://svnweb.freebsd.org/changeset/ports/476728

Log:
  - Update to 1.2.2
  - Convert to option target helpers and simplify BROKEN definition

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	Thu Aug  9 08:15:13 2018	(r476727)
+++ head/math/R-cran-igraph/Makefile	Thu Aug  9 08:48:26 2018	(r476728)
@@ -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>

Modified: head/math/R-cran-igraph/distinfo
==============================================================================
--- head/math/R-cran-igraph/distinfo	Thu Aug  9 08:15:13 2018	(r476727)
+++ head/math/R-cran-igraph/distinfo	Thu Aug  9 08:48:26 2018	(r476728)
@@ -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



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