- Update to 0.3.0
This commit is contained in:
parent
e9319c4044
commit
e1589bf7d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401052
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rvest
|
||||
PORTVERSION= 0.2.0
|
||||
PORTVERSION= 0.3.0
|
||||
CATEGORIES= www
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
|
@ -11,8 +11,8 @@ COMMENT= Easily Harvest (Scrape) Web Pages
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
RUN_DEPENDS= R-cran-httr>=0.5:${PORTSDIR}/www/R-cran-httr \
|
||||
R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \
|
||||
RUN_DEPENDS= R-cran-xml2>0:${PORTSDIR}/textproc/R-cran-xml2 \
|
||||
R-cran-httr>=0.5:${PORTSDIR}/www/R-cran-httr \
|
||||
R-cran-selectr>0:${PORTSDIR}/www/R-cran-selectr \
|
||||
R-cran-magrittr>0:${PORTSDIR}/devel/R-cran-magrittr
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (rvest_0.2.0.tar.gz) = 275a6e0aca14c4ac713a0051bd0bda5b4e3806361a51a66e3eba27f839a0e9ad
|
||||
SIZE (rvest_0.2.0.tar.gz) = 5407840
|
||||
SHA256 (rvest_0.3.0.tar.gz) = 1644a889395a73184c0d8fa8b7729c56c11824ef146bce7a3511a8b2fac90771
|
||||
SIZE (rvest_0.3.0.tar.gz) = 1594328
|
||||
|
|
Loading…
Reference in a new issue