From owner-cvs-ports@FreeBSD.ORG Thu Feb 26 23:26:16 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E54616A4CF; Thu, 26 Feb 2004 23:26:16 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02B2B43D2F; Thu, 26 Feb 2004 23:26:16 -0800 (PST) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1R7QFGe054975; Thu, 26 Feb 2004 23:26:15 -0800 (PST) (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1R7QFHF054974; Thu, 26 Feb 2004 23:26:15 -0800 (PST) (envelope-from sergei) Message-Id: <200402270726.i1R7QFHF054974@repoman.freebsd.org> From: Sergei Kolobov Date: Thu, 26 Feb 2004 23:26:15 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/lang/ocaml Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 27 Feb 2004 07:26:16 -0000 sergei 2004/02/26 23:26:15 PST FreeBSD ports repository Modified files: lang/ocaml Makefile distinfo pkg-descr pkg-plist Log: - Split the port into 3 parts: ocaml, ocaml-nox11 (slave port), ocaml-doc - Strip all the executables which are allowed to be stripped according to the OCaml documentation - PORTVERSION looks now more correct because the documentation (which has the other version number, without the patch level prefix) is now in a separate port PR: ports/62291 Submitted by: maintainer Revision Changes Path 1.30 +18 -33 ports/lang/ocaml/Makefile 1.13 +0 -3 ports/lang/ocaml/distinfo 1.6 +2 -3 ports/lang/ocaml/pkg-descr 1.20 +1 -260 ports/lang/ocaml/pkg-plist