Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2024 06:31:03 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: c4d2a966e972 - main - science/py-tobler: Add LICENSE_FILE
Message-ID:  <202405160631.44G6V3ZK044742@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=c4d2a966e9729970db647146d9cec200abd84dd9

commit c4d2a966e9729970db647146d9cec200abd84dd9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:18:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:09 +0000

    science/py-tobler: Add LICENSE_FILE
    
    - Update WWW and clean up pkg-descr
---
 science/py-tobler/Makefile  | 4 +++-
 science/py-tobler/pkg-descr | 2 --
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/science/py-tobler/Makefile b/science/py-tobler/Makefile
index 55ea59afa6a5..d6c96beb13ca 100644
--- a/science/py-tobler/Makefile
+++ b/science/py-tobler/Makefile
@@ -7,9 +7,11 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Areal Interpolation
-WWW=		https://pysal.org/tobler/
+WWW=		https://pysal.org/tobler/ \
+		https://github.com/pysal/tobler
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
diff --git a/science/py-tobler/pkg-descr b/science/py-tobler/pkg-descr
index f63914fc338a..f9f8fc74860e 100644
--- a/science/py-tobler/pkg-descr
+++ b/science/py-tobler/pkg-descr
@@ -1,4 +1,2 @@
 tobler is a library for areal interpolation and dasymetric mapping. The name is
 an homage to the legendary geographer Waldo Tobler.
-
-See also: https://github.com/pysal/tobler



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