Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2015 12:10:02 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386604 - head/ftp/twoftpd
Message-ID:  <201505171210.t4HCA2E5044786@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun May 17 12:10:02 2015
New Revision: 386604
URL: https://svnweb.freebsd.org/changeset/ports/386604

Log:
  Un-break build (fix of MASTER_SITES lets fetch succeed)
  
  PR:		199410
  Submitted by:	portmaster@bsdforge.com
  MFH:		2015Q2

Modified:
  head/ftp/twoftpd/Makefile

Modified: head/ftp/twoftpd/Makefile
==============================================================================
--- head/ftp/twoftpd/Makefile	Sun May 17 12:08:09 2015	(r386603)
+++ head/ftp/twoftpd/Makefile	Sun May 17 12:10:02 2015	(r386604)
@@ -5,15 +5,13 @@ PORTNAME=	twoftpd
 PORTVERSION=	1.42
 PORTREVISION=	1
 CATEGORIES=	ftp
-MASTER_SITES=	http://untroubled.org/${PORTNAME}/
+MASTER_SITES=	http://untroubled.org/archive/${PORTNAME}/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Simple, secure, efficient FTP server
 
 LICENSE=	GPLv2
 
-BROKEN=		No public distfiles
-
 BUILD_DEPENDS=	${LOCALBASE}/bin/bg-installer:${PORTSDIR}/devel/bglibs
 LIB_DEPENDS=	libcvm-v2client.so:${PORTSDIR}/security/cvm
 



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