From tabthorpe@goodking.goodking.ca  Tue Jul 10 20:16:53 2007
Return-Path: <tabthorpe@goodking.goodking.ca>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E72E916A421;
	Tue, 10 Jul 2007 20:16:53 +0000 (UTC)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from tbaytel.net (front2-j.tbaytel.net [216.211.26.169])
	by mx1.freebsd.org (Postfix) with ESMTP id 76D5E13C48C;
	Tue, 10 Jul 2007 20:16:53 +0000 (UTC)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from stjames.stthomasanglican.org ([216.26.202.251] verified)
  by front2.tbaytel.net (CommuniGate Pro SMTP 5.0.13)
  with ESMTPS id 83251264; Tue, 10 Jul 2007 16:16:52 -0400
Received: from goodking.goodking.ca (goodking-stjames-tun.goodking.ca [172.31.17.10])
	by stjames.stthomasanglican.org (8.14.1/8.14.1) with ESMTP id l6AKGk6l004066
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL);
	Tue, 10 Jul 2007 16:16:46 -0400 (EDT)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from goodking.goodking.ca (localhost [127.0.0.1])
	by goodking.goodking.ca (8.14.1/8.14.1) with ESMTP id l6AKFgxr041372
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 10 Jul 2007 16:15:42 -0400 (EDT)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: (from root@localhost)
	by goodking.goodking.ca (8.14.1/8.14.1/Submit) id l6AKFgWE041371;
	Tue, 10 Jul 2007 16:15:42 -0400 (EDT)
	(envelope-from tabthorpe)
Message-Id: <200707102015.l6AKFgWE041371@goodking.goodking.ca>
Date: Tue, 10 Jul 2007 16:15:42 -0400 (EDT)
From: Thomas Abthorpe <thomas@goodking.ca>
To: FreeBSD-gnats-submit@freebsd.org
Cc: alexander@wittig.name, miwi@freebsd.org, thomas@goodking.ca
Subject: [PATCH] mail/squirrelmail-compatibility-plugin: take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify: alexander@wittig.name

>Number:         114482
>Category:       ports
>Synopsis:       [PATCH] mail/squirrelmail-compatibility-plugin1: take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 10 20:20:03 GMT 2007
>Closed-Date:    Fri Jul 20 09:35:59 GMT 2007
>Last-Modified:  Fri Jul 20 09:35:59 GMT 2007
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #0: Sun Jun 10 14:58:15 EDT 2007
>Description:
- Take maintainership, pre-arranged with current maintainer
- rework Makefile for easier readibility
- reformat pkg-desc
- bump PORTREVISION, for plist change

Port maintainer (alexander@wittig.name) is cc'd.

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

--- squirrelmail-compatibility-plugin-1.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/squirrelmail-compatibility-plugin1/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	12 Feb 2007 16:36:51 -0000	1.7
+++ Makefile	10 Jul 2007 20:12:54 -0000
@@ -4,34 +4,40 @@
 #
 # $FreeBSD: ports/mail/squirrelmail-compatibility-plugin1/Makefile,v 1.7 2007/02/12 16:36:51 rafan Exp $
 
-PORTNAME=	squirrelmail
+PORTNAME=	compatibility
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	mail www
 MASTER_SITES=	http://www.squirrelmail.org/plugins/
-PKGNAMESUFFIX=	-${SQUIRREL_PLUGIN_NAME}-plugin
-DISTNAME=	${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}
+PKGNAMEPREFIX=	squirrelmail-
+PKGNAMESUFFIX=	-plugin
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 DIST_SUBDIR=	squirrelmail
 
