From owner-cvs-all@FreeBSD.ORG Sat Mar 18 00:32:05 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B15B416A401; Sat, 18 Mar 2006 00:32:05 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 796B043D45; Sat, 18 Mar 2006 00:32:05 +0000 (GMT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2I0W5Qg023594; Sat, 18 Mar 2006 00:32:05 GMT (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2I0W5ET023593; Sat, 18 Mar 2006 00:32:05 GMT (envelope-from cperciva) Message-Id: <200603180032.k2I0W5ET023593@repoman.freebsd.org> From: Colin Percival Date: Sat, 18 Mar 2006 00:32:05 +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/sysutils/est Makefile pkg-message pkg-plist ports/sysutils/est/files est.in est.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Mar 2006 00:32:05 -0000 cperciva 2006-03-18 00:32:05 UTC FreeBSD ports repository Modified files: sysutils/est Makefile pkg-message Added files: sysutils/est pkg-plist sysutils/est/files est.in Removed files: sysutils/est/files est.sh Log: A much-needed cleanup of the portification of this code: Remove PREFIX/modules directory if it doesn't contain other modules; use static plist (new file: pkg-plist). Switch to a modern USE_RC_SUBR (moved file: files/est.sh --> files/est.in). Silence install here and there. Fix IGNORE message. IGNORE if no kernel sources installed. Bump PORTREVISION for plist change. PR: ports/93985 Submitted by: itetcu (who really needs to get a commit bit soon...) Revision Changes Path 1.11 +8 -13 ports/sysutils/est/Makefile 1.1 +43 -0 ports/sysutils/est/files/est.in (new) 1.5 +0 -43 ports/sysutils/est/files/est.sh (dead) 1.2 +2 -0 ports/sysutils/est/pkg-message 1.1 +3 -0 ports/sysutils/est/pkg-plist (new)