Index: head/accessibility/sct/Makefile =================================================================== --- head/accessibility/sct/Makefile (revision 475978) +++ head/accessibility/sct/Makefile (revision 475979) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= sct -DISTVERSION= 0.2.1 +DISTVERSION= 0.3.1 CATEGORIES= accessibility MAINTAINER= 0mp@FreeBSD.org COMMENT= Utility to change screen temperature LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= 0mp USE_XORG= x11 xrandr INSTALL_TARGET= install-strip PLIST_FILES= bin/sct \ man/man1/sct.1.gz .include Index: head/accessibility/sct/distinfo =================================================================== --- head/accessibility/sct/distinfo (revision 475978) +++ head/accessibility/sct/distinfo (revision 475979) @@ -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 Index: head/accessibility/sct/pkg-descr =================================================================== --- head/accessibility/sct/pkg-descr (revision 475978) +++ head/accessibility/sct/pkg-descr (revision 475979) @@ -1,14 +1,14 @@ This is a port of sct, a simple command-line utility written by Ted Unangst, which can be used to control screen temperature. It exceeds at being much more lightweight than similar software solutions like Redshift and f.lux. At the same time it is easier to use than xrandr. Sct takes temperature values in range 1000 to 10000, where 6500 is the default value. Here are some usage examples: * Campfire style: `sct 4500` * Dust storm on Mars style: `sct 2000` * 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