From owner-svn-ports-head@freebsd.org Mon Aug 29 13:58:12 2016 Return-Path: Delivered-To: svn-ports-head@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 AC61DB7806F; Mon, 29 Aug 2016 13:58:12 +0000 (UTC) (envelope-from feld@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 7F221101; Mon, 29 Aug 2016 13:58:12 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7TDwBBU044508; Mon, 29 Aug 2016 13:58:11 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7TDwB2Z044507; Mon, 29 Aug 2016 13:58:11 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201608291358.u7TDwB2Z044507@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 29 Aug 2016 13:58:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421059 - in head/security: . sshguard-ipfilter 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.22 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: Mon, 29 Aug 2016 13:58:12 -0000 Author: feld Date: Mon Aug 29 13:58:11 2016 New Revision: 421059 URL: https://svnweb.freebsd.org/changeset/ports/421059 Log: security/sshguard-ipfilter: Delete port As of 1.7.0 ipfilter is no longer supported in sshguard Deleted: head/security/sshguard-ipfilter/ Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Mon Aug 29 12:54:50 2016 (r421058) +++ head/security/Makefile Mon Aug 29 13:58:11 2016 (r421059) @@ -1083,7 +1083,6 @@ SUBDIR += ssh_askpass_gtk2 SUBDIR += sshblock SUBDIR += sshguard - SUBDIR += sshguard-ipfilter SUBDIR += sshguard-ipfw SUBDIR += sshguard-null SUBDIR += sshguard-pf