From owner-svn-ports-branches@FreeBSD.ORG Sun May 17 12:46:18 2015 Return-Path: Delivered-To: svn-ports-branches@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 42E9ACC6; Sun, 17 May 2015 12:46:18 +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 30E761C08; Sun, 17 May 2015 12:46:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4HCkIGb063646; Sun, 17 May 2015 12:46:18 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4HCkICp063645; Sun, 17 May 2015 12:46:18 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201505171246.t4HCkICp063645@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:46:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r386606 - branches/2015Q2/ftp/twoftpd X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2015 12:46:18 -0000 Author: riggs Date: Sun May 17 12:46:17 2015 New Revision: 386606 URL: https://svnweb.freebsd.org/changeset/ports/386606 Log: MFH: r386604 Un-break build (fix of MASTER_SITES lets fetch succeed) PR: 199410 Submitted by: portmaster@bsdforge.com Approved by: portmgr (erwin) Modified: branches/2015Q2/ftp/twoftpd/Makefile Directory Properties: branches/2015Q2/ (props changed) Modified: branches/2015Q2/ftp/twoftpd/Makefile ============================================================================== --- branches/2015Q2/ftp/twoftpd/Makefile Sun May 17 12:42:37 2015 (r386605) +++ branches/2015Q2/ftp/twoftpd/Makefile Sun May 17 12:46:17 2015 (r386606) @@ -5,7 +5,7 @@ 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