svn commit: r476728 - head/math/R-cran-igraph

TAKATSU Tomonari tota at FreeBSD.org
Thu Aug 9 08:48:27 UTC 2018


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


More information about the svn-ports-head mailing list