Date: Tue, 31 Jul 2018 08:22:15 +0000 (UTC) From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475979 - head/accessibility/sct Message-ID: <201807310822.w6V8MFsF040140@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: 0mp Date: Tue Jul 31 08:22:15 2018 New Revision: 475979 URL: https://svnweb.freebsd.org/changeset/ports/475979 Log: accessibility/sct: Update to 0.3.1 - Refactor some parts of the manual page. - Add some error checking for easier diagnosis. Reviewed by: krion (mentor) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16521 Modified: head/accessibility/sct/Makefile head/accessibility/sct/distinfo head/accessibility/sct/pkg-descr Modified: head/accessibility/sct/Makefile ============================================================================== --- head/accessibility/sct/Makefile Tue Jul 31 08:17:33 2018 (r475978) +++ head/accessibility/sct/Makefile Tue Jul 31 08:22:15 2018 (r475979) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sct -DISTVERSION= 0.2.1 +DISTVERSION= 0.3.1 CATEGORIES= accessibility MAINTAINER= 0mp@FreeBSD.org Modified: head/accessibility/sct/distinfo ============================================================================== --- head/accessibility/sct/distinfo Tue Jul 31 08:17:33 2018 (r475978) +++ head/accessibility/sct/distinfo Tue Jul 31 08:22:15 2018 (r475979) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519997618 -SHA256 (0mp-sct-0.2.1_GH0.tar.gz) = dc10f115d55c6979d81213870dab2d92c3941e314eef14ede0561d6b0569e87f -SIZE (0mp-sct-0.2.1_GH0.tar.gz) = 2775 +TIMESTAMP = 1532998508 +SHA256 (0mp-sct-0.3.1_GH0.tar.gz) = 4fa3b65f9de57e6f25c0b1791d24089b4210e3f9ca8a77f7e26ae62c910895c4 +SIZE (0mp-sct-0.3.1_GH0.tar.gz) = 2979 Modified: head/accessibility/sct/pkg-descr ============================================================================== --- head/accessibility/sct/pkg-descr Tue Jul 31 08:17:33 2018 (r475978) +++ head/accessibility/sct/pkg-descr Tue Jul 31 08:22:15 2018 (r475979) @@ -11,4 +11,4 @@ value. Here are some usage examples: * Coffee free all nighter style: `sct 8000` * Default style: `sct` -WWW: https://www.tedunangst.com/flak/post/sct-set-color-temperature +WWW: https://github.com/0mp/sct
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807310822.w6V8MFsF040140>