Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Feb 2007 14:54:13 -0500 (EST)
From:      Alexander Wittig <alexander@wittig.name>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/108731: [MAINTAINER] mail/squirrelmail-compatibility-plugin: Minor fixes and new CONFLICTS 
Message-ID:  <200702031954.l13JsDXE095680@wagner.pa.msu.edu>
Resent-Message-ID: <200702032000.l13K0bVh048450@freefall.freebsd.org>

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

>Number:         108731
>Category:       ports
>Synopsis:       [MAINTAINER] mail/squirrelmail-compatibility-plugin: Minor fixes and new CONFLICTS
>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:   Sat Feb 03 20:00:36 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Wittig
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD wagner.pa.msu.edu 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Jan 18 21:55:20 EST 2007
>Description:
Some plugins need compatibility plugin version 1.x so I added a new port for this. Since version 1 and 2
of squirrelmail-compatibility-plugin are mutually exclusive I had to add a conflict between them.
Also the automatic activation of the plugin has been fixed to work again.

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

--- squirrelmail-compatibility-plugin-2.0.6_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/squirrelmail-compatibility-plugin.old/Makefile /usr/ports/mail/squirrelmail-compatibility-plugin/Makefile
--- /usr/ports/mail/squirrelmail-compatibility-plugin.old/Makefile	Sat Feb  3 13:52:25 2007
+++ /usr/ports/mail/squirrelmail-compatibility-plugin/Makefile	Sat Feb  3 14:48:40 2007
@@ -6,6 +6,7 @@
 
 PORTNAME=	squirrelmail
 PORTVERSION=	2.0.6
+PORTREVISION=	1
 CATEGORIES=	mail www
 MASTER_SITES=	http://www.squirrelmail.org/plugins/
 PKGNAMESUFFIX=	-${SQUIRREL_PLUGIN_NAME}-plugin
@@ -17,6 +18,8 @@
 
 RUN_DEPENDS=	squirrelmail>=1.4.9:${PORTSDIR}/mail/squirrelmail
 
+CONFLICTS=	squirrelmail-compatibility-plugin1-1.*
+
 SQUIRREL_PLUGIN_NAME=	compatibility
 
 .ifdef SQUIRRELDIR
@@ -36,6 +39,8 @@
 USE_PERL5_BUILD=	yes
 WANT_PHP_WEB=	yes
 
+.include <bsd.port.pre.mk>
+
 pre-everything::
 	@${ECHO} ""
 .ifndef WITHOUT_ACTIVATE
@@ -68,4 +73,4 @@
 	@${ECHO} "${SQUIRRELDIR}/config/conf.pl --install-plugin ${SQUIRREL_PLUGIN_NAME}"
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- squirrelmail-compatibility-plugin-2.0.6_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?200702031954.l13JsDXE095680>