Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2019 21:50:26 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517019 - head/textproc/fist
Message-ID:  <201911072150.xA7LoQue009322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Nov  7 21:50:25 2019
New Revision: 517019
URL: https://svnweb.freebsd.org/changeset/ports/517019

Log:
  textproc/fist: fix fetch

Modified:
  head/textproc/fist/Makefile   (contents, props changed)

Modified: head/textproc/fist/Makefile
==============================================================================
--- head/textproc/fist/Makefile	Thu Nov  7 21:49:46 2019	(r517018)
+++ head/textproc/fist/Makefile	Thu Nov  7 21:50:25 2019	(r517019)
@@ -1,15 +1,12 @@
-# Created by: Steve Wills <steve@stevenwills.com>
 # $FreeBSD$
 
 PORTNAME=	fist
 PORTVERSION=	4.0
 CATEGORIES=	textproc
-MASTER_SITES=	ftp://ftp.fourmilab.ch/pub/fist/
+MASTER_SITES=	https://www.fourmilab.ch/fist/
 
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Emphatic message generator
-
-BROKEN=		unfetchable
 
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/fist man/man1/fist.1.gz



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