Date: Sun, 17 May 2015 12:46:18 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r386606 - branches/2015Q2/ftp/twoftpd Message-ID: <201505171246.t4HCkICp063645@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505171246.t4HCkICp063645>