svn commit: r450781 - head/math/R-cran-backports

TAKATSU Tomonari tota at FreeBSD.org
Wed Sep 27 19:28:32 UTC 2017


Author: tota
Date: Wed Sep 27 19:28:31 2017
New Revision: 450781
URL: https://svnweb.freebsd.org/changeset/ports/450781

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

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

Modified: head/math/R-cran-backports/Makefile
==============================================================================
--- head/math/R-cran-backports/Makefile	Wed Sep 27 19:21:52 2017	(r450780)
+++ head/math/R-cran-backports/Makefile	Wed Sep 27 19:28:31 2017	(r450781)
@@ -2,15 +2,15 @@
 # $FreeBSD$
 
 PORTNAME=	backports
-PORTVERSION=	1.1.0
+PORTVERSION=	1.1.1
 CATEGORIES=	math
-DISTNAME=	${PORTNAME}_${DISTVERSION}
+DISTNAME=	${PORTNAME}_${PORTVERSION}
 
 MAINTAINER=	tota at FreeBSD.org
 COMMENT=	Reimplementations of Functions Introduced Since R-3.0.0
 
 LICENSE=	GPLv2
 
-USES=		cran:auto-plist
+USES=		cran:auto-plist,compiles
 
 .include <bsd.port.mk>

Modified: head/math/R-cran-backports/distinfo
==============================================================================
--- head/math/R-cran-backports/distinfo	Wed Sep 27 19:21:52 2017	(r450780)
+++ head/math/R-cran-backports/distinfo	Wed Sep 27 19:28:31 2017	(r450781)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1495680362
-SHA256 (backports_1.1.0.tar.gz) = c5536966ed6ca93f20c9a21d4f569cc1c6865d3352445ea66448f82590349fcd
-SIZE (backports_1.1.0.tar.gz) = 7909
+TIMESTAMP = 1506508269
+SHA256 (backports_1.1.1.tar.gz) = 494e81a4829339c8f1cc3e015daa807e9138b8e21b929965fc7c00b1abbe8897
+SIZE (backports_1.1.1.tar.gz) = 10090


More information about the svn-ports-head mailing list