From owner-cvs-all@FreeBSD.ORG Sat Sep 9 12:14:51 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 C0E0416A407; Sat, 9 Sep 2006 12:14:51 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C692743D70; Sat, 9 Sep 2006 12:14:50 +0000 (GMT) (envelope-from bsam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k89CEoEQ035405; Sat, 9 Sep 2006 12:14:50 GMT (envelope-from bsam@repoman.freebsd.org) Received: (from bsam@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k89CEo8f035404; Sat, 9 Sep 2006 12:14:50 GMT (envelope-from bsam) Message-Id: <200609091214.k89CEo8f035404@repoman.freebsd.org> From: Boris Samorodov Date: Sat, 9 Sep 2006 12:14:50 +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/freeipmi Makefile distinfo pkg-install pkg-plist ports/sysutils/freeipmi/files patch-Makefile.am patch-Makefile.in patch-bmc--watchdog-Makefile.am patch-bmc-watchdog-Makefile.in patch-fish-Makefile.am patch-fish-Makefile.in patch-fish-extensions-Makefile.am ... 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, 09 Sep 2006 12:14:51 -0000 bsam 2006-09-09 12:14:50 UTC FreeBSD ports repository Modified files: sysutils/freeipmi Makefile distinfo pkg-install pkg-plist Added files: sysutils/freeipmi/files patch-Makefile.am patch-bmc--watchdog-Makefile.am patch-fish-Makefile.am patch-fish-extensions-Makefile.am Removed files: sysutils/freeipmi/files patch-Makefile.in patch-bmc-watchdog-Makefile.in patch-fish-Makefile.in patch-fish-extensions-Makefile.in Log: - update freeipmi to 0.2.3; - introduce OPTIONS FISH (WITH_FISH=YES is default); - let the port build with --enable-fish/--disable-fish configure option; - change PLIST_SUB variables: SHLIBVER and FISH are added, RUNDIR and LOGDIR are removed, change pkg-plist to follow those changes; - add a sample configuration file ${PREFIX}/etc/fish/fish.scm-dist; While I'm here: s:INSTALLS_SHLIB:USE_LDCONFIG PR: 102984 Submitted by: Dmitry Frolov (maintainer) Revision Changes Path 1.8 +31 -15 ports/sysutils/freeipmi/Makefile 1.3 +6 -6 ports/sysutils/freeipmi/distinfo 1.1 +11 -0 ports/sysutils/freeipmi/files/patch-Makefile.am (new) 1.2 +0 -11 ports/sysutils/freeipmi/files/patch-Makefile.in (dead) 1.1 +28 -0 ports/sysutils/freeipmi/files/patch-bmc--watchdog-Makefile.am (new) 1.2 +0 -25 ports/sysutils/freeipmi/files/patch-bmc-watchdog-Makefile.in (dead) 1.1 +10 -0 ports/sysutils/freeipmi/files/patch-fish-Makefile.am (new) 1.2 +0 -13 ports/sysutils/freeipmi/files/patch-fish-Makefile.in (dead) 1.1 +13 -0 ports/sysutils/freeipmi/files/patch-fish-extensions-Makefile.am (new) 1.2 +0 -13 ports/sysutils/freeipmi/files/patch-fish-extensions-Makefile.in (dead) 1.2 +5 -4 ports/sysutils/freeipmi/pkg-install 1.3 +51 -32 ports/sysutils/freeipmi/pkg-plist