svn commit: r497435 - head/archivers/R-cran-zip

David Naylor dbn at FreeBSD.org
Sun Mar 31 17:31:15 UTC 2019


Author: dbn
Date: Sun Mar 31 17:31:13 2019
New Revision: 497435
URL: https://svnweb.freebsd.org/changeset/ports/497435

Log:
  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)

Modified:
  head/archivers/R-cran-zip/Makefile
  head/archivers/R-cran-zip/distinfo
  head/archivers/R-cran-zip/pkg-descr

Modified: head/archivers/R-cran-zip/Makefile
==============================================================================
--- head/archivers/R-cran-zip/Makefile	Sun Mar 31 17:28:18 2019	(r497434)
+++ head/archivers/R-cran-zip/Makefile	Sun Mar 31 17:31:13 2019	(r497435)
@@ -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
 

Modified: head/archivers/R-cran-zip/distinfo
==============================================================================
--- head/archivers/R-cran-zip/distinfo	Sun Mar 31 17:28:18 2019	(r497434)
+++ head/archivers/R-cran-zip/distinfo	Sun Mar 31 17:31:13 2019	(r497435)
@@ -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

Modified: head/archivers/R-cran-zip/pkg-descr
==============================================================================
--- head/archivers/R-cran-zip/pkg-descr	Sun Mar 31 17:28:18 2019	(r497434)
+++ head/archivers/R-cran-zip/pkg-descr	Sun Mar 31 17:31:13 2019	(r497435)
@@ -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


More information about the svn-ports-all mailing list