svn commit: r517019 - head/textproc/fist

Steve Wills swills at FreeBSD.org
Thu Nov 7 21:50:26 UTC 2019


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 at 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 at FreeBSD.org
 COMMENT=	Emphatic message generator
-
-BROKEN=		unfetchable
 
 GNU_CONFIGURE=	yes
 PLIST_FILES=	bin/fist man/man1/fist.1.gz


More information about the svn-ports-all mailing list