From owner-svn-ports-head@freebsd.org Thu Aug 9 08:48:27 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71F84105CB73; Thu, 9 Aug 2018 08:48:27 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F33B880C9; Thu, 9 Aug 2018 08:48:27 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E8DB3171C1; Thu, 9 Aug 2018 08:48:26 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w798mQoY088246; Thu, 9 Aug 2018 08:48:26 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w798mQji088244; Thu, 9 Aug 2018 08:48:26 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201808090848.w798mQji088244@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Thu, 9 Aug 2018 08:48:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476728 - head/math/R-cran-igraph X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: head/math/R-cran-igraph X-SVN-Commit-Revision: 476728 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2018 08:48:27 -0000 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 - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64: uses i386 assembler -.endif - -.include +.include 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