From tabthorpe@goodking.goodking.ca  Wed Jun  4 13:02:07 2008
Return-Path: <tabthorpe@goodking.goodking.ca>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CAFE2106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jun 2008 13:02:07 +0000 (UTC)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from rex.goodking.ca (rex.goodking.ca [208.86.224.77])
	by mx1.freebsd.org (Postfix) with ESMTP id 709D28FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  4 Jun 2008 13:02:07 +0000 (UTC)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from goodking.goodking.ca (goodking-rex-tun.goodking.ca [172.31.17.1])
	by rex.goodking.ca (8.14.3/8.14.3) with ESMTP id m54CPdO1045711;
	Wed, 4 Jun 2008 08:25:40 -0400 (EDT)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: from goodking.goodking.ca (localhost [127.0.0.1])
	by goodking.goodking.ca (8.14.3/8.14.3) with ESMTP id m54CPlCZ035563;
	Wed, 4 Jun 2008 08:25:47 -0400 (EDT)
	(envelope-from tabthorpe@goodking.goodking.ca)
Received: (from tabthorpe@localhost)
	by goodking.goodking.ca (8.14.3/8.14.3/Submit) id m54CPloa035562;
	Wed, 4 Jun 2008 08:25:47 -0400 (EDT)
	(envelope-from tabthorpe)
Message-Id: <200806041225.m54CPloa035562@goodking.goodking.ca>
Date: Wed, 4 Jun 2008 08:25:47 -0400 (EDT)
From: Thomas Abthorpe <tabthorpe@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gerrit.beine@gmx.de
Subject: [PATCH] mail/squirrelmail-login_notes-plugin: update to 1.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gerrit.beine@gmx.de

>Number:         124268
>Category:       ports
>Synopsis:       [PATCH] mail/squirrelmail-login_notes-plugin: update to 1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 04 13:10:01 UTC 2008
>Closed-Date:    Mon Jun 09 13:45:07 UTC 2008
>Last-Modified:  Mon Jun  9 13:50:02 UTC 2008
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
FreeBSD.GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to 1.2
- Utilise bsd.squirrelmail.mk

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

--- squirrelmail-login_notes-plugin-1.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/squirrelmail-login_notes-plugin/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	8 Sep 2006 18:07:58 -0000	1.2
+++ Makefile	4 Jun 2008 12:24:36 -0000
@@ -4,72 +4,22 @@
 #
 # $FreeBSD: ports/mail/squirrelmail-login_notes-plugin/Makefile,v 1.2 2006/09/08 18:07:58 itetcu Exp $
 
