diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-22 23:23:28 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-09-22 23:23:28 +0000 |
commit | b352baf0b1ca56850ccf866fc1486bb82eb1dda8 (patch) | |
tree | 23cdefbdb657b0413fa23e48012331a68a1bfcf4 /graphics/h3 | |
parent | 04fcde57abc31d0ef0c97b768addbca1076e5279 (diff) | |
download | ports-b352baf0b1ca56850ccf866fc1486bb82eb1dda8.tar.gz ports-b352baf0b1ca56850ccf866fc1486bb82eb1dda8.zip |
graphics/h3: Update WWW
Diffstat (limited to 'graphics/h3')
-rw-r--r-- | graphics/h3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/h3/Makefile b/graphics/h3/Makefile index 23a0457434ce..d000b0a212c1 100644 --- a/graphics/h3/Makefile +++ b/graphics/h3/Makefile @@ -1,12 +1,13 @@ PORTNAME= h3 PORTVERSION= 3.7.2 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= Hexagonal hierarchical geospatial indexing system -WWW= https://github.com/uber/h3 +WWW= https://h3geo.org/ \ + https://github.com/uber/h3 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE |