Date: Tue, 19 Jun 2018 05:49:52 +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: r472757 - head/graphics/R-cran-munsell Message-ID: <201806190549.w5J5nqnQ048621@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Tue Jun 19 05:49:52 2018 New Revision: 472757 URL: https://svnweb.freebsd.org/changeset/ports/472757 Log: - Update to 0.5.0 Modified: head/graphics/R-cran-munsell/Makefile (contents, props changed) head/graphics/R-cran-munsell/distinfo (contents, props changed) Modified: head/graphics/R-cran-munsell/Makefile ============================================================================== --- head/graphics/R-cran-munsell/Makefile Tue Jun 19 05:28:34 2018 (r472756) +++ head/graphics/R-cran-munsell/Makefile Tue Jun 19 05:49:52 2018 (r472757) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= munsell -PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTVERSION= 0.5.0 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,7 +15,9 @@ LICENSE_NAME_CW= Charlotte Wickham COPYRIGHT LICENSE_FILE_CW= ${WRKSRC}/LICENSE LICENSE_PERMS_CW= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -RUN_DEPENDS= R-cran-colorspace>0:graphics/R-cran-colorspace +CRAN_DEPENDS= R-cran-colorspace>0:graphics/R-cran-colorspace +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} USES= cran:auto-plist Modified: head/graphics/R-cran-munsell/distinfo ============================================================================== --- head/graphics/R-cran-munsell/distinfo Tue Jun 19 05:28:34 2018 (r472756) +++ head/graphics/R-cran-munsell/distinfo Tue Jun 19 05:49:52 2018 (r472757) @@ -1,2 +1,3 @@ -SHA256 (munsell_0.4.3.tar.gz) = 397c3c90af966f48eebe8f5d9e40c41b17541f0baaa102eec3ea4faae5a2bd49 -SIZE (munsell_0.4.3.tar.gz) = 97244 +TIMESTAMP = 1529386270 +SHA256 (munsell_0.5.0.tar.gz) = d0f3a9fb30e2b5d411fa61db56d4be5733a2621c0edf017d090bdfa5e377e199 +SIZE (munsell_0.5.0.tar.gz) = 182653
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806190549.w5J5nqnQ048621>