svn commit: r386836 - head/audio/rsynth

Dirk Meyer dinoex at FreeBSD.org
Wed May 20 03:57:45 UTC 2015


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 at FreeBSD.org
 COMMENT=	Speech synthesizer
 
-BROKEN=		Unfetchable
 LIB_DEPENDS=	libgdbm.so:${PORTSDIR}/databases/gdbm \
 		libaudio.so:${PORTSDIR}/audio/nas
 


More information about the svn-ports-head mailing list