diff options
author | 0mp <0mp@FreeBSD.org> | 2018-07-31 16:22:15 +0800 |
---|---|---|
committer | 0mp <0mp@FreeBSD.org> | 2018-07-31 16:22:15 +0800 |
commit | 79727b1b62a91edbd42ba3db292a2de80838551f (patch) | |
tree | 3d8bec003ac8b032b7cf7eaa89c2ae1f8082c527 /accessibility/sct | |
parent | d972ea080057b924574733465395781675e8563e (diff) | |
download | freebsd-ports-gnome-79727b1b62a91edbd42ba3db292a2de80838551f.tar.gz freebsd-ports-gnome-79727b1b62a91edbd42ba3db292a2de80838551f.tar.zst freebsd-ports-gnome-79727b1b62a91edbd42ba3db292a2de80838551f.zip |
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
Diffstat (limited to 'accessibility/sct')
-rw-r--r-- | accessibility/sct/Makefile | 2 | ||||
-rw-r--r-- | accessibility/sct/distinfo | 6 | ||||
-rw-r--r-- | accessibility/sct/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/accessibility/sct/Makefile b/accessibility/sct/Makefile index f78587be1150..4c7ef1f713cc 100644 --- a/accessibility/sct/Makefile +++ b/accessibility/sct/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= sct -DISTVERSION= 0.2.1 +DISTVERSION= 0.3.1 CATEGORIES= accessibility MAINTAINER= 0mp@FreeBSD.org diff --git a/accessibility/sct/distinfo b/accessibility/sct/distinfo index 2edf18b0ed68..fbc379789146 100644 --- a/accessibility/sct/distinfo +++ b/accessibility/sct/distinfo @@ -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 diff --git a/accessibility/sct/pkg-descr b/accessibility/sct/pkg-descr index b582c0c1b5de..6c7acbc42bcf 100644 --- a/accessibility/sct/pkg-descr +++ b/accessibility/sct/pkg-descr @@ -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 |