svn commit: r440295 - head/math/R-cran-deldir

TAKATSU Tomonari tota at FreeBSD.org
Sat May 6 23:07:42 UTC 2017


Author: tota
Date: Sat May  6 23:07:40 2017
New Revision: 440295
URL: https://svnweb.freebsd.org/changeset/ports/440295

Log:
  - Update to 0.1-14
  - Add "compiles" argument to USES=cran

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

Modified: head/math/R-cran-deldir/Makefile
==============================================================================
--- head/math/R-cran-deldir/Makefile	Sat May  6 22:54:10 2017	(r440294)
+++ head/math/R-cran-deldir/Makefile	Sat May  6 23:07:40 2017	(r440295)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	deldir
-DISTVERSION=	0.1-12
+DISTVERSION=	0.1-14
 CATEGORIES=	math
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -11,6 +11,6 @@ COMMENT=	Delaunay Triangulation and Diri
 
 LICENSE=	GPLv2+
 
-USES=	cran:auto-plist
+USES=	cran:auto-plist,compiles
 
 .include <bsd.port.mk>

Modified: head/math/R-cran-deldir/distinfo
==============================================================================
--- head/math/R-cran-deldir/distinfo	Sat May  6 22:54:10 2017	(r440294)
+++ head/math/R-cran-deldir/distinfo	Sat May  6 23:07:40 2017	(r440295)
@@ -1,2 +1,3 @@
-SHA256 (deldir_0.1-12.tar.gz) = afa6ecbba82b05cea9faa3b3044c3f5b99116fcfdbb30e94e81e434ed566f2bb
-SIZE (deldir_0.1-12.tar.gz) = 64801
+TIMESTAMP = 1494111320
+SHA256 (deldir_0.1-14.tar.gz) = 89d365a980ef8589971e5d311c6bd59fe32c48dbac8000a880b9655032c99289
+SIZE (deldir_0.1-14.tar.gz) = 73142


More information about the svn-ports-all mailing list