git: fe0564c1d550 - main - graphics/s2: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:34:01 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe0564c1d55010af3d2d0ffa52dbc73e62bf2726 commit fe0564c1d55010af3d2d0ffa52dbc73e62bf2726 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:13:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:29:48 +0000 graphics/s2: Update WWW and clean up pkg-descr --- graphics/s2/Makefile | 3 ++- graphics/s2/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/graphics/s2/Makefile b/graphics/s2/Makefile index 1384a1754134..e5222cb61676 100644 --- a/graphics/s2/Makefile +++ b/graphics/s2/Makefile @@ -6,7 +6,8 @@ CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= 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/s2/pkg-descr b/graphics/s2/pkg-descr index 8186508c14aa..70a775027630 100644 --- a/graphics/s2/pkg-descr +++ b/graphics/s2/pkg-descr @@ -2,5 +2,3 @@ S2 Geometry Library is a package for manipulating geometric shapes. Unlike many geometry libraries, S2 is primarily designed to work with spherical geometry, i.e., shapes drawn on a sphere rather than on a planar 2D map. This makes it especially suitable for working with geographic data. - -See also: https://github.com/google/s2geometry