svn commit: r562966 - head/www/py-ws4py

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 17:56:23 UTC 2021


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 at FreeBSD.org


More information about the svn-ports-all mailing list