archivers/R-cran-zip: updated to version 2.0.1
- removed PORTREVISION due to version bump - add new test dependencies: - devel/R-cran-R6 - devel/R-cran-covr - devel/R-cran-testthat - update website URL to align with CRAN package - no changelog provided Generated by: portcran (0.1.9)
This commit is contained in:
parent
89fdd1f739
commit
5377859638
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497435
3 changed files with 9 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zip
|
||||
DISTVERSION= 1.0.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.0.1
|
||||
CATEGORIES= archivers
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}
|
||||
|
||||
|
@ -11,7 +10,10 @@ COMMENT= Cross-Platform 'zip' Compression
|
|||
|
||||
LICENSE= CC0-1.0
|
||||
|
||||
TEST_DEPENDS= R-cran-withr>0:devel/R-cran-withr
|
||||
TEST_DEPENDS= R-cran-R6>0:devel/R-cran-R6 \
|
||||
R-cran-covr>0:devel/R-cran-covr \
|
||||
R-cran-testthat>0:devel/R-cran-testthat \
|
||||
R-cran-withr>0:devel/R-cran-withr
|
||||
|
||||
USES= cran:auto-plist,compiles
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1537727310
|
||||
SHA256 (zip_1.0.0.tar.gz) = 6fa9ec7b093b8c717c50f205d4335c31c43c2ecb51c0242c9a0337d8d84df965
|
||||
SIZE (zip_1.0.0.tar.gz) = 60823
|
||||
TIMESTAMP = 1554053408
|
||||
SHA256 (zip_2.0.1.tar.gz) = 216a6fd02c289641502e42d6fe1bc8bf97199f7bbce164493e1f0b2dee5f9031
|
||||
SIZE (zip_2.0.1.tar.gz) = 95260
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Cross-Platform 'zip' Compression Library. A replacement for the 'zip' function,
|
||||
that does not require any additional external tools on any platform.
|
||||
|
||||
WWW: https://github.com/gaborcsardi/zip
|
||||
WWW: https://github.com/r-lib/zip#readme
|
||||
|
|
Loading…
Reference in a new issue