From owner-cvs-ports@FreeBSD.ORG Sat Jun 23 22:44:28 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49BF31065670; Sat, 23 Jun 2012 22:44:28 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1BEF18FC18; Sat, 23 Jun 2012 22:44:28 +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 q5NMiSBH039893; Sat, 23 Jun 2012 22:44:28 GMT (envelope-from rm@repoman.freebsd.org) Received: (from rm@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5NMiRWg039892; Sat, 23 Jun 2012 22:44:27 GMT (envelope-from rm) Message-Id: <201206232244.q5NMiRWg039892@repoman.freebsd.org> From: Ruslan Mahmatkhanov Date: Sat, 23 Jun 2012 22:44:27 +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/salt Makefile distinfo pkg-plist ports/sysutils/salt/files patch-setup.py salt_minion.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: Sat, 23 Jun 2012 22:44:28 -0000 rm 2012-06-23 22:44:27 UTC FreeBSD ports repository Modified files: sysutils/salt Makefile distinfo pkg-plist sysutils/salt/files salt_minion.in Removed files: sysutils/salt/files patch-setup.py Log: - update to 0.10.0 [1] - remove unneded BUILD_DEPENDS [2] - switch to setuptools [1] - install man-pages into proper locations. remove patch for setup.py [2] - add couple of flags to minion rc-script that allows to define egg cache directory and the contents of PATH to fix runtime on diskless systems [1] PR: 169228 [1] 169209 [2] Submitted by: Scott Larson [1] Denis Generalov [2] Approved by: Christer Edwards (maintainer) Revision Changes Path 1.10 +11 -9 ports/sysutils/salt/Makefile 1.7 +2 -2 ports/sysutils/salt/distinfo 1.5 +0 -29 ports/sysutils/salt/files/patch-setup.py (dead) 1.3 +6 -1 ports/sysutils/salt/files/salt_minion.in 1.7 +511 -454 ports/sysutils/salt/pkg-plist