From owner-svn-ports-head@FreeBSD.ORG Sun May 17 12:10:03 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03E0C712; Sun, 17 May 2015 12:10:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5AC71837; Sun, 17 May 2015 12:10:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HCA2b2044787; Sun, 17 May 2015 12:10:02 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HCA2E5044786; Sun, 17 May 2015 12:10:02 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201505171210.t4HCA2E5044786@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 17 May 2015 12:10:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386604 - head/ftp/twoftpd X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 12:10:03 -0000 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