Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 17:38:04 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d6f233c3b0c4 - main - graphics/py-s2: Update WWW and clean up pkg-descr
Message-ID:  <202304051738.335Hc4aH088601@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d6f233c3b0c4b3fbea87b408f7bff221320e7481

commit d6f233c3b0c4b3fbea87b408f7bff221320e7481
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-05 17:17:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-05 17:30:43 +0000

    graphics/py-s2: Update WWW and clean up pkg-descr
---
 graphics/py-s2/Makefile  | 3 ++-
 graphics/py-s2/pkg-descr | 2 --
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051738.335Hc4aH088601>