From owner-cvs-ports@FreeBSD.ORG Sun Nov 28 23:50:55 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 25C97106566B; Sun, 28 Nov 2010 23:50:55 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 13BC68FC08; Sun, 28 Nov 2010 23:50:55 +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 oASNostE024684; Sun, 28 Nov 2010 23:50:54 GMT (envelope-from ohauer@repoman.freebsd.org) Received: (from ohauer@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oASNosxF024683; Sun, 28 Nov 2010 23:50:54 GMT (envelope-from ohauer) Message-Id: <201011282350.oASNosxF024683@repoman.freebsd.org> From: Olli Hauer Date: Sun, 28 Nov 2010 23:50:54 +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/radmind Makefile distinfo pkg-plist ports/sysutils/radmind/files pkg-install.in pkg-message.in radmind.sh.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: Sun, 28 Nov 2010 23:50:55 -0000 ohauer 2010-11-28 23:50:54 UTC FreeBSD ports repository Modified files: sysutils/radmind Makefile distinfo pkg-plist sysutils/radmind/files radmind.sh.in Added files: sysutils/radmind/files pkg-install.in pkg-message.in Log: - give sysutils/radmind its own UID/GID - add pkg-message - add pkg-install script for user/group creation if installed from package since the installation use "chown" - bump portrevision PR: ports/150765 Submitted by: Michael Graziano (maintainer) Revision Changes Path 1.21 +13 -5 ports/sysutils/radmind/Makefile 1.18 +0 -1 ports/sysutils/radmind/distinfo 1.1 +43 -0 ports/sysutils/radmind/files/pkg-install.in (new) 1.1 +16 -0 ports/sysutils/radmind/files/pkg-message.in (new) 1.4 +4 -2 ports/sysutils/radmind/files/radmind.sh.in 1.8 +1 -0 ports/sysutils/radmind/pkg-plist