Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jan 2007 20:50:36 +0000 (GMT)
From:      Neil Darlow <neil@darlow.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/108352: mail/squirrelmail-vlogin-plugin: add missing RUN_DEPENDS on squirrelmail-compatibility-plugin
Message-ID:  <20070125205036.3E2AD102EA7@router.darlow.co.uk>
Resent-Message-ID: <200701252100.l0PL0WnX092690@freefall.freebsd.org>

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

>Number:         108352
>Category:       ports
>Synopsis:       mail/squirrelmail-vlogin-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 21:00:31 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. This plugin specifically requires version >=2.0.5
of the dependency so I have forced the version requirement, just in case users have held it at an earlier version.
Bumped PORTREVISION to ensure dependency is satisfied.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- squirrelmail-vlogin-plugin-3.9.1_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/squirrelmail-vlogin-plugin.orig/Makefile /usr/ports/mail/squirrelmail-vlogin-plugin/Makefile
--- /usr/ports/mail/squirrelmail-vlogin-plugin.orig/Makefile	Tue Jan 23 16:16:23 2007
+++ /usr/ports/mail/squirrelmail-vlogin-plugin/Makefile	Thu Jan 25 20:41:27 2007
@@ -6,6 +6,7 @@
 
 PORTNAME=		squirrelmail
 PORTVERSION=		3.9.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=		Adds multi-site-hosting capabilities to SquirrelMail
 
-RUN_DEPENDS=		${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail
+RUN_DEPENDS=		${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail \
+			squirrelmail-compatibility-plugin>=2.0.5:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
 
 SQUIRREL_PLUGIN_NAME=	vlogin
 
--- squirrelmail-vlogin-plugin-3.9.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?20070125205036.3E2AD102EA7>