aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:17:37 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-04-05 17:30:43 +0000
commitd6f233c3b0c4b3fbea87b408f7bff221320e7481 (patch)
tree456347056240a5f4a12c6216d07d305b818f2d95
parentc334ef54b2a08bb9ea6332ab31c2d2da9e2f59ed (diff)
downloadports-d6f233c3b0c4b3fbea87b408f7bff221320e7481.tar.gz
ports-d6f233c3b0c4b3fbea87b408f7bff221320e7481.zip
graphics/py-s2: Update WWW and clean up pkg-descr
-rw-r--r--graphics/py-s2/Makefile3
-rw-r--r--graphics/py-s2/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-s2/Makefile b/graphics/py-s2/Makefile
index 920d39694398..ed2b5f492119 100644
--- a/graphics/py-s2/Makefile
+++ b/graphics/py-s2/Makefile
@@ -7,7 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python binding of S2 Geometry Library
-WWW= https://s2geometry.io/
+WWW= https://s2geometry.io/ \
+ https://github.com/google/s2geometry
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/../../LICENSE
diff --git a/graphics/py-s2/pkg-descr b/graphics/py-s2/pkg-descr
index 42340921a7eb..31e9c7741dfc 100644
--- a/graphics/py-s2/pkg-descr
+++ b/graphics/py-s2/pkg-descr
@@ -4,5 +4,3 @@ i.e., shapes drawn on a sphere rather than on a planar 2D map. This makes it
especially suitable for working with geographic data.
This port is the Python binding of S2 Geometry Library.
-
-See also: https://github.com/google/s2geometry