From owner-svn-ports-all@freebsd.org Mon Sep 12 16:24:18 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2646DBD79C2; Mon, 12 Sep 2016 16:24:18 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EA9E978A; Mon, 12 Sep 2016 16:24:17 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8CGOHM4096483; Mon, 12 Sep 2016 16:24:17 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8CGOHf4096482; Mon, 12 Sep 2016 16:24:17 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201609121624.u8CGOHf4096482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Mon, 12 Sep 2016 16:24:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421935 - head/devel/noweb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2016 16:24:18 -0000 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