From owner-svn-ports-head@FreeBSD.ORG Wed May 20 03:57:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F26284C9; Wed, 20 May 2015 03:57:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E07E81587; Wed, 20 May 2015 03:57:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4K3vifD091482; Wed, 20 May 2015 03:57:44 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4K3vi7U091481; Wed, 20 May 2015 03:57:44 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201505200357.t4K3vi7U091481@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Wed, 20 May 2015 03:57:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386836 - head/audio/rsynth 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.20 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: Wed, 20 May 2015 03:57:45 -0000 Author: dinoex Date: Wed May 20 03:57:44 2015 New Revision: 386836 URL: https://svnweb.freebsd.org/changeset/ports/386836 Log: - extend MASTER_SITES Guest login on first site does not work with fetch Modified: head/audio/rsynth/Makefile Modified: head/audio/rsynth/Makefile ============================================================================== --- head/audio/rsynth/Makefile Wed May 20 03:49:13 2015 (r386835) +++ head/audio/rsynth/Makefile Wed May 20 03:57:44 2015 (r386836) @@ -5,12 +5,12 @@ PORTNAME= rsynth PORTVERSION= 2.0 PORTREVISION= 4 CATEGORIES= audio accessibility -MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ +MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/ \ + ftp://ftp.enst.fr/pub/unix/multimedia/ MAINTAINER= ports@FreeBSD.org COMMENT= Speech synthesizer -BROKEN= Unfetchable LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ libaudio.so:${PORTSDIR}/audio/nas