-MAINTAINER=	alexander@wittig.name
+MAINTAINER=	thomas@goodking.ca
 COMMENT=	Required by many plugins for compatibility with SquirrelMail
 
 RUN_DEPENDS=	${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail
 
 CONFLICTS=	squirrelmail-compatibility-plugin-2.*
 
-SQUIRREL_PLUGIN_NAME=	compatibility
+SQUIRREL_PLUGIN_NAME=	${PORTNAME}
 
 .ifdef SQUIRRELDIR
 PLIST_SUB+=	SQUIRRELDIR=${SQUIRRELDIR}
+SUB_LIST+=	"SQUIRRELDIR=${SQUIRRELDIR}"
 .else
-.	ifndef WITHOUT_WWWDIR
+.ifndef WITHOUT_WWWDIR
 SQUIRRELDIR=	${PREFIX}/www/squirrelmail
 PLIST_SUB+=	SQUIRRELDIR=www/squirrelmail
-.	else
+SUB_LIST+=	"SQUIRRELDIR=www/squirrelmail"
+.else
 SQUIRRELDIR=	${PREFIX}/squirrelmail
 PLIST_SUB+=	SQUIRRELDIR=squirrelmail
-.	endif
+SUB_LIST+=	"SQUIRRELDIR=squirrelmail"
+.endif
 .endif
+PLIST_SUB+=	SQUIRREL_PLUGIN_NAME=${SQUIRREL_PLUGIN_NAME}
 
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
@@ -55,6 +61,7 @@
 
 do-install:
 	${CP} -rp ${WRKSRC}/${SQUIRREL_PLUGIN_NAME} ${SQUIRRELDIR}/plugins
+	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${SQUIRRELDIR}/plugins/${SQUIRREL_PLUGIN_NAME}
 
 post-install:
 .ifndef WITHOUT_ACTIVATE
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/mail/squirrelmail-compatibility-plugin1/pkg-descr,v
retrieving revision 1.3
diff -u -r1.3 pkg-descr
--- pkg-descr	12 Feb 2007 13:17:29 -0000	1.3
+++ pkg-descr	10 Jul 2007 20:12:54 -0000
@@ -1,10 +1,7 @@
-SquirrelMail Plug-in that provides a standard API for plugin authors who need
-certain functionalities that may not be available in older versions of
-SquirrelMail. SquirrelMail administrators only need to download this plugin if
-any of the plugins they have require it.
+SquirrelMail Plug-in that provides a standard API for plugin authors
+who need certain functionalities that may not be available in older
+versions of SquirrelMail. SquirrelMail administrators only need to
+download this plugin if any of the plugins they have require it.
 This plugin has no functionality in and of itself.
 
 WWW: http://www.squirrelmail.org
-
-- Alexander Wittig
-alexander@wittig.name
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/squirrelmail-compatibility-plugin1/pkg-plist,v
retrieving revision 1.7
diff -u -r1.7 pkg-plist
--- pkg-plist	12 Feb 2007 16:36:51 -0000	1.7
+++ pkg-plist	10 Jul 2007 20:12:54 -0000
@@ -1,4 +1,4 @@
-@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin compatibility; fi
+@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
 %%SQUIRRELDIR%%/plugins/compatibility/functions.php
 %%SQUIRRELDIR%%/plugins/compatibility/index.php
 %%SQUIRRELDIR%%/plugins/compatibility/INSTALL
@@ -6,4 +6,4 @@
 %%SQUIRRELDIR%%/plugins/compatibility/setup.php
 %%SQUIRRELDIR%%/plugins/compatibility/version
 @dirrm %%SQUIRRELDIR%%/plugins/compatibility
-@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin compatibility; fi
+@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
--- squirrelmail-compatibility-plugin-1.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Jul 10 20:20:12 UTC 2007 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114482 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Tue Jul 10 20:33:36 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

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

From: Alexander Wittig <alexander@wittig.name>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114482: [PATCH] mail/squirrelmail-compatibility-plugin:
 take maintainership
Date: Tue, 10 Jul 2007 17:29:30 -0400

 Hi all
 
 This patch is also fine with me. Go ahead and commit it.
 
 Thanks,
 Alex
 
 Am 10.07.2007 16:20 Uhr schrieb Edwin Groothuis:
 > Maintainer of mail/squirrelmail-compatibility-plugin,
 >
 > Please note that PR ports/114482 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/114482
 >
 >   
 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Thu Jul 12 04:16:57 UTC 2007 
State-Changed-Why:  
Transfer approved by current maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114482 
Responsible-Changed-From-To: miwi->sat 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Jul 13 14:35:29 UTC 2007 
Responsible-Changed-Why:  
Mr.Ports handle these prs for review and committ! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/114482: commit references a PR
Date: Fri, 20 Jul 2007 09:26:45 +0000 (UTC)

 sat         2007-07-20 09:26:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/squirrelmail-compatibility-plugin1 Makefile pkg-descr 
                                             pkg-plist 
   Log:
   - Pass maintainership to submitter
   - Rework Makefile for easier readability
   - Reformat pkg-descr
   - Bump portrevision (file owner/group changed)
   
   PR:             ports/114482
   Submitted by:   Thomas Abthorpe <thomas@goodking.ca>
   Approved by:    Alexander Wittig <alexander@wittig.name> (maintainer)
   
   Revision  Changes    Path
   1.8       +14 -8     ports/mail/squirrelmail-compatibility-plugin1/Makefile
   1.4       +4 -7      ports/mail/squirrelmail-compatibility-plugin1/pkg-descr
   1.8       +2 -2      ports/mail/squirrelmail-compatibility-plugin1/pkg-plist
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: sat 
State-Changed-When: Fri Jul 20 09:35:40 UTC 2007 
State-Changed-Why:  
Committed with minor tweaks, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114480 
State-Changed-From-To: open->closed 
State-Changed-By: sat 
State-Changed-When: Fri Jul 20 09:35:40 UTC 2007 
State-Changed-Why:  
Committed with minor tweaks, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=114482 
>Unformatted:
