From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 7 06:50:07 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3463016A41F for ; Sat, 7 Jan 2006 06:50:07 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5DE643D45 for ; Sat, 7 Jan 2006 06:50:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k076o6gp062167 for ; Sat, 7 Jan 2006 06:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k076o6Zf062166; Sat, 7 Jan 2006 06:50:06 GMT (envelope-from gnats) Date: Sat, 7 Jan 2006 06:50:06 GMT Message-Id: <200601070650.k076o6Zf062166@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Sevan Cc: Subject: Re: ports/91443: [Update] Chillispot 1.0_2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sevan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jan 2006 06:50:07 -0000 The following reply was made to PR ports/91443; it has been noted by GNATS. From: Sevan To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/91443: [Update] Chillispot 1.0_2 Date: Sat, 07 Jan 2006 06:39:40 +0000 This is a multi-part message in MIME format. --------------020209050003080409010201 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit --------------020209050003080409010201 Content-Type: text/plain; name="patch.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch.diff" diff -urN ports/net-mgmt/chillispot/Makefile.orig ports/net-mgmt/chillispot/Makefile --- ports/net-mgmt/chillispot/Makefile.orig Sun Dec 25 21:39:49 2005 +++ ports/net-mgmt/chillispot/Makefile Sat Jan 7 05:15:56 2006 @@ -7,7 +7,7 @@ PORTNAME= chillispot PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://www.chillispot.org/download/ \ http://www.geeklan.co.uk/files/ \ @@ -30,12 +30,12 @@ .include .if defined(WITH_RAW) -RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2 \ +RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache20 \ ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql50-server .endif .if defined(WITH_MATURE) -RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache \ +RUN_DEPENDS+= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \ ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql41-server .endif --------------020209050003080409010201--