From 52c8968598652d396a11852c1cadf92865c12aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Fri, 9 Sep 2022 21:23:12 +0200 Subject: [PATCH] science/mercantile: move URL from pkg-desxcr to Makefile The URL at the end of the pkg-descr file has been moved into the Makefile for all existing ports. BTW: The following URL might be a better value for WWW, since it provides the user of the package with examples information about the concepts. https://mercantile.readthedocs.io/en/latest/ There is also a link to the GitHub reposirory in that text, but the WWW value is meant to help a user of the port, not to keep a note about the repository for the maintainer. Approved by: portmgr (implicit) --- science/mercantile/Makefile | 1 + science/mercantile/pkg-descr | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/science/mercantile/Makefile b/science/mercantile/Makefile index 4b2f24c36a57..8affe0d916cc 100644 --- a/science/mercantile/Makefile +++ b/science/mercantile/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bland@FreeBSD.org COMMENT= Spherical mercator coordinate and tile utilities +WWW= https://github.com/mapbox/mercantile LICENSE= BSD3CLAUSE diff --git a/science/mercantile/pkg-descr b/science/mercantile/pkg-descr index efb66460078b..56c68975bfa2 100644 --- a/science/mercantile/pkg-descr +++ b/science/mercantile/pkg-descr @@ -1,5 +1,3 @@ Mercantile is a module of utilities for working with XYZ style spherical mercator tiles (as in Google Maps, OSM, Mapbox, etc.) and includes a set of command line programs built on these utilities. - -WWW: https://github.com/mapbox/mercantile