From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 20 19:00:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 30A20C31 for ; Tue, 20 May 2014 19:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 07CBE2574 for ; Tue, 20 May 2014 19:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KJ00ii018055 for ; Tue, 20 May 2014 19:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4KJ00vw018054; Tue, 20 May 2014 19:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 20 May 2014 19:00:00 GMT Resent-Message-Id: <201405201900.s4KJ00vw018054@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joe Horn 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 ; 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 ; Tue, 20 May 2014 18:53:34 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id jt11so587532pbb.27 for ; 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 (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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/190032: [MAINTAINER] mail/phpmailer: update to 5.2.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 19:00:01 -0000 >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: