From owner-svn-ports-all@freebsd.org Thu Nov 9 23:03:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12C08E5E9BD; Thu, 9 Nov 2017 23:03:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0AE07C85C; Thu, 9 Nov 2017 23:03:18 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA9N3HlO039702; Thu, 9 Nov 2017 23:03:17 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA9N3HkK039699; Thu, 9 Nov 2017 23:03:17 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201711092303.vA9N3HkK039699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 Nov 2017 23:03:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453877 - head/devel/R-cran-crayon X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/R-cran-crayon X-SVN-Commit-Revision: 453877 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2017 23:03:19 -0000 Author: swills Date: Thu Nov 9 23:03:17 2017 New Revision: 453877 URL: https://svnweb.freebsd.org/changeset/ports/453877 Log: devel/R-cran-crayon: update to version 1.3.4 While here add some other updates and assign to pool per maintainer request. PR: 222416 Submitted by: pfg (maintainer) Modified: head/devel/R-cran-crayon/Makefile head/devel/R-cran-crayon/distinfo head/devel/R-cran-crayon/pkg-descr Modified: head/devel/R-cran-crayon/Makefile ============================================================================== --- head/devel/R-cran-crayon/Makefile Thu Nov 9 22:46:27 2017 (r453876) +++ head/devel/R-cran-crayon/Makefile Thu Nov 9 23:03:17 2017 (r453877) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= crayon -DISTVERSION= 1.3.2 +DISTVERSION= 1.3.4 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} -MAINTAINER= pfg@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Colored Terminal Output LICENSE= MIT Modified: head/devel/R-cran-crayon/distinfo ============================================================================== --- head/devel/R-cran-crayon/distinfo Thu Nov 9 22:46:27 2017 (r453876) +++ head/devel/R-cran-crayon/distinfo Thu Nov 9 23:03:17 2017 (r453877) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475217125 -SHA256 (crayon_1.3.2.tar.gz) = 9a6b75d63c05fe64baf222f1921330ceb727924bcc5fc2753ff0528d42555e68 -SIZE (crayon_1.3.2.tar.gz) = 656168 +TIMESTAMP = 1505687692 +SHA256 (crayon_1.3.4.tar.gz) = fc6e9bf990e9532c4fcf1a3d2ce22d8cf12d25a95e4779adfa17713ed836fa68 +SIZE (crayon_1.3.4.tar.gz) = 658694 Modified: head/devel/R-cran-crayon/pkg-descr ============================================================================== --- head/devel/R-cran-crayon/pkg-descr Thu Nov 9 22:46:27 2017 (r453876) +++ head/devel/R-cran-crayon/pkg-descr Thu Nov 9 23:03:17 2017 (r453877) @@ -4,4 +4,4 @@ automatically detected. Colors and highlighting can be nested. New styles can also be created easily. This package was inspired by the 'chalk' 'JavaScript' project. -WWW: http://cran.r-project.org/web/packages/crayon/ +WWW: https://CRAN.R-project.org/package=crayon