diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-09-02 23:44:27 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2016-09-02 23:44:27 +0000 |
commit | 823bcd6a7601a5a81bdf2cb588f1917d91e6fb2b (patch) | |
tree | ed74c327e355669d505f9039163111699ca52c3a | |
parent | Add a hack to make -fopenmp work inspired by a submission from (diff) |
- Update to 0.3-0
Notes
Notes:
svn path=/head/; revision=421278
-rw-r--r-- | www/R-cran-selectr/Makefile | 7 | ||||
-rw-r--r-- | www/R-cran-selectr/distinfo | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www/R-cran-selectr/Makefile b/www/R-cran-selectr/Makefile index 631b4cc18fe8..a54bbc98a960 100644 --- a/www/R-cran-selectr/Makefile +++ b/www/R-cran-selectr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= selectr -DISTVERSION= 0.2-3 +DISTVERSION= 0.3-0 CATEGORIES= www DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,8 +11,9 @@ COMMENT= Translate CSS Selectors to XPath Expressions LICENSE= BSD3CLAUSE -RUN_DEPENDS= R-cran-XML>0:textproc/R-cran-XML \ - R-cran-stringr>0:textproc/R-cran-stringr +CRAN_DEPENDS= R-cran-stringr>0:textproc/R-cran-stringr +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist diff --git a/www/R-cran-selectr/distinfo b/www/R-cran-selectr/distinfo index 689d24b872f1..5d4c5df2127b 100644 --- a/www/R-cran-selectr/distinfo +++ b/www/R-cran-selectr/distinfo @@ -1,2 +1,3 @@ -SHA256 (selectr_0.2-3.tar.gz) = e1aa471762462bc4b7acd37f221109a8856988959e291e45c28b3b5e8d0bf5de -SIZE (selectr_0.2-3.tar.gz) = 28227 +TIMESTAMP = 1472791224 +SHA256 (selectr_0.3-0.tar.gz) = e91ec4fd824618e17eb1e14ffd0ec04b5475344a5e22d3fb8517eaa07375d980 +SIZE (selectr_0.3-0.tar.gz) = 37978 |