From joehorn@gmail.com  Tue May 20 18:53:34 2014
Return-Path: <joehorn@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id BE792A1F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2014 18:53:34 +0000 (UTC)
Received: from mail-pb0-x236.google.com (mail-pb0-x236.google.com [IPv6:2607:f8b0:400e:c01::236])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK))
	by mx1.freebsd.org (Postfix) with ESMTPS id 942CE2522
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2014 18:53:34 +0000 (UTC)
Received: by mail-pb0-f54.google.com with SMTP id jt11so587532pbb.27
        for <FreeBSD-gnats-submit@freebsd.org>; Tue, 20 May 2014 11:53:34 -0700 (PDT)
Received: from www.joehorn.idv.tw (ec2-54-193-78-254.us-west-1.compute.amazonaws.com. [54.193.78.254])
        by mx.google.com with ESMTPSA id uy2sm4366121pbc.4.2014.05.20.11.53.32
        for <FreeBSD-gnats-submit@freebsd.org>
        (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
        Tue, 20 May 2014 11:53:33 -0700 (PDT)
Received: by www.joehorn.idv.tw (Postfix, from userid 0)
	id B620114871; Wed, 21 May 2014 02:53:31 +0800 (CST)
Message-Id: <20140520185331.B620114871@www.joehorn.idv.tw>
Date: Wed, 21 May 2014 02:53:31 +0800 (CST)
From: Joe Horn <joehorn@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] mail/phpmailer: update to 5.2.7
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         190032
>Category:       ports
>Synopsis:       [MAINTAINER] mail/phpmailer: update to 5.2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 19:00:00 UTC 2014
>Closed-Date:    Sat May 24 16:03:57 UTC 2014
>Last-Modified:  Sat May 24 16:03:57 UTC 2014
>Originator:     Joe Horn
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
Taiwanese user
>Environment:
System: FreeBSD www.joehorn.idv.tw 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC
>Description:
- Update to 5.2.7

Generated with FreeBSD Port Tools 1.01 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- phpmailer-5.2.7.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 354666)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	phpmailer
-PORTVERSION=	5.2.6
+PORTVERSION=	5.2.7
 CATEGORIES=	mail
 MASTER_SITES=	https://github.com/Synchro/PHPMailer/archive/
 DISTNAME=	v${PORTVERSION}
@@ -22,7 +22,8 @@
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${DATADIR}
-.for f in class.phpmailer.php class.pop3.php class.smtp.php composer.json
+.for f in PHPMailerAutoload.php class.phpmailer.php class.pop3.php \
+	class.smtp.php composer.json
 	@${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR}
 .endfor
 .for d in extras language test
