Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 02:53:31 +0800 (CST)
From:      Joe Horn <joehorn@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/190032: [MAINTAINER] mail/phpmailer: update to 5.2.7
Message-ID:  <20140520185331.B620114871@www.joehorn.idv.tw>
Resent-Message-ID: <201405201900.s4KJ00vw018054@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190032
>Category:       ports
>Synopsis:       [MAINTAINER] mail/phpmailer: update to 5.2.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 20 19:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140520185331.B620114871>