svn commit: r528647 - head/net/tcpillust

Cy Schubert cy at FreeBSD.org
Wed Mar 18 13:09:26 UTC 2020


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 at sfc.wide.ad.jp
 COMMENT=	Graphical TCP connection analysis tool
-
-BROKEN=		unfetchable
 
 USES=		motif tk xorg
 USE_XORG=	xt


More information about the svn-ports-all mailing list