svn commit: r386604 - head/ftp/twoftpd

Thomas Zander riggs at FreeBSD.org
Sun May 17 12:10:03 UTC 2015


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


More information about the svn-ports-all mailing list