aboutsummaryrefslogtreecommitdiff
path: root/science/mercantile
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2022-09-09 19:23:12 +0000
committerStefan Eßer <se@FreeBSD.org>2022-09-09 19:23:12 +0000
commit52c8968598652d396a11852c1cadf92865c12aff (patch)
tree993f0deef50f4b971d3d1ae252fd5815ffbe7d4d /science/mercantile
parent32bbc9b61b7fe1ce4751d33cbc063b3990a608df (diff)
downloadports-52c8968598652d396a11852c1cadf92865c12aff.tar.gz
ports-52c8968598652d396a11852c1cadf92865c12aff.zip
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)
Diffstat (limited to 'science/mercantile')
-rw-r--r--science/mercantile/Makefile1
-rw-r--r--science/mercantile/pkg-descr2
2 files changed, 1 insertions, 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