@@ -29,7 +30,6 @@
 	@${MKDIR} ${STAGEDIR}${DATADIR}/$d
 	@${INSTALL_DATA} ${WRKSRC}/$d/* ${STAGEDIR}${DATADIR}/$d
 .endfor
-	@${CP} -R ${WRKSRC}/test_script ${STAGEDIR}${DATADIR}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in changelog.md README.md LICENSE
 	@${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
Index: distinfo
===================================================================
--- distinfo	(revision 354666)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (v5.2.6.tar.gz) = a013aaee52f6c7c7c0b4043db1db02dcaf9a58df93faba647ae78015b6b2a7da
-SIZE (v5.2.6.tar.gz) = 196379
+SHA256 (v5.2.7.tar.gz) = 645eee4dff3da73487698f4b829743aa58026abb8ed4d7f72630e817aaaaaedf
+SIZE (v5.2.7.tar.gz) = 152319
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 354666)
+++ pkg-plist	(working copy)
@@ -8,28 +8,51 @@
 %%PORTDOCS%%%%DOCSDIR%%/faq.html
 %%PORTDOCS%%%%DOCSDIR%%/generatedocs.sh
 %%PORTDOCS%%%%DOCSDIR%%/pop3_article.txt
-%%PORTDOCS%%%%DOCSDIR%%/use_gmail.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/LGPLv3.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/code_generator.phps
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contents.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer.gif
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exceptions.phps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gmail.phps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer.png
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer_mini.gif
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_db_smtp_basic.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_mail_advanced.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_mail_basic.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_pop_before_smtp_advanced.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_pop_before_smtp_basic.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_sendmail_advanced.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_sendmail_basic.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp_advanced.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp_advanced_no_auth.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp_basic.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp_basic_no_auth.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp_gmail_advanced.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp_gmail_basic.php
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail.phps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mailing_list.phps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pop_before_smtp.phps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/XRegExp.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/shAutoloader.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/shBrushPhp.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/shCore.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/shLegacy.js
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sendmail.phps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smtp.phps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smtp_no_auth.phps
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCore.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreDefault.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreDjango.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreEclipse.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreEmacs.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreFadeToGrey.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreMDUltra.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreMidnight.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreRDark.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeAppleScript.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeDefault.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeDjango.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeEclipse.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeEmacs.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeFadeToGrey.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeMDUltra.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeMidnight.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeRDark.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeVisualStudio.css
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/wrapping.png
+%%DATADIR%%/PHPMailerAutoload.php
 %%DATADIR%%/class.phpmailer.php
 %%DATADIR%%/class.pop3.php
 %%DATADIR%%/class.smtp.php
 %%DATADIR%%/composer.json
+%%DATADIR%%/extras/EasyPeasyICS.php
 %%DATADIR%%/extras/class.html2text.php
 %%DATADIR%%/extras/htmlfilter.php
 %%DATADIR%%/extras/ntlm_sasl_client.php
@@ -43,6 +66,7 @@
 %%DATADIR%%/language/phpmailer.lang-eo.php
 %%DATADIR%%/language/phpmailer.lang-es.php
 %%DATADIR%%/language/phpmailer.lang-et.php
+%%DATADIR%%/language/phpmailer.lang-fa.php
 %%DATADIR%%/language/phpmailer.lang-fi.php
 %%DATADIR%%/language/phpmailer.lang-fo.php
 %%DATADIR%%/language/phpmailer.lang-fr.php
@@ -50,6 +74,7 @@
 %%DATADIR%%/language/phpmailer.lang-hu.php
 %%DATADIR%%/language/phpmailer.lang-it.php
 %%DATADIR%%/language/phpmailer.lang-ja.php
+%%DATADIR%%/language/phpmailer.lang-lt.php
 %%DATADIR%%/language/phpmailer.lang-nl.php
 %%DATADIR%%/language/phpmailer.lang-no.php
 %%DATADIR%%/language/phpmailer.lang-pl.php
@@ -58,68 +83,22 @@
 %%DATADIR%%/language/phpmailer.lang-se.php
 %%DATADIR%%/language/phpmailer.lang-sk.php
 %%DATADIR%%/language/phpmailer.lang-tr.php
+%%DATADIR%%/language/phpmailer.lang-uk.php
 %%DATADIR%%/language/phpmailer.lang-zh.php
 %%DATADIR%%/language/phpmailer.lang-zh_cn.php
-%%DATADIR%%/test/contents.html
+%%DATADIR%%/test/fakepopserver.sh
 %%DATADIR%%/test/fakesendmail.sh
 %%DATADIR%%/test/phpmailerLangTest.php
 %%DATADIR%%/test/phpmailerTest.php
-%%DATADIR%%/test/test.png
+%%DATADIR%%/test/runfakepopserver.sh
 %%DATADIR%%/test/test_callback.php
 %%DATADIR%%/test/testbootstrap-dist.php
-%%DATADIR%%/test/testemail.php
-%%DATADIR%%/test_script/LGPLv3.txt
-%%DATADIR%%/test_script/contents.html
-%%DATADIR%%/test_script/images/aikido.gif
-%%DATADIR%%/test_script/images/bkgrnd.gif
-%%DATADIR%%/test_script/images/phpmailer.gif
-%%DATADIR%%/test_script/index.php
-%%DATADIR%%/test_script/scripts/clipboard.swf
-%%DATADIR%%/test_script/scripts/shBrushBash.js
-%%DATADIR%%/test_script/scripts/shBrushCSharp.js
-%%DATADIR%%/test_script/scripts/shBrushCpp.js
-%%DATADIR%%/test_script/scripts/shBrushCss.js
-%%DATADIR%%/test_script/scripts/shBrushDelphi.js
-%%DATADIR%%/test_script/scripts/shBrushDiff.js
-%%DATADIR%%/test_script/scripts/shBrushGroovy.js
-%%DATADIR%%/test_script/scripts/shBrushJScript.js
-%%DATADIR%%/test_script/scripts/shBrushJava.js
-%%DATADIR%%/test_script/scripts/shBrushPerl.js
-%%DATADIR%%/test_script/scripts/shBrushPhp.js
-%%DATADIR%%/test_script/scripts/shBrushPlain.js
-%%DATADIR%%/test_script/scripts/shBrushPython.js
-%%DATADIR%%/test_script/scripts/shBrushRuby.js
-%%DATADIR%%/test_script/scripts/shBrushScala.js
-%%DATADIR%%/test_script/scripts/shBrushSql.js
-%%DATADIR%%/test_script/scripts/shBrushVb.js
-%%DATADIR%%/test_script/scripts/shBrushXml.js
-%%DATADIR%%/test_script/scripts/shCore.js
-%%DATADIR%%/test_script/scripts/shLegacy.js
-%%DATADIR%%/test_script/src/shCore.js
-%%DATADIR%%/test_script/src/shLegacy.js
-%%DATADIR%%/test_script/styles/help.png
-%%DATADIR%%/test_script/styles/magnifier.png
-%%DATADIR%%/test_script/styles/page_white_code.png
-%%DATADIR%%/test_script/styles/page_white_copy.png
-%%DATADIR%%/test_script/styles/printer.png
-%%DATADIR%%/test_script/styles/shCore.css
-%%DATADIR%%/test_script/styles/shThemeDefault.css
-%%DATADIR%%/test_script/styles/shThemeDjango.css
-%%DATADIR%%/test_script/styles/shThemeEmacs.css
-%%DATADIR%%/test_script/styles/shThemeFadeToGrey.css
-%%DATADIR%%/test_script/styles/shThemeMidnight.css
-%%DATADIR%%/test_script/styles/shThemeRDark.css
-%%DATADIR%%/test_script/styles/wrapping.png
-%%DATADIR%%/test_script/test.html
-@dirrm %%DATADIR%%/test_script/styles
-@dirrm %%DATADIR%%/test_script/src
-@dirrm %%DATADIR%%/test_script/scripts
-@dirrm %%DATADIR%%/test_script/images
-@dirrm %%DATADIR%%/test_script
-@dirrm %%DATADIR%%/test
-@dirrm %%DATADIR%%/language
-@dirrm %%DATADIR%%/extras
-@dirrm %%DATADIR%%
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/images
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/images
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/scripts
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%/styles
+%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%%
+@dirrmtry %%DATADIR%%/extras
+@dirrmtry %%DATADIR%%/language
+@dirrmtry %%DATADIR%%/test
+@dirrmtry %%DATADIR%%
--- phpmailer-5.2.7.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue May 20 19:00:05 UTC 2014 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/190032: commit references a PR
Date: Sat, 24 May 2014 14:12:37 +0000 (UTC)

 Author: sunpoet
 Date: Sat May 24 14:12:32 2014
 New Revision: 355034
 URL: http://svnweb.freebsd.org/changeset/ports/355034
 QAT: https://qat.redports.org/buildarchive/r355034/
 
 Log:
   - Update to 5.2.7
   - While I'm here:
     - Add DOCS and EXAMPLES to OPTIONS_DEFINE
     - Use USES=dos2unix
   
   Changes:	https://github.com/Synchro/PHPMailer/blob/master/changelog.md
   PR:		ports/190032
   Submitted by:	Joe Horn <joehorn@gmail.com> (maintainer)
 
 Modified:
   head/mail/phpmailer/Makefile
   head/mail/phpmailer/distinfo
   head/mail/phpmailer/pkg-plist
 
 Modified: head/mail/phpmailer/Makefile
 ==============================================================================
 --- head/mail/phpmailer/Makefile	Sat May 24 14:12:26 2014	(r355033)
 +++ head/mail/phpmailer/Makefile	Sat May 24 14:12:32 2014	(r355034)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	phpmailer
 -PORTVERSION=	5.2.6
 +PORTVERSION=	5.2.7
  CATEGORIES=	mail
  MASTER_SITES=	https://github.com/Synchro/PHPMailer/archive/
  DISTNAME=	v${PORTVERSION}
 @@ -12,24 +12,26 @@ COMMENT=	Full Featured Email Transfer Cl
  
  LICENSE=	LGPL3
  
 +OPTIONS_DEFINE=	DOCS EXAMPLES
 +
  WRKSRC=		${WRKDIR}/PHPMailer-${PORTVERSION}
  
 -USE_DOS2UNIX=	yes
  NO_BUILD=	yes
  USE_PHP=	yes
 +USES=		dos2unix
  
  SUB_FILES=	pkg-message
  
  do-install:
  	@${MKDIR} ${STAGEDIR}${DATADIR}
 -.for f in class.phpmailer.php class.pop3.php class.smtp.php composer.json
 +.for f in PHPMailerAutoload.php class.phpmailer.php class.pop3.php \
 +	class.smtp.php composer.json
  	@${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR}
  .endfor
  .for d in extras language test
  	@${MKDIR} ${STAGEDIR}${DATADIR}/$d
  	@${INSTALL_DATA} ${WRKSRC}/$d/* ${STAGEDIR}${DATADIR}/$d
  .endfor
 -	@${CP} -R ${WRKSRC}/test_script ${STAGEDIR}${DATADIR}
  	@${MKDIR} ${STAGEDIR}${DOCSDIR}
  .for f in changelog.md README.md LICENSE
  	@${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
 
 Modified: head/mail/phpmailer/distinfo
 ==============================================================================
 --- head/mail/phpmailer/distinfo	Sat May 24 14:12:26 2014	(r355033)
 +++ head/mail/phpmailer/distinfo	Sat May 24 14:12:32 2014	(r355034)
 @@ -1,2 +1,2 @@
 -SHA256 (v5.2.6.tar.gz) = a013aaee52f6c7c7c0b4043db1db02dcaf9a58df93faba647ae78015b6b2a7da
 -SIZE (v5.2.6.tar.gz) = 196379
 +SHA256 (v5.2.7.tar.gz) = 645eee4dff3da73487698f4b829743aa58026abb8ed4d7f72630e817aaaaaedf
 +SIZE (v5.2.7.tar.gz) = 152319
 
 Modified: head/mail/phpmailer/pkg-plist
 ==============================================================================
 --- head/mail/phpmailer/pkg-plist	Sat May 24 14:12:26 2014	(r355033)
 +++ head/mail/phpmailer/pkg-plist	Sat May 24 14:12:32 2014	(r355034)
 @@ -8,28 +8,51 @@
  %%PORTDOCS%%%%DOCSDIR%%/faq.html
  %%PORTDOCS%%%%DOCSDIR%%/generatedocs.sh
  %%PORTDOCS%%%%DOCSDIR%%/pop3_article.txt
 -%%PORTDOCS%%%%DOCSDIR%%/use_gmail.txt
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/LGPLv3.txt
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/code_generator.phps
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contents.html
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer.gif
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/exceptions.phps
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gmail.phps
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer.png
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer_mini.gif
  %%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_db_smtp_basic.php
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_mail_advanced.php
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_mail_basic.php
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_pop_before_smtp_advanced.php
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_pop_before_smtp_basic.php
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_sendmail_advanced.php
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_sendmail_basic.php
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp_advanced.php
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp_advanced_no_auth.php
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp_basic.php
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp_basic_no_auth.php
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp_gmail_advanced.php
 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test_smtp_gmail_basic.php
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail.phps
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mailing_list.phps
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pop_before_smtp.phps
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/XRegExp.js
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/shAutoloader.js
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/shBrushPhp.js
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/shCore.js
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scripts/shLegacy.js
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sendmail.phps
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smtp.phps
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smtp_no_auth.phps
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCore.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreDefault.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreDjango.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreEclipse.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreEmacs.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreFadeToGrey.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreMDUltra.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreMidnight.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shCoreRDark.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeAppleScript.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeDefault.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeDjango.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeEclipse.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeEmacs.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeFadeToGrey.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeMDUltra.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeMidnight.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeRDark.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/shThemeVisualStudio.css
 +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styles/wrapping.png
 +%%DATADIR%%/PHPMailerAutoload.php
  %%DATADIR%%/class.phpmailer.php
  %%DATADIR%%/class.pop3.php
  %%DATADIR%%/class.smtp.php
  %%DATADIR%%/composer.json
 +%%DATADIR%%/extras/EasyPeasyICS.php
  %%DATADIR%%/extras/class.html2text.php
  %%DATADIR%%/extras/htmlfilter.php
  %%DATADIR%%/extras/ntlm_sasl_client.php
 @@ -43,6 +66,7 @@
  %%DATADIR%%/language/phpmailer.lang-eo.php
  %%DATADIR%%/language/phpmailer.lang-es.php
  %%DATADIR%%/language/phpmailer.lang-et.php
 +%%DATADIR%%/language/phpmailer.lang-fa.php
  %%DATADIR%%/language/phpmailer.lang-fi.php
  %%DATADIR%%/language/phpmailer.lang-fo.php
  %%DATADIR%%/language/phpmailer.lang-fr.php
 @@ -50,6 +74,7 @@
  %%DATADIR%%/language/phpmailer.lang-hu.php
  %%DATADIR%%/language/phpmailer.lang-it.php
  %%DATADIR%%/language/phpmailer.lang-ja.php
 +%%DATADIR%%/language/phpmailer.lang-lt.php
  %%DATADIR%%/language/phpmailer.lang-nl.php
  %%DATADIR%%/language/phpmailer.lang-no.php
  %%DATADIR%%/language/phpmailer.lang-pl.php
 @@ -58,68 +83,22 @@
  %%DATADIR%%/language/phpmailer.lang-se.php
  %%DATADIR%%/language/phpmailer.lang-sk.php
  %%DATADIR%%/language/phpmailer.lang-tr.php
 +%%DATADIR%%/language/phpmailer.lang-uk.php
  %%DATADIR%%/language/phpmailer.lang-zh.php
  %%DATADIR%%/language/phpmailer.lang-zh_cn.php
 -%%DATADIR%%/test/contents.html
 +%%DATADIR%%/test/fakepopserver.sh
  %%DATADIR%%/test/fakesendmail.sh
  %%DATADIR%%/test/phpmailerLangTest.php
  %%DATADIR%%/test/phpmailerTest.php
 -%%DATADIR%%/test/test.png
 +%%DATADIR%%/test/runfakepopserver.sh
  %%DATADIR%%/test/test_callback.php
  %%DATADIR%%/test/testbootstrap-dist.php
 -%%DATADIR%%/test/testemail.php
 -%%DATADIR%%/test_script/LGPLv3.txt
 -%%DATADIR%%/test_script/contents.html
 -%%DATADIR%%/test_script/images/aikido.gif
 -%%DATADIR%%/test_script/images/bkgrnd.gif
 -%%DATADIR%%/test_script/images/phpmailer.gif
 -%%DATADIR%%/test_script/index.php
 -%%DATADIR%%/test_script/scripts/clipboard.swf
 -%%DATADIR%%/test_script/scripts/shBrushBash.js
 -%%DATADIR%%/test_script/scripts/shBrushCSharp.js
 -%%DATADIR%%/test_script/scripts/shBrushCpp.js
 -%%DATADIR%%/test_script/scripts/shBrushCss.js
 -%%DATADIR%%/test_script/scripts/shBrushDelphi.js
 -%%DATADIR%%/test_script/scripts/shBrushDiff.js
 -%%DATADIR%%/test_script/scripts/shBrushGroovy.js
 -%%DATADIR%%/test_script/scripts/shBrushJScript.js
 -%%DATADIR%%/test_script/scripts/shBrushJava.js
 -%%DATADIR%%/test_script/scripts/shBrushPerl.js
 -%%DATADIR%%/test_script/scripts/shBrushPhp.js
 -%%DATADIR%%/test_script/scripts/shBrushPlain.js
 -%%DATADIR%%/test_script/scripts/shBrushPython.js
 -%%DATADIR%%/test_script/scripts/shBrushRuby.js
 -%%DATADIR%%/test_script/scripts/shBrushScala.js
 -%%DATADIR%%/test_script/scripts/shBrushSql.js
 -%%DATADIR%%/test_script/scripts/shBrushVb.js
 -%%DATADIR%%/test_script/scripts/shBrushXml.js
 -%%DATADIR%%/test_script/scripts/shCore.js
 -%%DATADIR%%/test_script/scripts/shLegacy.js
 -%%DATADIR%%/test_script/src/shCore.js
 -%%DATADIR%%/test_script/src/shLegacy.js
 -%%DATADIR%%/test_script/styles/help.png
 -%%DATADIR%%/test_script/styles/magnifier.png
 -%%DATADIR%%/test_script/styles/page_white_code.png
 -%%DATADIR%%/test_script/styles/page_white_copy.png
 -%%DATADIR%%/test_script/styles/printer.png
 -%%DATADIR%%/test_script/styles/shCore.css
 -%%DATADIR%%/test_script/styles/shThemeDefault.css
 -%%DATADIR%%/test_script/styles/shThemeDjango.css
 -%%DATADIR%%/test_script/styles/shThemeEmacs.css
 -%%DATADIR%%/test_script/styles/shThemeFadeToGrey.css
 -%%DATADIR%%/test_script/styles/shThemeMidnight.css
 -%%DATADIR%%/test_script/styles/shThemeRDark.css
 -%%DATADIR%%/test_script/styles/wrapping.png
 -%%DATADIR%%/test_script/test.html
 -@dirrm %%DATADIR%%/test_script/styles
 -@dirrm %%DATADIR%%/test_script/src
 -@dirrm %%DATADIR%%/test_script/scripts
 -@dirrm %%DATADIR%%/test_script/images
 -@dirrm %%DATADIR%%/test_script
  @dirrm %%DATADIR%%/test
  @dirrm %%DATADIR%%/language
  @dirrm %%DATADIR%%/extras
  @dirrm %%DATADIR%%
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/styles
 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/scripts
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/images
  %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
  %%PORTDOCS%%@dirrm %%DOCSDIR%%
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sat May 24 16:03:57 UTC 2014 
State-Changed-Why:  
Committed. Thanks! 

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