Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Nov 2019 16:14:55 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518664 - head/net/balance
Message-ID:  <201911291614.xATGEtOD066463@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Nov 29 16:14:55 2019
New Revision: 518664
URL: https://svnweb.freebsd.org/changeset/ports/518664

Log:
  Unbreak the fetch by pointing MASTER_SITES to the new location.

Modified:
  head/net/balance/Makefile

Modified: head/net/balance/Makefile
==============================================================================
--- head/net/balance/Makefile	Fri Nov 29 16:13:35 2019	(r518663)
+++ head/net/balance/Makefile	Fri Nov 29 16:14:55 2019	(r518664)
@@ -4,12 +4,10 @@
 PORTNAME=	balance
 PORTVERSION=	3.57
 CATEGORIES=	net
-MASTER_SITES=	http://www.inlab.de/
+MASTER_SITES=	https://www.inlab.net/wp-content/uploads/2018/05/
 
 MAINTAINER=	portmaster@BSDforge.com
 COMMENT=	Simple but powerful generic TCP proxy with round robin features
-
-BROKEN=		unfetchable
 
 LICENSE=	GPLv2
 



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