From owner-cvs-all@FreeBSD.ORG Thu Nov 20 13:25:11 2003 Return-Path: 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 201BD16A4CE; Thu, 20 Nov 2003 13:25:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74B9443FDF; Thu, 20 Nov 2003 13:25:10 -0800 (PST) (envelope-from glewis@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAKLPAXJ003781; Thu, 20 Nov 2003 13:25:10 -0800 (PST) (envelope-from glewis@repoman.freebsd.org) Received: (from glewis@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAKLPAXq003780; Thu, 20 Nov 2003 13:25:10 -0800 (PST) (envelope-from glewis) Message-Id: <200311202125.hAKLPAXq003780@repoman.freebsd.org> From: Greg Lewis Date: Thu, 20 Nov 2003 13:25:10 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/resin2 Makefile pkg-deinstall pkg-install pkg-message pkg-plist ports/www/resin2/files install.sh patch-apache-Makefile.in patch-apache2-Makefile.in patch-wrapper pkg-deinstall pkg-install pkg-message.in resin.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 20 Nov 2003 21:25:11 -0000 glewis 2003/11/20 13:25:09 PST FreeBSD ports repository Modified files: www/resin2 Makefile pkg-plist Added files: www/resin2/files install.sh patch-apache-Makefile.in patch-apache2-Makefile.in patch-wrapper pkg-deinstall pkg-install pkg-message.in resin.sh.in Removed files: www/resin2 pkg-deinstall pkg-install pkg-message Log: . Avoid conflict between resin2 and resin3 . Fix resin{2,3}ctl first line (perl path) . Pid file is no more created in the Makefile . New resin.sh startup script, manages pid file . pkg-[de]install and pkg-message are now generated . Do not write anything after including bsd.port.post.mk . Packages are now supported (reported by Arcadius Ahouansou) . Integration with apxs for [de]activating mod_caucho PR: 57566 Submitted by: Jean-Baptiste Quenot (maintainer) Revision Changes Path 1.2 +78 -27 ports/www/resin2/Makefile 1.1 +48 -0 ports/www/resin2/files/install.sh (new) 1.1 +12 -0 ports/www/resin2/files/patch-apache-Makefile.in (new) 1.1 +12 -0 ports/www/resin2/files/patch-apache2-Makefile.in (new) 1.1 +8 -0 ports/www/resin2/files/patch-wrapper (new) 1.1 +52 -0 ports/www/resin2/files/pkg-deinstall (new) 1.1 +50 -0 ports/www/resin2/files/pkg-install (new) 1.1 +4 -0 ports/www/resin2/files/pkg-message.in (new) 1.1 +53 -0 ports/www/resin2/files/resin.sh.in (new) 1.2 +0 -43 ports/www/resin2/pkg-deinstall (dead) 1.2 +0 -98 ports/www/resin2/pkg-install (dead) 1.2 +0 -6 ports/www/resin2/pkg-message (dead) 1.2 +456 -467 ports/www/resin2/pkg-plist