svn commit: r404703 - head/ftp/yafc

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Dec 28 23:19:57 UTC 2015


Author: rakuco
Date: Mon Dec 28 23:19:55 2015
New Revision: 404703
URL: https://svnweb.freebsd.org/changeset/ports/404703

Log:
  Fix MASTER_SITES and unmark broken.

Modified:
  head/ftp/yafc/Makefile

Modified: head/ftp/yafc/Makefile
==============================================================================
--- head/ftp/yafc/Makefile	Mon Dec 28 23:19:05 2015	(r404702)
+++ head/ftp/yafc/Makefile	Mon Dec 28 23:19:55 2015	(r404703)
@@ -5,14 +5,13 @@ PORTNAME=	yafc
 PORTVERSION=	1.2.5
 PORTREVISION=	1
 CATEGORIES=	ftp ipv6
-MASTER_SITES=	http://www.yafc-ftp.com/upload/
+MASTER_SITES=	http://www.yafc-ftp.com/downloads/
 
 MAINTAINER=	wg at FreeBSD.org
 COMMENT=	Yet another ftp client. Similar to ftp(1)
 
 LICENSE=	GPLv2 # (or later)
 
-BROKEN=		Does not fetch
 OPTIONS_DEFINE=	BASH EXAMPLES NLS SSH READLINE
 OPTIONS_DEFAULT=BASH NLS SSH
 


More information about the svn-ports-head mailing list