Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2020 13:09:25 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528647 - head/net/tcpillust
Message-ID:  <202003181309.02ID9P4A023050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Mar 18 13:09:25 2020
New Revision: 528647
URL: https://svnweb.freebsd.org/changeset/ports/528647

Log:
  Make fetchable again.
  
  This is a handy educational tool.

Modified:
  head/net/tcpillust/Makefile

Modified: head/net/tcpillust/Makefile
==============================================================================
--- head/net/tcpillust/Makefile	Wed Mar 18 12:22:06 2020	(r528646)
+++ head/net/tcpillust/Makefile	Wed Mar 18 13:09:25 2020	(r528647)
@@ -6,12 +6,11 @@ PORTVERSION=	2.01
 PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	net tcl tk
-MASTER_SITES=	http://www.jp.nishida.org/tcpillust/
+MASTER_SITES=	https://cschubert.com/distfiles/ \
+		LOCAL/cy
 
 MAINTAINER=	nishida@sfc.wide.ad.jp
 COMMENT=	Graphical TCP connection analysis tool
-
-BROKEN=		unfetchable
 
 USES=		motif tk xorg
 USE_XORG=	xt



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