From owner-cvs-all@FreeBSD.ORG Mon Dec 13 00:23:33 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26AF0106566B; Mon, 13 Dec 2010 00:23:33 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 14FFB8FC08; Mon, 13 Dec 2010 00:23:33 +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 oBD0NWFG073986; Mon, 13 Dec 2010 00:23:32 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBD0NWCb073985; Mon, 13 Dec 2010 00:23:32 GMT (envelope-from wxs) Message-Id: <201012130023.oBD0NWCb073985@repoman.freebsd.org> From: Wesley Shields Date: Mon, 13 Dec 2010 00:23:32 +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 GIDs UIDs ports/security/sancp Makefile distinfo pkg-deinstall pkg-install ports/security/sancp/files sancp.in sancp.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2010 00:23:33 -0000 wxs 2010-12-13 00:23:32 UTC FreeBSD ports repository Modified files: . UIDs GIDs security/sancp Makefile distinfo pkg-deinstall pkg-install Added files: security/sancp/files sancp.in Removed files: security/sancp/files sancp.sh.in Log: Dont declare ${sancp_flags} in command_args. Drop .sh extension from RC script. Drop MD5 checksum from distinfo. Switch from adding & removing users by hand to using USERS & GROUPS. Dont remove data gathered by app on uninstall, notify user to do it manually should they wish to. PR: ports/152225, ports/152226 Submitted by: Sevan Janiyan Approved by: pauls@utdallas.edu (maintainer timeout) Revision Changes Path 1.117 +2 -1 ports/GIDs 1.130 +2 -1 ports/UIDs 1.7 +5 -3 ports/security/sancp/Makefile 1.5 +0 -1 ports/security/sancp/distinfo 1.1 +80 -0 ports/security/sancp/files/sancp.in (new) 1.5 +0 -80 ports/security/sancp/files/sancp.sh.in (dead) 1.4 +2 -24 ports/security/sancp/pkg-deinstall 1.3 +0 -36 ports/security/sancp/pkg-install