Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2007 20:37:47 +0000 (GMT)
From:      Neil Darlow <neil@darlow.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/108351: mail/squirrelmail-password_forget-plugin: add missing RUN_DEPENDS on squirrelmail-compatibility-plugin
Message-ID:  <20070125203747.72D45102C2D@router.darlow.co.uk>
Resent-Message-ID: <200701252040.l0PKeMSJ091907@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070125203747.72D45102C2D>