From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 25 20:40:22 2007 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7488316A403 for ; Thu, 25 Jan 2007 20:40:22 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 56B2413C442 for ; Thu, 25 Jan 2007 20:40:22 +0000 (UTC) (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 l0PKeM5e091908 for ; Thu, 25 Jan 2007 20:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0PKeMSJ091907; Thu, 25 Jan 2007 20:40:22 GMT (envelope-from gnats) Resent-Date: Thu, 25 Jan 2007 20:40:22 GMT Resent-Message-Id: <200701252040.l0PKeMSJ091907@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Neil Darlow Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3FC8D16A403 for ; Thu, 25 Jan 2007 20:37:49 +0000 (UTC) (envelope-from neil@darlow.co.uk) Received: from router.darlow.co.uk (cpc1-bigg1-0-0-cust731.lutn.cable.ntl.com [80.6.42.220]) by mx1.freebsd.org (Postfix) with ESMTP id EE1FA13C442 for ; Thu, 25 Jan 2007 20:37:48 +0000 (UTC) (envelope-from neil@darlow.co.uk) Received: from router.darlow.co.uk (localhost [127.0.0.1]) by router.darlow.co.uk (Postfix) with ESMTP id AF889102C46 for ; Thu, 25 Jan 2007 20:37:47 +0000 (GMT) Received: by router.darlow.co.uk (Postfix, from userid 1001) id 72D45102C2D; Thu, 25 Jan 2007 20:37:47 +0000 (GMT) Message-Id: <20070125203747.72D45102C2D@router.darlow.co.uk> Date: Thu, 25 Jan 2007 20:37:47 +0000 (GMT) From: Neil Darlow To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/108351: mail/squirrelmail-password_forget-plugin: add missing RUN_DEPENDS on squirrelmail-compatibility-plugin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2007 20:40:22 -0000 >Number: 108351 >Category: ports >Synopsis: mail/squirrelmail-password_forget-plugin: add missing RUN_DEPENDS on squirrelmail-compatibility-plugin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jan 25 20:40:19 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Neil Darlow >Release: FreeBSD 6.2-RELEASE i386 >Organization: >Environment: System: FreeBSD router.darlow.co.uk 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Mon Jan 15 19:14:27 GMT 2007 >Description: RUN_DEPENDS on squirrelmail-compatibility-plugin was missing. Bumped PORTREVISION to ensure this dependency is satisfied. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- squirrelmail-password_forget-plugin-2.1_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/mail/squirrelmail-password_forget-plugin.orig/Makefile /usr/ports/mail/squirrelmail-password_forget-plugin/Makefile --- /usr/ports/mail/squirrelmail-password_forget-plugin.orig/Makefile Tue Dec 5 11:16:33 2006 +++ /usr/ports/mail/squirrelmail-password_forget-plugin/Makefile Thu Jan 25 20:23:05 2007 @@ -6,6 +6,7 @@ PORTNAME= squirrelmail PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://www.squirrelmail.org/plugins/ PKGNAMESUFFIX= -${SQUIRREL_PLUGIN_NAME}-plugin @@ -15,7 +16,8 @@ MAINTAINER= neil@darlow.co.uk COMMENT= Prevent reuse of login details by browsers at public terminals -RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail +RUN_DEPENDS= ${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail \ + ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin SQUIRREL_PLUGIN_NAME= password_forget --- squirrelmail-password_forget-plugin-2.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: