Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2015 15:38:13 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400128 - in head/ftp: fget twoftpd yafc
Message-ID:  <201510241538.t9OFcD43069648@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Oct 24 15:38:13 2015
New Revision: 400128
URL: https://svnweb.freebsd.org/changeset/ports/400128

Log:
  Mark as broken: Does not fetch

Modified:
  head/ftp/fget/Makefile
  head/ftp/twoftpd/Makefile
  head/ftp/yafc/Makefile

Modified: head/ftp/fget/Makefile
==============================================================================
--- head/ftp/fget/Makefile	Sat Oct 24 15:30:08 2015	(r400127)
+++ head/ftp/fget/Makefile	Sat Oct 24 15:38:13 2015	(r400128)
@@ -9,6 +9,7 @@ MASTER_SITES=	ftp://ftp.feep.net/pub/sof
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	Commandline tool for mirroring remote files via FTP
 
+BROKEN=		Does not fetch
 USES=		gmake
 GNU_CONFIGURE=	yes
 

Modified: head/ftp/twoftpd/Makefile
==============================================================================
--- head/ftp/twoftpd/Makefile	Sat Oct 24 15:30:08 2015	(r400127)
+++ head/ftp/twoftpd/Makefile	Sat Oct 24 15:38:13 2015	(r400128)
@@ -12,6 +12,7 @@ COMMENT=	Simple, secure, efficient FTP s
 
 LICENSE=	GPLv2
 
+BROKEN=		Does not fetch
 BUILD_DEPENDS=	${LOCALBASE}/bin/bg-installer:${PORTSDIR}/devel/bglibs
 LIB_DEPENDS=	libcvm-v2client.so:${PORTSDIR}/security/cvm
 

Modified: head/ftp/yafc/Makefile
==============================================================================
--- head/ftp/yafc/Makefile	Sat Oct 24 15:30:08 2015	(r400127)
+++ head/ftp/yafc/Makefile	Sat Oct 24 15:38:13 2015	(r400128)
@@ -12,6 +12,7 @@ COMMENT=	Yet another ftp client. Similar
 
 LICENSE=	GPLv2 # (or later)
 
+BROKEN=		Does not fetch
 OPTIONS_DEFINE=	BASH EXAMPLES NLS SSH READLINE
 OPTIONS_DEFAULT=BASH NLS SSH
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510241538.t9OFcD43069648>