From owner-cvs-ports@FreeBSD.ORG Sat Apr 3 17:37:19 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 ACF5B106566C; Sat, 3 Apr 2010 17:37:19 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9BA2C8FC0C; Sat, 3 Apr 2010 17:37:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o33HbJCi089397; Sat, 3 Apr 2010 17:37:19 GMT (envelope-from lwhsu@repoman.freebsd.org) Received: (from lwhsu@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o33HbJsv089396; Sat, 3 Apr 2010 17:37:19 GMT (envelope-from lwhsu) Message-Id: <201004031737.o33HbJsv089396@repoman.freebsd.org> From: Li-Wen Hsu Date: Sat, 3 Apr 2010 17:37:19 +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/py-supervisor Makefile distinfo pkg-plist ports/sysutils/py-supervisor/files patch-src-supervisor-options.py supervisord.conf.sample supervisord.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, 03 Apr 2010 17:37:19 -0000 lwhsu 2010-04-03 17:37:19 UTC FreeBSD ports repository Modified files: sysutils/py-supervisor Makefile distinfo pkg-plist Added files: sysutils/py-supervisor/files patch-src-supervisor-options.py supervisord.conf.sample supervisord.in Log: - Update to 3.0a8 - Add rc script - Add sample configuration file PR: ports/143799 Submitted by: Hizbulin Ildar (maintainer) Revision Changes Path 1.2 +18 -4 ports/sysutils/py-supervisor/Makefile 1.2 +3 -3 ports/sysutils/py-supervisor/distinfo 1.1 +11 -0 ports/sysutils/py-supervisor/files/patch-src-supervisor-options.py (new) 1.1 +129 -0 ports/sysutils/py-supervisor/files/supervisord.conf.sample (new) 1.1 +28 -0 ports/sysutils/py-supervisor/files/supervisord.in (new) 1.2 +14 -12 ports/sysutils/py-supervisor/pkg-plist