From nobody@FreeBSD.org  Wed Jun 18 02:14:17 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3136B106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Jun 2008 02:14:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 1BF958FC1B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Jun 2008 02:14:17 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5I2EGU3039345
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 18 Jun 2008 02:14:16 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m5I2EGFY039344;
	Wed, 18 Jun 2008 02:14:16 GMT
	(envelope-from nobody)
Message-Id: <200806180214.m5I2EGFY039344@www.freebsd.org>
Date: Wed, 18 Jun 2008 02:14:16 GMT
From: Zhen REN <bg1tpt@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] update mail/phpmailer to 2.0.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124694
>Category:       ports
>Synopsis:       [UPDATE] update mail/phpmailer to 2.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lippe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 18 02:20:06 UTC 2008
>Closed-Date:    Sun Jul 06 23:30:49 UTC 2008
>Last-Modified:  Sun Jul 06 23:30:49 UTC 2008
>Originator:     Zhen REN
>Release:        7.0-STABLE
>Organization:
>Environment:
FreeBSD razor 7.0-STABLE FreeBSD 7.0-STABLE #0: Tue May 22 10:54:26 CST 2008     root@razor:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update mail/phpmailer to 2.0.2
>How-To-Repeat:
N/A
>Fix:
N/A

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/phpmailer/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	29 Feb 2008 05:52:33 -0000	1.2
+++ Makefile	18 Jun 2008 00:28:44 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	phpmailer
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.2
 CATEGORIES=	mail
 MASTER_SITES=	SF
 DISTNAME=	PHPMailer_v${DISTVERSION}
@@ -14,7 +14,7 @@
 MAINTAINER=	bg1tpt@gmail.com
 COMMENT=	Full Featured Email Transfer Class for PHP
 
-WRKSRC=		${WRKDIR}/${DISTNAME}
+WRKSRC=		${WRKDIR}
 
 USE_DOS2UNIX=	yes
 NO_BUILD=	yes
