Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 17:56:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562966 - head/www/py-ws4py
Message-ID:  <202101261756.10QHuHfe055755@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 26 17:56:16 2021
New Revision: 562966
URL: https://svnweb.freebsd.org/changeset/ports/562966

Log:
  Update MASTER_SITES and fix unfetchable
  
  => ws4py-0.3.4.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
  => Attempting to fetch http://www.defuze.org/oss/ws4py/ws4py-0.3.4.tar.gz
  fetch: http://www.defuze.org/oss/ws4py/ws4py-0.3.4.tar.gz: No address record
  => Attempting to fetch http://distcache.twn.FreeBSD.org/local-distfiles/%SUBDIR%/ws4py-0.3.4.tar.gz
  fetch: http://distcache.twn.FreeBSD.org/local-distfiles/%SUBDIR%/ws4py-0.3.4.tar.gz: Bad Request
  => Couldn't fetch it - please try to retrieve this
  => port manually into /usr/ports/distfiles/ and try again.
  *** Error code 1
  
  Stop.
  make: stopped in /usr/ports/www/py-ws4py
  
  Approved by:	portmgr (blanket)

Modified:
  head/www/py-ws4py/Makefile

Modified: head/www/py-ws4py/Makefile
==============================================================================
--- head/www/py-ws4py/Makefile	Tue Jan 26 17:56:12 2021	(r562965)
+++ head/www/py-ws4py/Makefile	Tue Jan 26 17:56:16 2021	(r562966)
@@ -4,7 +4,7 @@
 PORTNAME=	ws4py
 PORTVERSION=	0.3.4
 CATEGORIES=	www python
-MASTER_SITES=	http://www.defuze.org/oss/${PORTNAME}/
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	wg@FreeBSD.org



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