From owner-svn-ports-head@freebsd.org Sat May 13 11:45:47 2017 Return-Path: Delivered-To: svn-ports-head@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 65C33D692E9; Sat, 13 May 2017 11:45:47 +0000 (UTC) (envelope-from danfe@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 37AB3FA; Sat, 13 May 2017 11:45:47 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4DBjkWX004055; Sat, 13 May 2017 11:45:46 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4DBjkg3004054; Sat, 13 May 2017 11:45:46 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201705131145.v4DBjkg3004054@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sat, 13 May 2017 11:45:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440789 - head/misc/libutf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 May 2017 11:45:47 -0000 Author: danfe Date: Sat May 13 11:45:46 2017 New Revision: 440789 URL: https://svnweb.freebsd.org/changeset/ports/440789 Log: Update MASTER_SITES and thus unbreak distfile fetching: - ftp.cs.yorku.ca no longer allows anonymous logins, so switch to what looks like its HTTP frontend - www.westley.demon.co.uk is a parked domain these days Modified: head/misc/libutf/Makefile Modified: head/misc/libutf/Makefile ============================================================================== --- head/misc/libutf/Makefile Sat May 13 11:06:05 2017 (r440788) +++ head/misc/libutf/Makefile Sat May 13 11:45:46 2017 (r440789) @@ -5,8 +5,8 @@ PORTNAME= libutf PORTVERSION= 2.10 PORTREVISION= 3 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ \ - http://www.westley.demon.co.uk/src/ +MASTER_SITES= http://www.cse.yorku.ca/ftp/pub/wily/misc/ \ + http://ftp.osuosl.org/pub/nslu2/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= UTF-8 character set support library, including regular expressions @@ -17,8 +17,6 @@ GNU_CONFIGURE= yes MAKE_ARGS= ETCDIR="${DATADIR}" ALL_TARGET= tst -BROKEN= checksum mismatch - PLIST_FILES= include/ure.h include/utf.h lib/libutf.a \ man/man3/ure.3.gz man/man3/utf.3.gz %%DATADIR%%/langcoll.utf