Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Sep 2022 19:29:58 GMT
From:      =?utf-8?Q?Stefan=20E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 52c896859865 - main - science/mercantile: move URL from pkg-desxcr to Makefile
Message-ID:  <202209091929.289JTwOp007359@gitrepo.freebsd.org>

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

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

commit 52c8968598652d396a11852c1cadf92865c12aff
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2022-09-09 19:23:12 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2022-09-09 19:23:12 +0000

    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



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