From owner-svn-ports-all@freebsd.org Sat May 12 03:50:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB976FA3F99; Sat, 12 May 2018 03:50:20 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 621A86E5ED; Sat, 12 May 2018 03:50:20 +0000 (UTC) (envelope-from gordon@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 445B1190B8; Sat, 12 May 2018 03:50:20 +0000 (UTC) (envelope-from gordon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4C3oKb6070506; Sat, 12 May 2018 03:50:20 GMT (envelope-from gordon@FreeBSD.org) Received: (from gordon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4C3oKIs070505; Sat, 12 May 2018 03:50:20 GMT (envelope-from gordon@FreeBSD.org) Message-Id: <201805120350.w4C3oKIs070505@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gordon set sender to gordon@FreeBSD.org using -f From: Gordon Tetlow Date: Sat, 12 May 2018 03:50:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469706 - in head/devel: . p4d p4ftpd p4p p4web X-SVN-Group: ports-head X-SVN-Commit-Author: gordon X-SVN-Commit-Paths: in head/devel: . p4d p4ftpd p4p p4web X-SVN-Commit-Revision: 469706 X-SVN-Commit-Repository: ports 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.25 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 May 2018 03:50:21 -0000 Author: gordon Date: Sat May 12 03:50:19 2018 New Revision: 469706 URL: https://svnweb.freebsd.org/changeset/ports/469706 Log: Perforce has removed the server components for FreeBSD. Since the binaries are gone, nothing much to do other than remove it. MFH: 2018Q2 Deleted: head/devel/p4d/ head/devel/p4ftpd/ head/devel/p4p/ head/devel/p4web/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 12 03:26:59 2018 (r469705) +++ head/devel/Makefile Sat May 12 03:50:19 2018 (r469706) @@ -1880,12 +1880,8 @@ SUBDIR += p4 SUBDIR += p4.el SUBDIR += p4api - SUBDIR += p4d SUBDIR += p4delta - SUBDIR += p4ftpd SUBDIR += p4genpatch - SUBDIR += p4p - SUBDIR += p4web SUBDIR += p5-AI-Pathfinding-AStar SUBDIR += p5-AI-Prolog SUBDIR += p5-ARGV-Struct