Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2024 08:25:00 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f8cf8eebd117 - main - devel/py-ply: Fix fetch
Message-ID:  <202409130825.48D8P0dR071268@gitrepo.freebsd.org>

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

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

commit f8cf8eebd11727e7f650beebecec6ea850d8960b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-09-13 08:17:26 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-09-13 08:24:48 +0000

    devel/py-ply: Fix fetch
    
    The previous MASTER_SITES URL doesn't contain the tarball any more:
    
    $ wget --no-check-certificate https://www.dabeaz.com/ply/ply-3.11.tar.gz
    --2024-09-13 01:16:27--  https://www.dabeaz.com/ply/ply-3.11.tar.gz
    Resolving www.dabeaz.com (www.dabeaz.com)... 207.150.218.207
    Connecting to www.dabeaz.com (www.dabeaz.com)|207.150.218.207|:443... connected.
    WARNING: cannot verify www.dabeaz.com's certificate, issued by ‘CN=GeoTrust TLS RSA CA G1,OU=www.digicert.com,O=DigiCert Inc,C=US’:
      Unable to locally verify the issuer's authority.
    HTTP request sent, awaiting response... 404 Not Found
    2024-09-13 01:16:27 ERROR 404: Not Found.
    
    Approved by:    portmgr@ (blanket unbreak)
---
 devel/py-ply/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-ply/Makefile b/devel/py-ply/Makefile
index 067457fb2619..f341b4400e1f 100644
--- a/devel/py-ply/Makefile
+++ b/devel/py-ply/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ply
 PORTVERSION=	3.11
 CATEGORIES=	devel python
-MASTER_SITES=	https://www.dabeaz.com/ply/
+MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	dbaio@FreeBSD.org



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