From owner-cvs-ports@FreeBSD.ORG Thu Dec 29 20:33:27 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BE261065672; Thu, 29 Dec 2011 20:33:27 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3ACEF8FC15; Thu, 29 Dec 2011 20:33:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pBTKXRG2005905; Thu, 29 Dec 2011 20:33:27 GMT (envelope-from scheidell@repoman.freebsd.org) Received: (from scheidell@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pBTKXRb5005904; Thu, 29 Dec 2011 20:33:27 GMT (envelope-from scheidell) Message-Id: <201112292033.pBTKXRb5005904@repoman.freebsd.org> From: Michael Scheidell Date: Thu, 29 Dec 2011 20:33:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/ocaml Makefile ports/lang/ocaml/files man1 manfiles manlinks mann patch-Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2011 20:33:27 -0000 scheidell 2011-12-29 20:33:27 UTC FreeBSD ports repository Modified files: lang/ocaml Makefile Added files: lang/ocaml/files manfiles patch-Makefile Removed files: lang/ocaml/files man1 manlinks mann Log: - Install expunge script with right permissions [1] - needed to take the MAN()!= out because it causes multiple background shells and can hurt INDEX performance [2] PR: ports/163275 [1] Approved by: gabor (mentor) [2] Revision Changes Path 1.75 +1 -3 ports/lang/ocaml/Makefile 1.3 +0 -13 ports/lang/ocaml/files/man1 (dead) 1.1 +98 -0 ports/lang/ocaml/files/manfiles (new) 1.3 +0 -4 ports/lang/ocaml/files/manlinks (dead) 1.3 +0 -82 ports/lang/ocaml/files/mann (dead) 1.1 +11 -0 ports/lang/ocaml/files/patch-Makefile (new)