From alex@wagner.pa.msu.edu  Sat Feb  3 19:54:39 2007
Return-Path: <alex@wagner.pa.msu.edu>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 95E1416A400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Feb 2007 19:54:39 +0000 (UTC)
	(envelope-from alex@wagner.pa.msu.edu)
Received: from wagner.pa.msu.edu (wagner.pa.msu.edu [35.9.70.210])
	by mx1.freebsd.org (Postfix) with ESMTP id F172613C4A6
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Feb 2007 19:54:38 +0000 (UTC)
	(envelope-from alex@wagner.pa.msu.edu)
Received: from wagner.pa.msu.edu (localhost [127.0.0.1])
	by wagner.pa.msu.edu (8.13.8/8.13.8) with ESMTP id l13JsD23095681
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 3 Feb 2007 14:54:13 -0500 (EST)
	(envelope-from alex@wagner.pa.msu.edu)
Received: (from root@localhost)
	by wagner.pa.msu.edu (8.13.8/8.13.8/Submit) id l13JsDXE095680;
	Sat, 3 Feb 2007 14:54:13 -0500 (EST)
	(envelope-from alex)
Message-Id: <200702031954.l13JsDXE095680@wagner.pa.msu.edu>
Date: Sat, 3 Feb 2007 14:54:13 -0500 (EST)
From: Alexander Wittig <alexander@wittig.name>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] mail/squirrelmail-compatibility-plugin: Minor fixes and new CONFLICTS 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108731
>Category:       ports
>Synopsis:       [MAINTAINER] mail/squirrelmail-compatibility-plugin: Minor fixes and new CONFLICTS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 03 20:00:36 GMT 2007
>Closed-Date:    Mon Feb 12 16:39:12 GMT 2007
>Last-Modified:  Mon Feb 12 16:40:09 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Sat Feb 3 21:02:36 UTC 2007 
Responsible-Changed-Why:  
Eat. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108731 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Mon Feb 12 16:39:09 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108731 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108731: commit references a PR
Date: Mon, 12 Feb 2007 16:38:04 +0000 (UTC)

 rafan       2007-02-12 16:37:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/squirrelmail-compatibility-plugin Makefile 
   Log:
   - Mark conflict with 1.x version
   - Bump PORTREVISION
   - Some minor tweaks
   
   PR:             ports/108731
   Submitted by:   Alexander Wittig <alexander at wittig.name> (maintainer)
   
   Revision  Changes    Path
   1.6       +6 -1      ports/mail/squirrelmail-compatibility-plugin/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
