From owner-cvs-all@FreeBSD.ORG Tue May 16 12:29:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A1E316A46F; Tue, 16 May 2006 12:29:59 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1775743D5E; Tue, 16 May 2006 12:29:59 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4GCThtW028406; Tue, 16 May 2006 12:29:43 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4GCThxU028405; Tue, 16 May 2006 12:29:43 GMT (envelope-from itetcu) Message-Id: <200605161229.k4GCThxU028405@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 16 May 2006 12:29:43 +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/www/tinyproxy Makefile pkg-message pkg-plist ports/www/tinyproxy/files tinyproxy.sh tinyproxy.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 12:30:01 -0000 itetcu 2006-05-16 12:29:43 UTC FreeBSD ports repository Modified files: www/tinyproxy Makefile pkg-plist Added files: www/tinyproxy/files tinyproxy.sh.in Removed files: www/tinyproxy pkg-message www/tinyproxy/files tinyproxy.sh Log: - Now users an rcNG script. - Removes the (now) un-necessary pkg-message. - Moves the configuration file to ${PREFIX}/etc/tinyproxy.conf - bump PORTREVISION for above - Pass maintainership to submiter. Tinyproxy now installs a rcNG script. To enable tinyproxy at boot time, set the following in rc.conf(5): tinyproxy_enable="YES" The confiration file for tinyproxy has been moved to ${PREFIX}/etc/tinyproxy.conf. Any old configuration files will need to be migrated over to the new location. PR: ports/96720 Submitted by: Wesley Shields (new maintainer) Approved by: lawrance (mentor) Revision Changes Path 1.20 +9 -6 ports/www/tinyproxy/Makefile 1.2 +0 -14 ports/www/tinyproxy/files/tinyproxy.sh (dead) 1.1 +26 -0 ports/www/tinyproxy/files/tinyproxy.sh.in (new) 1.2 +0 -4 ports/www/tinyproxy/pkg-message (dead) 1.7 +3 -3 ports/www/tinyproxy/pkg-plist