diff options
author | tota <tota@FreeBSD.org> | 2017-05-07 16:38:19 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2017-05-07 16:38:19 +0800 |
commit | 6c6b0be0ac945c88c73aaf8545437e7854ef45ec (patch) | |
tree | 80f5aeef16774e38a08b639a455c939c8dd7eeab | |
parent | a60a65b74fefd116aba9cc8e3c1980f4e90481f7 (diff) | |
download | freebsd-ports-gnome-6c6b0be0ac945c88c73aaf8545437e7854ef45ec.tar.gz freebsd-ports-gnome-6c6b0be0ac945c88c73aaf8545437e7854ef45ec.tar.zst freebsd-ports-gnome-6c6b0be0ac945c88c73aaf8545437e7854ef45ec.zip |
- Update to 1.1.1
-rw-r--r-- | textproc/R-cran-xml2/Makefile | 7 | ||||
-rw-r--r-- | textproc/R-cran-xml2/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/R-cran-xml2/Makefile b/textproc/R-cran-xml2/Makefile index 004c931d958f..6d7c46152334 100644 --- a/textproc/R-cran-xml2/Makefile +++ b/textproc/R-cran-xml2/Makefile @@ -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 diff --git a/textproc/R-cran-xml2/distinfo b/textproc/R-cran-xml2/distinfo index 5c4aca329a0a..b9d2321c0c71 100644 --- a/textproc/R-cran-xml2/distinfo +++ b/textproc/R-cran-xml2/distinfo @@ -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 |