-PORTNAME=		squirrelmail-${SQUIRREL_PLUGIN_NAME}-plugin
-PORTVERSION=		1.1
-CATEGORIES=		mail www
-MASTER_SITES=		http://www.squirrelmail.org/plugins/
-DISTNAME=		${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0
-DIST_SUBDIR=		squirrelmail
-
-MAINTAINER=		gerrit.beine@gmx.de
-COMMENT=		Place notes on the login screen
-
-RUN_DEPENDS=		${SQUIRRELDIR}/index.php:${PORTSDIR}/mail/squirrelmail \
-			${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
-
-SQUIRREL_PLUGIN_NAME=	login_notes
-
-.ifdef SQUIRRELDIR
-PLIST_SUB+=		SQUIRRELDIR=${SQUIRRELDIR}
-SUB_LIST+=		"SQUIRRELDIR=${SQUIRRELDIR}"
-.else
-.	ifndef WITHOUT_WWWDIR
-SQUIRRELDIR=		${PREFIX}/www/squirrelmail
-PLIST_SUB+=		SQUIRRELDIR=www/squirrelmail
-SUB_LIST+=		"SQUIRRELDIR=www/squirrelmail"
-.	else
-SQUIRRELDIR=		${PREFIX}/squirrelmail
-PLIST_SUB+=		SQUIRRELDIR=squirrelmail
-SUB_LIST+=		"SQUIRRELDIR=squirrelmail"
-.	endif
-.endif
-
-SUB_FILES=		pkg-message
-
-NO_BUILD=		yes
-NO_WRKSUBDIR=		yes
-USE_PERL5_BUILD=	yes
-USE_PHP=		yes
-WANT_PHP_WEB=		yes
-
-pre-everything::
-	@${ECHO} ""
-.ifndef WITHOUT_ACTIVATE
-	@${ECHO} "Activating plug-in in SquirrelMail after installation."
-	@${ECHO} "If you don't want to automatically activate the plug-in set"
-	@${ECHO} "WITHOUT_ACTIVATE=yes"
-.else
-	@${ECHO} "NOT Activating plug-in in SquirrelMail after installation."
-	@${ECHO} "If you want to automatically activate the plug-in unset"
-	@${ECHO} "WITHOUT_ACTIVATE"
-.endif
-	@${ECHO} ""
-
-do-install:
-	${CP} -rp ${WRKSRC}/${SQUIRREL_PLUGIN_NAME} ${SQUIRRELDIR}/plugins
-	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${SQUIRRELDIR}/plugins/${SQUIRREL_PLUGIN_NAME}
-
-post-install:
-.ifndef WITHOUT_ACTIVATE
-.if exists( ${SQUIRRELDIR}/config/config.php )
-	@${ECHO} "Activating plug-in in SquirrelMail"
-	${SQUIRRELDIR}/config/conf.pl --install-plugin ${SQUIRREL_PLUGIN_NAME}
-.endif
-.else
-	@${ECHO} "To activate the plug-in in SquirrelMail use"
-	@${ECHO} "${SQUIRRELDIR}/config/conf.pl --install-plugin ${SQUIRREL_PLUGIN_NAME}"
-.endif
-	@${ECHO} ""
-	@${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
+PORTNAME=	login_notes
+PORTVERSION=	1.2
+CATEGORIES=	mail www
+MASTER_SITES=	http://www.squirrelmail.org/plugins/
+PKGNAMEPREFIX=	squirrelmail-
+PKGNAMESUFFIX=	-plugin
+DISTNAME=	${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0
+DIST_SUBDIR=	squirrelmail
+
+MAINTAINER=	gerrit.beine@gmx.de
+COMMENT=	Place notes on the login screen
+
+RUN_DEPENDS=	${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin
+
+SUB_FILES=	pkg-message
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
+.include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/mail/squirrelmail-login_notes-plugin/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	20 Mar 2006 20:54:52 -0000	1.1
+++ distinfo	4 Jun 2008 12:24:36 -0000
@@ -1,3 +1,3 @@
-MD5 (squirrelmail/login_notes-1.1-1.4.0.tar.gz) = b6fe516931123230d3fb960803338a20
-SHA256 (squirrelmail/login_notes-1.1-1.4.0.tar.gz) = d53e8593e52e2053bde50f89356ed80ac3a31a7fff9761c5281cb52ad2fccef1
-SIZE (squirrelmail/login_notes-1.1-1.4.0.tar.gz) = 8200
+MD5 (squirrelmail/login_notes-1.2-1.4.0.tar.gz) = a1e372b8eda352887ca9fe93a9384038
+SHA256 (squirrelmail/login_notes-1.2-1.4.0.tar.gz) = 3f44b6246528fb65962f1e988b2b7a57d986c818a4ed298dd7aff0d5382bf829
+SIZE (squirrelmail/login_notes-1.2-1.4.0.tar.gz) = 11949
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/mail/squirrelmail-login_notes-plugin/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	8 Sep 2006 18:07:58 -0000	1.2
+++ pkg-plist	4 Jun 2008 12:24:36 -0000
@@ -2,9 +2,17 @@
 %%SQUIRRELDIR%%/plugins/login_notes/COPYING
 %%SQUIRRELDIR%%/plugins/login_notes/INSTALL
 %%SQUIRRELDIR%%/plugins/login_notes/README
-%%SQUIRRELDIR%%/plugins/login_notes/config.php.sample
+%%SQUIRRELDIR%%/plugins/login_notes/config.sample.php
 %%SQUIRRELDIR%%/plugins/login_notes/functions.php
 %%SQUIRRELDIR%%/plugins/login_notes/index.php
+%%SQUIRRELDIR%%/plugins/login_notes/make_release.sh
 %%SQUIRRELDIR%%/plugins/login_notes/setup.php
+%%SQUIRRELDIR%%/plugins/login_notes/version
+%%SQUIRRELDIR%%/plugins/login_notes/templates/index.php
+%%SQUIRRELDIR%%/plugins/login_notes/templates/default/index.php
+%%SQUIRRELDIR%%/plugins/login_notes/templates/default/top_notes.tpl
+%%SQUIRRELDIR%%/plugins/login_notes/templates/default/bottom_notes.tpl
+@dirrm %%SQUIRRELDIR%%/plugins/login_notes/templates/default
+@dirrm %%SQUIRRELDIR%%/plugins/login_notes/templates/
 @dirrmtry %%SQUIRRELDIR%%/plugins/login_notes/
 @exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin login_notes; fi
Index: files/pkg-message.in
===================================================================
RCS file: /home/pcvs/ports/mail/squirrelmail-login_notes-plugin/files/pkg-message.in,v
retrieving revision 1.1
diff -u -u -r1.1 pkg-message.in
--- files/pkg-message.in	20 Mar 2006 20:54:53 -0000	1.1
+++ files/pkg-message.in	4 Jun 2008 12:24:36 -0000
@@ -1,5 +1,5 @@
 For the port to work properly you must copy the file
-%%PREFIX%%/%%SQUIRRELDIR%%/plugins/login_notes/config.php.sample
+%%PREFIX%%/%%SQUIRRELDIR%%/plugins/login_notes/config.sample.php
 to
 %%PREFIX%%/%%SQUIRRELDIR%%/plugins/login_notes/config.php
 and edit the configuration to meet your needs.
--- squirrelmail-login_notes-plugin-1.2.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jun 4 13:10:35 UTC 2008 
Responsible-Changed-Why:  
tabthorpe@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124268 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jun 4 13:10:38 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gerrit.beine@gmx.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/124268: [PATCH] mail/squirrelmail-login_notes-plugin: update to 1.2
Date: Wed, 4 Jun 2008 13:10:36 UT

 Maintainer of mail/squirrelmail-login_notes-plugin,
 
 Please note that PR ports/124268 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/124268
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Gerrit Beine <gerrit.beine@gmx.de>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/124268: [PATCH] mail/squirrelmail-login_notes-plugin: update to 1.2
Date: Sun, 8 Jun 2008 12:58:24 +0200

 Am Mittwoch, 4. Juni 2008 15:10:36 schrieb Edwin Groothuis:
 > Maintainer of mail/squirrelmail-login_notes-plugin,
 >
 > Please note that PR ports/124268 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/124268
 
 For me, it looks ok.
 Please commit it!
 
 So long...
 
 Gerrit
State-Changed-From-To: feedback->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Mon Jun 9 13:45:06 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124268: commit references a PR
Date: Mon,  9 Jun 2008 13:44:43 +0000 (UTC)

 tabthorpe    2008-06-09 13:44:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/squirrelmail-login_notes-plugin Makefile distinfo 
                                          pkg-plist 
     mail/squirrelmail-login_notes-plugin/files pkg-message.in 
   Log:
   - Update to 1.2
   - Utilise bsd.squirrelmail.mk
   
   PR:             ports/124268
   Submitted by:   self
   Approved by:    Gerrit Beine (maintainer)
   
   Revision  Changes    Path
   1.4       +19 -70    ports/mail/squirrelmail-login_notes-plugin/Makefile
   1.2       +3 -3      ports/mail/squirrelmail-login_notes-plugin/distinfo
   1.2       +1 -1      ports/mail/squirrelmail-login_notes-plugin/files/pkg-message.in
   1.3       +9 -1      ports/mail/squirrelmail-login_notes-plugin/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:
