svn commit: r440317 - head/textproc/R-cran-xml2

TAKATSU Tomonari tota at FreeBSD.org
Sun May 7 08:38:21 UTC 2017


Author: tota
Date: Sun May  7 08:38:19 2017
New Revision: 440317
URL: https://svnweb.freebsd.org/changeset/ports/440317

Log:
  - Update to 1.1.1

Modified:
  head/textproc/R-cran-xml2/Makefile   (contents, props changed)
  head/textproc/R-cran-xml2/distinfo   (contents, props changed)

Modified: head/textproc/R-cran-xml2/Makefile
==============================================================================
--- head/textproc/R-cran-xml2/Makefile	Sun May  7 08:25:39 2017	(r440316)
+++ head/textproc/R-cran-xml2/Makefile	Sun May  7 08:38:19 2017	(r440317)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xml2
-PORTVERSION=	1.0.0
+PORTVERSION=	1.1.1
 CATEGORIES=	textproc
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
@@ -11,9 +11,10 @@ COMMENT=	Parse XML
 
 LICENSE=	GPLv2+
 
-BUILD_DEPENDS=	R-cran-Rcpp>=0.11.4.6:devel/R-cran-Rcpp \
+CRAN_DEPENDS=	R-cran-Rcpp>=0.11.4.6:devel/R-cran-Rcpp \
 		R-cran-BH>0:devel/R-cran-BH
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+BUILD_DEPENDS:=	${CRAN_DEPENDS}
+RUN_DEPENDS:=	${CRAN_DEPENDS}
 
 USES=	cran:auto-plist,compiles
 USE_GNOME=	libxml2

Modified: head/textproc/R-cran-xml2/distinfo
==============================================================================
--- head/textproc/R-cran-xml2/distinfo	Sun May  7 08:25:39 2017	(r440316)
+++ head/textproc/R-cran-xml2/distinfo	Sun May  7 08:38:19 2017	(r440317)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467016236
-SHA256 (xml2_1.0.0.tar.gz) = f94d714e1adbe1593abe6aed03cc66e2ac9a9e66977c0b97fdd3fb31b3a64a38
-SIZE (xml2_1.0.0.tar.gz) = 100462
+TIMESTAMP = 1494145599
+SHA256 (xml2_1.1.1.tar.gz) = 00f3e3b66b76760c19da5f6dddc98e6f30de36a96b211e59e1a3f4ff58763116
+SIZE (xml2_1.1.1.tar.gz) = 244643


More information about the svn-ports-all mailing list