ports/108352: mail/squirrelmail-vlogin-plugin: add missing RUN_DEPENDS on squirrelmail-compatibility-plugin

Neil Darlow neil at darlow.co.uk
Thu Jan 25 21:00:32 UTC 2007


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



More information about the freebsd-ports-bugs mailing list