svn commit: r404702 - head/ftp/twoftpd

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon Dec 28 23:19:07 UTC 2015


Author: rakuco
Date: Mon Dec 28 23:19:05 2015
New Revision: 404702
URL: https://svnweb.freebsd.org/changeset/ports/404702

Log:
  Fix MASTER_SITES and unmark broken.

Modified:
  head/ftp/twoftpd/Makefile

Modified: head/ftp/twoftpd/Makefile
==============================================================================
--- head/ftp/twoftpd/Makefile	Mon Dec 28 23:12:34 2015	(r404701)
+++ head/ftp/twoftpd/Makefile	Mon Dec 28 23:19:05 2015	(r404702)
@@ -5,14 +5,13 @@ PORTNAME=	twoftpd
 PORTVERSION=	1.42
 PORTREVISION=	1
 CATEGORIES=	ftp
-MASTER_SITES=	http://untroubled.org/archive/${PORTNAME}/
+MASTER_SITES=	http://untroubled.org/${PORTNAME}/archive/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple, secure, efficient FTP server
 
 LICENSE=	GPLv2
 
-BROKEN=		Does not fetch
 BUILD_DEPENDS=	${LOCALBASE}/bin/bg-installer:${PORTSDIR}/devel/bglibs
 LIB_DEPENDS=	libcvm-v2client.so:${PORTSDIR}/security/cvm
 


More information about the svn-ports-head mailing list