Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2017 19:28:31 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450781 - head/math/R-cran-backports
Message-ID:  <201709271928.v8RJSVCG013320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709271928.v8RJSVCG013320>