From owner-cvs-ports@FreeBSD.ORG Fri Dec 3 15:15:39 2010 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 B919A1065674; Fri, 3 Dec 2010 15:15:39 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A799A8FC0A; Fri, 3 Dec 2010 15:15:39 +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 oB3FFd2w033612; Fri, 3 Dec 2010 15:15:39 GMT (envelope-from kuriyama@repoman.freebsd.org) Received: (from kuriyama@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oB3FFdvb033611; Fri, 3 Dec 2010 15:15:39 GMT (envelope-from kuriyama) Message-Id: <201012031515.oB3FFdvb033611@repoman.freebsd.org> From: Jun Kuriyama Date: Fri, 3 Dec 2010 15:15:39 +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/misc/amanda-server Makefile ports/misc/amanda-server/files pkg-deinstall.in pkg-install.in 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: Fri, 03 Dec 2010 15:15:39 -0000 kuriyama 2010-12-03 15:15:39 UTC FreeBSD ports repository Modified files: misc/amanda-server Makefile Added files: misc/amanda-server/files pkg-deinstall.in pkg-install.in Log: - Amanda/Constants.pm is installed by amanda-client, and it includes constat variable as of client components only. When amanda-server installed, Constants.pm should include also server components. - To work around it, use pkg-install/pkg-deinstall script to tweak this variable by inplace updating. Reported by: Christian Gusenbauer Revision Changes Path 1.123 +6 -2 ports/misc/amanda-server/Makefile 1.1 +9 -0 ports/misc/amanda-server/files/pkg-deinstall.in (new) 1.1 +9 -0 ports/misc/amanda-server/files/pkg-install.in (new)