diff options
author | David Naylor <dbn@FreeBSD.org> | 2019-03-31 17:31:13 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2019-03-31 17:31:13 +0000 |
commit | 53778596385c09581e13535c31714fb839de4412 (patch) | |
tree | 18ce5859af723a048b4c1d30c16f481118426806 | |
parent | 89fdd1f739d14db005c6bc3d86f23bb6c09b939e (diff) | |
download | ports-53778596385c09581e13535c31714fb839de4412.tar.gz ports-53778596385c09581e13535c31714fb839de4412.zip |
Notes
-rw-r--r-- | archivers/R-cran-zip/Makefile | 8 | ||||
-rw-r--r-- | archivers/R-cran-zip/distinfo | 6 | ||||
-rw-r--r-- | archivers/R-cran-zip/pkg-descr | 2 |
3 files changed, 9 insertions, 7 deletions
diff --git a/archivers/R-cran-zip/Makefile b/archivers/R-cran-zip/Makefile index 425046689c20..80fc009f9795 100644 --- a/archivers/R-cran-zip/Makefile +++ b/archivers/R-cran-zip/Makefile @@ -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 diff --git a/archivers/R-cran-zip/distinfo b/archivers/R-cran-zip/distinfo index 613a31e99759..4c0858511a2f 100644 --- a/archivers/R-cran-zip/distinfo +++ b/archivers/R-cran-zip/distinfo @@ -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 diff --git a/archivers/R-cran-zip/pkg-descr b/archivers/R-cran-zip/pkg-descr index 5c78a1c12102..fed25ea8ccdb 100644 --- a/archivers/R-cran-zip/pkg-descr +++ b/archivers/R-cran-zip/pkg-descr @@ -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 |