Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2015 23:19:05 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404702 - head/ftp/twoftpd
Message-ID:  <201512282319.tBSNJ5l0083480@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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