Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2023 18:09:10 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: e02ff931f781 - main - graphics/py-momepy: Add GitHub to MASTER_SITES
Message-ID:  <202311271809.3ARI9APu068422@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=e02ff931f781315657e3f918fc3d867ccfcf2d8f

commit e02ff931f781315657e3f918fc3d867ccfcf2d8f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-27 18:03:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-27 18:07:55 +0000

    graphics/py-momepy: Add GitHub to MASTER_SITES
---
 graphics/py-momepy/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/py-momepy/Makefile b/graphics/py-momepy/Makefile
index 7478575c4686..5ff404086382 100644
--- a/graphics/py-momepy/Makefile
+++ b/graphics/py-momepy/Makefile
@@ -2,7 +2,8 @@ PORTNAME=	momepy
 PORTVERSION=	0.5.4
 PORTREVISION=	2
 CATEGORIES=	graphics python
-MASTER_SITES=	PYPI
+MASTER_SITES=	PYPI \
+		https://github.com/pysal/momepy/releases/download/v${PORTVERSION}/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org



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