Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2016 12:32:35 +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: r427952 - head/astro/R-cran-maptools
Message-ID:  <201612061232.uB6CWZF7065409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tota
Date: Tue Dec  6 12:32:35 2016
New Revision: 427952
URL: https://svnweb.freebsd.org/changeset/ports/427952

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

Modified:
  head/astro/R-cran-maptools/Makefile   (contents, props changed)
  head/astro/R-cran-maptools/distinfo   (contents, props changed)

Modified: head/astro/R-cran-maptools/Makefile
==============================================================================
--- head/astro/R-cran-maptools/Makefile	Tue Dec  6 12:27:23 2016	(r427951)
+++ head/astro/R-cran-maptools/Makefile	Tue Dec  6 12:32:35 2016	(r427952)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	maptools
-DISTVERSION=	0.8-39
+DISTVERSION=	0.8-40
 CATEGORIES=	astro
 DISTNAME=	${PORTNAME}_${DISTVERSION}
 
@@ -11,8 +11,10 @@ COMMENT=	Tools for reading and handling 
 
 LICENSE=	GPLv2+
 
-RUN_DEPENDS=	R-cran-sp>=1.0.11:math/R-cran-sp
+CRAN_DEPENDS=	R-cran-sp>=1.0.11:math/R-cran-sp
+BUILD_DEPENDS=	${CRAN_DEPENDS}
+RUN_DEPENDS=	${CRAN_DEPENDS}
 
-USES=	cran:auto-plist
+USES=	cran:auto-plist,compiles
 
 .include <bsd.port.mk>

Modified: head/astro/R-cran-maptools/distinfo
==============================================================================
--- head/astro/R-cran-maptools/distinfo	Tue Dec  6 12:27:23 2016	(r427951)
+++ head/astro/R-cran-maptools/distinfo	Tue Dec  6 12:32:35 2016	(r427952)
@@ -1,2 +1,3 @@
-SHA256 (maptools_0.8-39.tar.gz) = 4b81e313e45dbb75e0fbb180b02985d1c34aaa5669e483283b632788e6a67dd2
-SIZE (maptools_0.8-39.tar.gz) = 1582435
+TIMESTAMP = 1481025150
+SHA256 (maptools_0.8-40.tar.gz) = 7875a45886f72cdd4d1601c89717c3d2868b5379183f618d753a3f7a25b6e713
+SIZE (maptools_0.8-40.tar.gz) = 1576590



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