@@ -39,6 +39,8 @@
 .for f in README LICENSE
 	@${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
 .endfor
+	@${MKDIR} ${EXAMPLESDIR}
+	@${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
 	@${CP} -R ${WRKSRC}/docs/* ${DOCSDIR}
 	@${CP} -R ${WRKSRC}/phpdoc/* ${DOCSDIR}
 .endif
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/phpmailer/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	29 Feb 2008 05:52:33 -0000	1.2
+++ distinfo	18 Jun 2008 00:07:08 -0000
@@ -1,3 +1,3 @@
-MD5 (PHPMailer_v2.0.0.tar.gz) = 1fba7b3b8f67197c371da2f791d517de
-SHA256 (PHPMailer_v2.0.0.tar.gz) = 7ac780a42e084f73c6cb11934dd0b2ae3f36bbd434d14a317590fffc8533d682
-SIZE (PHPMailer_v2.0.0.tar.gz) = 92636
+MD5 (PHPMailer_v2.0.2.tar.gz) = e7b5e62e4790af763e756b79c9dba012
+SHA256 (PHPMailer_v2.0.2.tar.gz) = eabd4ee53c9e454807e92ec8b593b1e709795a8cff70de232018d7448cf2b99d
+SIZE (PHPMailer_v2.0.2.tar.gz) = 97031
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/mail/phpmailer/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	29 Feb 2008 05:52:33 -0000	1.2
+++ pkg-plist	18 Jun 2008 01:53:53 -0000
@@ -16,8 +16,20 @@
 %%PORTDOCS%%%%DOCSDIR%%/media/banner.css
 %%PORTDOCS%%%%DOCSDIR%%/media/stylesheet.css
 %%PORTDOCS%%%%DOCSDIR%%/packages.html
+%%PORTDOCS%%%%DOCSDIR%%/phpmailer_sm.gif
 %%PORTDOCS%%%%DOCSDIR%%/pop3_article.txt
 %%PORTDOCS%%%%DOCSDIR%%/use_gmail.txt
+%%PORTDOCS%%%%EXAMPLESDIR%%/contents.html
+%%PORTDOCS%%%%EXAMPLESDIR%%/index.html
+%%PORTDOCS%%%%EXAMPLESDIR%%/pop3_before_smtp_test.php
+%%PORTDOCS%%%%EXAMPLESDIR%%/test_gmail.php
+%%PORTDOCS%%%%EXAMPLESDIR%%/test_mail.php
+%%PORTDOCS%%%%EXAMPLESDIR%%/test_sendmail.php
+%%PORTDOCS%%%%EXAMPLESDIR%%/test_smtp.php
+%%PORTDOCS%%%%EXAMPLESDIR%%/images/bkgrnd.gif
+%%PORTDOCS%%%%EXAMPLESDIR%%/images/phpmailer.gif
+%%PORTDOCS%%%%EXAMPLESDIR%%/images/phpmailer.png
+%%PORTDOCS%%%%EXAMPLESDIR%%/images/phpmailer_mini.gif
 %%DATADIR%%/class.phpmailer.php
 %%DATADIR%%/class.pop3.php
 %%DATADIR%%/class.smtp.php
@@ -51,3 +63,5 @@
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/media
 %%PORTDOCS%%@dirrm %%DOCSDIR%%/PHPMailer
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/images
+%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lippe 
Responsible-Changed-By: lippe 
Responsible-Changed-When: Wed Jun 18 20:38:24 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

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

From: Felippe de Meirelles Motta <lippe@FreeBSD.org>
To: bug-followup@FreeBSD.org, Zhen REN <bg1tpt@gmail.com>
Cc:  
Subject: Re: ports/124694: [UPDATE] update mail/phpmailer to 2.0.2
Date: Wed, 18 Jun 2008 18:41:24 -0300

 --Sig_/Ygg8LqgAPf5VrWOpyYfG1Cj
 Content-Type: multipart/mixed; boundary="MP_/hIx8vQh/SJXuTfwHUO+62NA"
 
 --MP_/hIx8vQh/SJXuTfwHUO+62NA
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 Hi Maintainer,
 
 I made a new patch, its attached! Respecting now PORTEXAMPLES.
 
 Thanks!
 
 --=20
 lippe@FreeBSD.org
 Felippe de Meirelles Motta
 
 --MP_/hIx8vQh/SJXuTfwHUO+62NA
 Content-Type: text/x-patch; name=phpmailer.diff
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment; filename=phpmailer.diff
 
 Index: mail/phpmailer/Makefile
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /home/pcvs/ports/mail/phpmailer/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- mail/phpmailer/Makefile	29 Feb 2008 05:52:33 -0000	1.2
 +++ mail/phpmailer/Makefile	18 Jun 2008 21:39:40 -0000
 @@ -6,7 +6,7 @@
  #
 =20
  PORTNAME=3D	phpmailer
 -PORTVERSION=3D	2.0.0
 +PORTVERSION=3D	2.0.2
  CATEGORIES=3D	mail
  MASTER_SITES=3D	SF
  DISTNAME=3D	PHPMailer_v${DISTVERSION}
 @@ -14,7 +14,7 @@
  MAINTAINER=3D	bg1tpt@gmail.com
  COMMENT=3D	Full Featured Email Transfer Class for PHP
 =20
 -WRKSRC=3D		${WRKDIR}/${DISTNAME}
 +WRKSRC=3D		${WRKDIR}
 =20
  USE_DOS2UNIX=3D	yes
  NO_BUILD=3D	yes
 @@ -42,6 +42,10 @@
  	@${CP} -R ${WRKSRC}/docs/* ${DOCSDIR}
  	@${CP} -R ${WRKSRC}/phpdoc/* ${DOCSDIR}
  .endif
 +.if !defined(NOPORTEXAMPLES)
 +	@${MKDIR} ${EXAMPLESDIR}
 +	@${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
 +.endif
 =20
  post-install:
  	@${SED} ${MSG_SUB:S/$/!g/:S/^/ -e s!%%/:S/=3D/%%!/} ${MSG_SRC} > \
 Index: mail/phpmailer/distinfo
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /home/pcvs/ports/mail/phpmailer/distinfo,v
 retrieving revision 1.2
 diff -u -r1.2 distinfo
 --- mail/phpmailer/distinfo	29 Feb 2008 05:52:33 -0000	1.2
 +++ mail/phpmailer/distinfo	18 Jun 2008 21:39:40 -0000
 @@ -1,3 +1,3 @@
 -MD5 (PHPMailer_v2.0.0.tar.gz) =3D 1fba7b3b8f67197c371da2f791d517de
 -SHA256 (PHPMailer_v2.0.0.tar.gz) =3D 7ac780a42e084f73c6cb11934dd0b2ae3f36b=
 bd434d14a317590fffc8533d682
 -SIZE (PHPMailer_v2.0.0.tar.gz) =3D 92636
 +MD5 (PHPMailer_v2.0.2.tar.gz) =3D e7b5e62e4790af763e756b79c9dba012
 +SHA256 (PHPMailer_v2.0.2.tar.gz) =3D eabd4ee53c9e454807e92ec8b593b1e709795=
 a8cff70de232018d7448cf2b99d
 +SIZE (PHPMailer_v2.0.2.tar.gz) =3D 97031
 Index: mail/phpmailer/pkg-plist
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /home/pcvs/ports/mail/phpmailer/pkg-plist,v
 retrieving revision 1.2
 diff -u -r1.2 pkg-plist
 --- mail/phpmailer/pkg-plist	29 Feb 2008 05:52:33 -0000	1.2
 +++ mail/phpmailer/pkg-plist	18 Jun 2008 21:39:40 -0000
 @@ -16,8 +16,20 @@
  %%PORTDOCS%%%%DOCSDIR%%/media/banner.css
  %%PORTDOCS%%%%DOCSDIR%%/media/stylesheet.css
  %%PORTDOCS%%%%DOCSDIR%%/packages.html
 +%%PORTDOCS%%%%DOCSDIR%%/phpmailer_sm.gif
  %%PORTDOCS%%%%DOCSDIR%%/pop3_article.txt
  %%PORTDOCS%%%%DOCSDIR%%/use_gmail.txt
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/contents.html
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pop3_before_smtp_test.php
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_gmail.php
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_mail.php
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_sendmail.php
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp.php
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/bkgrnd.gif
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer.gif
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer.png
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer_mini.gif
  %%DATADIR%%/class.phpmailer.php
  %%DATADIR%%/class.pop3.php
  %%DATADIR%%/class.smtp.php
 @@ -51,3 +63,5 @@
  %%PORTDOCS%%@dirrm %%DOCSDIR%%/media
  %%PORTDOCS%%@dirrm %%DOCSDIR%%/PHPMailer
  %%PORTDOCS%%@dirrm %%DOCSDIR%%
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/images
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
 
 --MP_/hIx8vQh/SJXuTfwHUO+62NA--
 
 --Sig_/Ygg8LqgAPf5VrWOpyYfG1Cj
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Disposition: attachment; filename=signature.asc
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.8 (FreeBSD)
 
 iEYEARECAAYFAkhZgQQACgkQEv+IlQvbYkoZfQCfZkQsGo35BoPFuStfdhif+IJU
 s9oAoISoqta8CobvmNWmiep1EKMVePTa
 =6cm6
 -----END PGP SIGNATURE-----
 
 --Sig_/Ygg8LqgAPf5VrWOpyYfG1Cj--
State-Changed-From-To: open->feedback 
State-Changed-By: lippe 
State-Changed-When: Wed Jun 18 22:24:08 UTC 2008 
State-Changed-Why:  
Ask for maintainer approval. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124694: commit references a PR
Date: Sun,  6 Jul 2008 23:28:57 +0000 (UTC)

 lippe       2008-07-06 23:28:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     mail/phpmailer       Makefile distinfo pkg-plist 
   Log:
   - Update to 2.0.2.
   
   PR:             ports/124694
   Submitted by:   Zhen REN <bg1tpt@gmail.com> (maintainer)
   Approved by:    gabor (mentor, implicit)
   
   Revision  Changes    Path
   1.3       +6 -2      ports/mail/phpmailer/Makefile
   1.3       +3 -3      ports/mail/phpmailer/distinfo
   1.3       +14 -0     ports/mail/phpmailer/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: feedback->closed 
State-Changed-By: lippe 
State-Changed-When: Sun Jul 6 23:30:48 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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