diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-04-20 04:07:00 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-04-20 04:07:00 +0000 |
commit | 32edee2a202f6b2356da77e54b231cb5783f5dc2 (patch) | |
tree | 095791c7a93f4902fc638439fecce4092b81b633 /graphics/graphviz | |
parent | 06339c451266f5843e53bd6406c81a89eedd4ab1 (diff) |
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 889e079a6995..4b840e7cfd02 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -1,6 +1,6 @@ PORTNAME= graphviz PORTVERSION= 7.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics tk MASTER_SITES= https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/${PORTVERSION}/ |