Date: Wed, 4 Apr 2018 08:31:46 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r466401 - head/www/R-cran-selectr Message-ID: <201804040831.w348VkPB025873@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Wed Apr 4 08:31:46 2018 New Revision: 466401 URL: https://svnweb.freebsd.org/changeset/ports/466401 Log: - Update to 0.4-0 Modified: head/www/R-cran-selectr/Makefile (contents, props changed) head/www/R-cran-selectr/distinfo (contents, props changed) Modified: head/www/R-cran-selectr/Makefile ============================================================================== --- head/www/R-cran-selectr/Makefile Wed Apr 4 08:27:21 2018 (r466400) +++ head/www/R-cran-selectr/Makefile Wed Apr 4 08:31:46 2018 (r466401) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= selectr -DISTVERSION= 0.3-1 -PORTREVISION= 1 +DISTVERSION= 0.4-0 CATEGORIES= www DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,7 +11,8 @@ COMMENT= Translate CSS Selectors to XPath Expressions LICENSE= BSD3CLAUSE -CRAN_DEPENDS= R-cran-stringr>0:textproc/R-cran-stringr +CRAN_DEPENDS= R-cran-stringr>0:textproc/R-cran-stringr \ + R-cran-R6>0:devel/R-cran-R6 BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} Modified: head/www/R-cran-selectr/distinfo ============================================================================== --- head/www/R-cran-selectr/distinfo Wed Apr 4 08:27:21 2018 (r466400) +++ head/www/R-cran-selectr/distinfo Wed Apr 4 08:31:46 2018 (r466401) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482506323 -SHA256 (selectr_0.3-1.tar.gz) = db4f7ceea4b522a54c3ae7709787b0b7fcf389c5d945c5a278e3625388218949 -SIZE (selectr_0.3-1.tar.gz) = 42098 +TIMESTAMP = 1522829085 +SHA256 (selectr_0.4-0.tar.gz) = 40cd51bfe499954b300742c49f92167a68964b974268a7f47ca8864f32020ece +SIZE (selectr_0.4-0.tar.gz) = 42593
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804040831.w348VkPB025873>