svn commit: r383286 - in head/ftp: axel fmirror ftpsync gnusget spegla twoftpd

Antoine Brodin antoine at FreeBSD.org
Sun Apr 5 10:54:34 UTC 2015


Author: antoine
Date: Sun Apr  5 10:54:30 2015
New Revision: 383286
URL: https://svnweb.freebsd.org/changeset/ports/383286

Log:
  Mark a few ports in ftp category BROKEN (unfetchable)

Modified:
  head/ftp/axel/Makefile
  head/ftp/fmirror/Makefile
  head/ftp/ftpsync/Makefile
  head/ftp/gnusget/Makefile
  head/ftp/spegla/Makefile
  head/ftp/twoftpd/Makefile

Modified: head/ftp/axel/Makefile
==============================================================================
--- head/ftp/axel/Makefile	Sun Apr  5 10:29:46 2015	(r383285)
+++ head/ftp/axel/Makefile	Sun Apr  5 10:54:30 2015	(r383286)
@@ -12,6 +12,8 @@ MASTER_SITES=	https://alioth.debian.org/
 MAINTAINER=	prudhvi-krishna-bsd at surapaneni.in
 COMMENT=	Download accelerator
 
+BROKEN=		No public distfiles
+
 USES=		gmake
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --mandir=${MANPREFIX}/man

Modified: head/ftp/fmirror/Makefile
==============================================================================
--- head/ftp/fmirror/Makefile	Sun Apr  5 10:29:46 2015	(r383285)
+++ head/ftp/fmirror/Makefile	Sun Apr  5 10:54:30 2015	(r383286)
@@ -11,6 +11,8 @@ MASTER_SITES=	ftp://ftp.guardian.no/pub/
 MAINTAINER=	kiwi at oav.net
 COMMENT=	Program for mirroring files and directories from a remote FTP server
 
+BROKEN=		No public distfiles
+
 GNU_CONFIGURE=	yes
 
 OPTIONS_DEFINE=	DOCS

Modified: head/ftp/ftpsync/Makefile
==============================================================================
--- head/ftp/ftpsync/Makefile	Sun Apr  5 10:29:46 2015	(r383285)
+++ head/ftp/ftpsync/Makefile	Sun Apr  5 10:54:30 2015	(r383286)
@@ -11,6 +11,8 @@ MASTER_SITES=	http://ftpsync.sourceforge
 MAINTAINER=	rodrigO at FreeBSD.org
 COMMENT=	Synchronizes a local and a remote FTP directory trees
 
+BROKEN=		No public distfiles
+
 RUN_DEPENDS=	p5-libwww>=5.805:${PORTSDIR}/www/p5-libwww
 
 USES=		perl5 tar:bzip2 shebangfix

Modified: head/ftp/gnusget/Makefile
==============================================================================
--- head/ftp/gnusget/Makefile	Sun Apr  5 10:29:46 2015	(r383285)
+++ head/ftp/gnusget/Makefile	Sun Apr  5 10:54:30 2015	(r383286)
@@ -10,6 +10,8 @@ MASTER_SITES=	http://fb.roolz.org/gnusge
 MAINTAINER=	ilya.otyutskiy at gmail.com
 COMMENT=	Shell-extension for wget which uses download- and history-file
 
+BROKEN=		No public distfiles
+
 RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
 
 NO_BUILD=	yes

Modified: head/ftp/spegla/Makefile
==============================================================================
--- head/ftp/spegla/Makefile	Sun Apr  5 10:29:46 2015	(r383285)
+++ head/ftp/spegla/Makefile	Sun Apr  5 10:54:30 2015	(r383286)
@@ -14,6 +14,8 @@ PATCHFILES=	${DISTNAME}-ipv6-20020129-3.
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	Mirror program for FTP sites (written in C)
 
+BROKEN=		Checksum mismatch
+
 USES=		uidfix
 MAKE_ARGS=	MANDIR=${MAN1PREFIX}/man/man
 PLIST_FILES=	bin/spegla man/man1/spegla.1.gz

Modified: head/ftp/twoftpd/Makefile
==============================================================================
--- head/ftp/twoftpd/Makefile	Sun Apr  5 10:29:46 2015	(r383285)
+++ head/ftp/twoftpd/Makefile	Sun Apr  5 10:54:30 2015	(r383286)
@@ -12,6 +12,8 @@ COMMENT=	Simple, secure, efficient FTP s
 
 LICENSE=	GPLv2
 
+BROKEN=		No public distfiles
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/bg-installer:${PORTSDIR}/devel/bglibs
 LIB_DEPENDS=	libcvm-v2client.so:${PORTSDIR}/security/cvm
 


More information about the svn-ports-all mailing list