From alex@wagner.pa.msu.edu  Sat Feb  3 19:37:31 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 CE38216A406
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Feb 2007 19:37:31 +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 EE35713C471
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 Feb 2007 19:37:30 +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 l13JaUZv060740
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 3 Feb 2007 14:36:31 -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 l13JaTW5060739;
	Sat, 3 Feb 2007 14:36:29 -0500 (EST)
	(envelope-from alex)
Message-Id: <200702031936.l13JaTW5060739@wagner.pa.msu.edu>
Date: Sat, 3 Feb 2007 14:36:29 -0500 (EST)
From: Alexander Wittig <alexander@wittig.name>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] mail/squirrelmail-compatibility-plugin1: Required by many plugins for compatibility with SquirrelMail
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108728
>Category:       ports
>Synopsis:       [NEW PORT] mail/squirrelmail-compatibility-plugin1: Required by many plugins for compatibility with SquirrelMail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 03 19:40:18 GMT 2007
>Closed-Date:    Mon Feb 12 16:39:02 GMT 2007
>Last-Modified:  Mon Feb 12 16:40:02 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:
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

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

--- squirrelmail-compatibility-plugin1-1.3.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	squirrelmail-compatibility-plugin1
#	squirrelmail-compatibility-plugin1/Makefile
#	squirrelmail-compatibility-plugin1/distinfo
#	squirrelmail-compatibility-plugin1/pkg-descr
#	squirrelmail-compatibility-plugin1/pkg-plist
#
echo c - squirrelmail-compatibility-plugin1
mkdir -p squirrelmail-compatibility-plugin1 > /dev/null 2>&1
echo x - squirrelmail-compatibility-plugin1/Makefile
sed 's/^X//' >squirrelmail-compatibility-plugin1/Makefile << 'END-of-squirrelmail-compatibility-plugin1/Makefile'
X# New ports collection makefile for:	squirrelmail-compatibility-plugin1
X# Date created:				3 Feb 2007
X# Whom:					Alexander Wittig <alexander@wittig.name>
X#
X# $FreeBSD$
X
XPORTNAME=	squirrelmail
XPORTVERSION=	1.3
XCATEGORIES=	mail www
XMASTER_SITES=	http://www.squirrelmail.org/plugins/
XPKGNAMESUFFIX=	-${SQUIRREL_PLUGIN_NAME}-plugin1
XDISTNAME=	${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}
XDIST_SUBDIR=	squirrelmail
X
XMAINTAINER=	alexander@wittig.name
XCOMMENT=	Required by many plugins for compatibility with SquirrelMail
X
XRUN_DEPENDS=	${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail
X
XCONFLICTS=	squirrelmail-compatibility-plugin-2.*
X
XSQUIRREL_PLUGIN_NAME=	compatibility
X
X.ifdef SQUIRRELDIR
XPLIST_SUB+=	SQUIRRELDIR=${SQUIRRELDIR}
X.else
X.	ifndef WITHOUT_WWWDIR
XSQUIRRELDIR=	${PREFIX}/www/squirrelmail
XPLIST_SUB+=	SQUIRRELDIR=www/squirrelmail
X.	else
XSQUIRRELDIR=	${PREFIX}/squirrelmail
XPLIST_SUB+=	SQUIRRELDIR=squirrelmail
X.	endif
X.endif
X
XNO_BUILD=	yes
XNO_WRKSUBDIR=	yes
XUSE_PERL5_BUILD=	yes
XWANT_PHP_WEB=	yes
X
X.include <bsd.port.pre.mk>
X
Xpre-everything::
X	@${ECHO} ""
X.ifndef WITHOUT_ACTIVATE
X	@${ECHO} "Activating plug-in in SquirrelMail after installation."
X	@${ECHO} "If you don't want to automatically activate the plug-in set"
X	@${ECHO} "WITHOUT_ACTIVATE=yes"
X.else
X	@${ECHO} "NOT Activating plug-in in SquirrelMail after installation."
X	@${ECHO} "If you want to automatically activate the plug-in unset"
X	@${ECHO} "WITHOUT_ACTIVATE"
X.endif
X	@${ECHO} ""
X
Xdo-install:
X	${CP} -rp ${WRKSRC}/${SQUIRREL_PLUGIN_NAME} ${SQUIRRELDIR}/plugins
X
Xpost-install:
X.ifndef WITHOUT_ACTIVATE
X.if exists( ${SQUIRRELDIR}/config/config.php )
X	@${ECHO} "Activating plug-in in SquirrelMail"
X	${SQUIRRELDIR}/config/conf.pl --install-plugin ${SQUIRREL_PLUGIN_NAME}
X.endif
X.else
X	@${ECHO} "To activate the plug-in in SquirrelMail use"
X	@${ECHO} "${SQUIRRELDIR}/config/conf.pl --install-plugin ${SQUIRREL_PLUGIN_NAME}"
X.endif
X
X.include <bsd.port.post.mk>
END-of-squirrelmail-compatibility-plugin1/Makefile
echo x - squirrelmail-compatibility-plugin1/distinfo
sed 's/^X//' >squirrelmail-compatibility-plugin1/distinfo << 'END-of-squirrelmail-compatibility-plugin1/distinfo'
XMD5 (squirrelmail/compatibility-1.3.tar.gz) = 049c46507ef161ad4ba5f4d4a0b96d09
XSHA256 (squirrelmail/compatibility-1.3.tar.gz) = 0898fe16921f5c9c3855e65eb0dee9079aafbcb322644fb888397332ce04a12c
XSIZE (squirrelmail/compatibility-1.3.tar.gz) = 5966
END-of-squirrelmail-compatibility-plugin1/distinfo
echo x - squirrelmail-compatibility-plugin1/pkg-descr
sed 's/^X//' >squirrelmail-compatibility-plugin1/pkg-descr << 'END-of-squirrelmail-compatibility-plugin1/pkg-descr'
XSquirrelMail Plug-in that provides a standard API for plugin authors who need
Xcertain functionalities that may not be available in older versions of
XSquirrelMail. SquirrelMail administrators only need to download this plugin if
Xany of the plugins they have require it.
XThis plugin has no functionality in and of itself.
X
XWWW: http://www.squirrelmail.org
X
X- Alexander Wittig
Xalexander@wittig.name
END-of-squirrelmail-compatibility-plugin1/pkg-descr
echo x - squirrelmail-compatibility-plugin1/pkg-plist
sed 's/^X//' >squirrelmail-compatibility-plugin1/pkg-plist << 'END-of-squirrelmail-compatibility-plugin1/pkg-plist'
X@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin compatibility; fi
X%%SQUIRRELDIR%%/plugins/compatibility/functions.php
X%%SQUIRRELDIR%%/plugins/compatibility/index.php
X%%SQUIRRELDIR%%/plugins/compatibility/INSTALL
X%%SQUIRRELDIR%%/plugins/compatibility/README
X%%SQUIRRELDIR%%/plugins/compatibility/setup.php
X%%SQUIRRELDIR%%/plugins/compatibility/version
X@dirrm %%SQUIRRELDIR%%/plugins/compatibility
X@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin compatibility; fi
END-of-squirrelmail-compatibility-plugin1/pkg-plist
exit
--- squirrelmail-compatibility-plugin1-1.3.shar 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:41 UTC 2007 
Responsible-Changed-Why:  
Eat. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108728 
State-Changed-From-To: open->repocopy 
State-Changed-By: rafan 
State-Changed-When: Fri Feb 9 05:36:43 UTC 2007 
State-Changed-Why:  
Please copy mail/squirrelmail-compatibility-plugin to 
mail/squirrelmail-compatibility-plugin1. 


Responsible-Changed-From-To: rafan->portmgr 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Fri Feb 9 05:36:43 UTC 2007 
Responsible-Changed-Why:  
Please copy mail/squirrelmail-compatibility-plugin to 
mail/squirrelmail-compatibility-plugin1. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108728 
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Sun Feb 11 19:27:44 UTC 2007 
State-Changed-Why:  
Repocopy completed. 


Responsible-Changed-From-To: portmgr->rafan 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Sun Feb 11 19:27:44 UTC 2007 
Responsible-Changed-Why:  
Repocopy completed. 

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

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

 rafan       2007-02-12 13:17:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/squirrelmail-compatibility-plugin1 Makefile distinfo 
                                             pkg-descr pkg-plist 
   Log:
   - Force commit to note the following repocopy
     mail/squirrelmail-compatibility-plugin -> mail/squirrelmail-compatibility-plugin1
   
   PR:             ports/108728
   Submitted by:   Alexander Wittig <alexander at wittig.name> (maintainer)
   
   Revision  Changes    Path
   1.6       +0 -0      ports/mail/squirrelmail-compatibility-plugin1/Makefile
   1.5       +0 -0      ports/mail/squirrelmail-compatibility-plugin1/distinfo
   1.3       +0 -0      ports/mail/squirrelmail-compatibility-plugin1/pkg-descr
   1.6       +0 -0      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: rafan 
State-Changed-When: Mon Feb 12 16:38:59 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

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

 rafan       2007-02-12 16:36:51 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/squirrelmail-compatibility-plugin1 Makefile distinfo 
                                             pkg-plist 
   Log:
   - Downgrade to 1.3
     This port is just repocopied. So I don't think PORTEPOCH is needed.
   - Mark conflict with 2.x version
   
   PR:             ports/108728
   Submitted by:   Alexander Wittig <alexander at wittig.name> (maintainer)
   
   Revision  Changes    Path
   1.7       +9 -10     ports/mail/squirrelmail-compatibility-plugin1/Makefile
   1.6       +3 -3      ports/mail/squirrelmail-compatibility-plugin1/distinfo
   1.7       +0 -63     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"
 
>Unformatted:
