From owner-svn-ports-all@freebsd.org Sat Dec 12 23:08:02 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E3E7A1447D; Sat, 12 Dec 2015 23:08:02 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 D59D919E8; Sat, 12 Dec 2015 23:08:01 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBCN81Nw078200; Sat, 12 Dec 2015 23:08:01 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBCN80jJ078198; Sat, 12 Dec 2015 23:08:00 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201512122308.tBCN80jJ078198@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 12 Dec 2015 23:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403637 - in head: finance/electrum ftp/bsdftpd-ssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2015 23:08:02 -0000 Author: bapt Date: Sat Dec 12 23:08:00 2015 New Revision: 403637 URL: https://svnweb.freebsd.org/changeset/ports/403637 Log: Mark as broken: does not fetch Modified: head/finance/electrum/Makefile head/ftp/bsdftpd-ssl/Makefile Modified: head/finance/electrum/Makefile ============================================================================== --- head/finance/electrum/Makefile Sat Dec 12 23:02:03 2015 (r403636) +++ head/finance/electrum/Makefile Sat Dec 12 23:08:00 2015 (r403637) @@ -10,6 +10,7 @@ DISTNAME= Electrum-${PORTVERSION} MAINTAINER= kyuupichan@gmail.com COMMENT= Easy to use Bitcoin client +BROKEN= unfetchable LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENCE Modified: head/ftp/bsdftpd-ssl/Makefile ============================================================================== --- head/ftp/bsdftpd-ssl/Makefile Sat Dec 12 23:02:03 2015 (r403636) +++ head/ftp/bsdftpd-ssl/Makefile Sat Dec 12 23:08:00 2015 (r403637) @@ -11,6 +11,7 @@ MASTER_SITES= http://bsdftpd.org/files/b MAINTAINER= skynick@mail.sc.ru COMMENT= Secure FTP client/server with TLS/SSL support +BROKEN= unfetchable USE_OPENSSL= yes MAKE_ENV+= OBJFORMAT=elf MAKE_JOBS_UNSAFE= yes