Date: Mon, 12 Sep 2016 16:24:17 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421935 - head/devel/noweb Message-ID: <201609121624.u8CGOHf4096482@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Mon Sep 12 16:24:16 2016 New Revision: 421935 URL: https://svnweb.freebsd.org/changeset/ports/421935 Log: devel/noweb: mark BROKEN (unfetchable) due to host FTP server settings The file is accessible via http browser, but "make fetch" just times out on both FreeBSD and DragonFly. The easiest fix would be to host the file in LOCAL/ or elsewhere. Given lack of maintainer and lack of development since 2007, let's see if anyone cares enough to host the source file and fix the port. Modified: head/devel/noweb/Makefile Modified: head/devel/noweb/Makefile ============================================================================== --- head/devel/noweb/Makefile Mon Sep 12 16:10:41 2016 (r421934) +++ head/devel/noweb/Makefile Mon Sep 12 16:24:16 2016 (r421935) @@ -10,6 +10,11 @@ MASTER_SITES= ftp://www.eecs.harvard.edu MAINTAINER= ports@FreeBSD.org COMMENT= Simple, extensible literate-programming tool +# The file is accessible via browser, but it times out on "make fetch" +# This happens on both FreeBSD and DragonFly. Interested users should +# host the file and change the MASTER_SITES accordingly +BROKEN= unfetchable due to settings at host FTP server + LICENSE= noweb LICENSE_NAME= noweb LICENSE_FILE= ${WRKSRC}/COPYRIGHT
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609121624.u8CGOHf4096482>