aboutsummaryrefslogtreecommitdiff
path: root/devel/chroma/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/chroma/Makefile')
-rw-r--r--devel/chroma/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/chroma/Makefile b/devel/chroma/Makefile
index 0aecda81787d..0791f5543c61 100644
--- a/devel/chroma/Makefile
+++ b/devel/chroma/Makefile
@@ -1,12 +1,13 @@
PORTNAME= chroma
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.2
-PORTREVISION= 2
+PORTREVISION= 19
CATEGORIES= devel
PKGNAMESUFFIX= -syntax-highlighter
MAINTAINER= yuri@FreeBSD.org
COMMENT= General purpose syntax highlighter in pure Go
+WWW= https://github.com/alecthomas/chroma
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -21,7 +22,7 @@ GH_TUPLE= \
alecthomas:repr:117648cd9897:alecthomas_repr/vendor/github.com/alecthomas/repr \
danwakefield:fnmatch:cbb64ac3d964:danwakefield_fnmatch/vendor/github.com/danwakefield/fnmatch \
dlclark:regexp2:v1.4.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \
- golang:sys:669c56c373c4:golang_sys/vendor/golang.org/x/sys \
+ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \
mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \
mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \
pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \