svn commit: r512685 - head/math/R-cran-gower

TAKATSU Tomonari tota at FreeBSD.org
Mon Sep 23 22:56:22 UTC 2019


Author: tota
Date: Mon Sep 23 22:56:21 2019
New Revision: 512685
URL: https://svnweb.freebsd.org/changeset/ports/512685

Log:
  - Update to 0.2.1

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

Modified: head/math/R-cran-gower/Makefile
==============================================================================
--- head/math/R-cran-gower/Makefile	Mon Sep 23 22:14:52 2019	(r512684)
+++ head/math/R-cran-gower/Makefile	Mon Sep 23 22:56:21 2019	(r512685)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gower
-DISTVERSION=	0.1.2
-PORTREVISION=	3
+DISTVERSION=	0.2.1
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -13,5 +12,10 @@ COMMENT=	Gower's Distance
 LICENSE=	GPLv3
 
 USES=		cran:auto-plist,compiles
+
+OPTIONS_DEFINE=	OPENMP
+OPTIONS_DEFAULT=	OPENMP
+
+OPENMP_LIB_DEPENDS=	libomp.so:devel/openmp
 
 .include <bsd.port.mk>

Modified: head/math/R-cran-gower/distinfo
==============================================================================
--- head/math/R-cran-gower/distinfo	Mon Sep 23 22:14:52 2019	(r512684)
+++ head/math/R-cran-gower/distinfo	Mon Sep 23 22:56:21 2019	(r512685)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505047545
-SHA256 (gower_0.1.2.tar.gz) = eb91b2d2784d237c7055abcf3cfa4fc0b2226b855a0c29fc5a4e8eaa689079d5
-SIZE (gower_0.1.2.tar.gz) = 17393
+TIMESTAMP = 1562430020
+SHA256 (gower_0.2.1.tar.gz) = af3fbe91cf818c0841b2c0ec4ddf282c182a588031228c8d88f7291b2cdff100
+SIZE (gower_0.2.1.tar.gz) = 138432


More information about the svn-ports-head mailing list