svn commit: r400128 - in head/ftp: fget twoftpd yafc

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 24 15:38:15 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list