FreeBSD Bugzilla – Attachment 135500 Details for
Bug 180397
[MAINTAINER] mail/phpmailer: update to 5.2.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
phpmailer-5.2.6.patch
phpmailer-5.2.6.patch (text/plain), 9.77 KB, created by
joehorn
on 2013-07-09 03:30:00 UTC
(
hide
)
Description:
phpmailer-5.2.6.patch
Filename:
MIME Type:
Creator:
joehorn
Created:
2013-07-09 03:30:00 UTC
Size:
9.77 KB
patch
obsolete
>diff -ruN /usr/ports/mail/phpmailer/Makefile ./Makefile >--- /usr/ports/mail/phpmailer/Makefile 2013-06-10 02:38:13.000000000 +0800 >+++ ./Makefile 2013-07-08 16:29:48.000000000 +0800 >@@ -2,28 +2,28 @@ > # $FreeBSD: mail/phpmailer/Makefile 320374 2013-06-09 18:38:13Z miwi $ > > PORTNAME= phpmailer >-PORTVERSION= 5.2.2 >+PORTVERSION= 5.2.6 > CATEGORIES= mail >-MASTER_SITES= http://${PORTNAME}.apache-extras.org.codespot.com/files/ >-DISTNAME= PHPMailer_${PORTVERSION} >+MASTER_SITES= https://github.com/Synchro/PHPMailer/archive/ >+DISTNAME= v${PORTVERSION} > > MAINTAINER= joehorn@gmail.com > COMMENT= Full Featured Email Transfer Class for PHP > > LICENSE= LGPL3 > >-WRKSRC= ${WRKDIR}/${DISTNAME} >+WRKSRC= ${WRKDIR}/PHPMailer-${PORTVERSION} > >-USE_ZIP= yes >+FETCH_ARGS= -Fpr > USE_DOS2UNIX= yes > NO_BUILD= yes >-USE_PHP= pcre >+USE_PHP= yes > > SUB_FILES= pkg-message > > do-install: > @${MKDIR} ${DATADIR} >-.for f in class.phpmailer.php class.pop3.php class.smtp.php >+.for f in class.phpmailer.php class.pop3.php class.smtp.php composer.json > @${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR} > .endfor > .for d in extras language test >@@ -34,7 +34,7 @@ > > .if !defined(NOPORTDOCS) > @${MKDIR} ${DOCSDIR} >-.for f in changelog.txt README LICENSE >+.for f in changelog.md README.md LICENSE > @${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR} > .endfor > @${CP} -R ${WRKSRC}/docs/* ${DOCSDIR} >diff -ruN /usr/ports/mail/phpmailer/distinfo ./distinfo >--- /usr/ports/mail/phpmailer/distinfo 2012-12-16 14:19:48.000000000 +0800 >+++ ./distinfo 2013-07-08 16:14:52.000000000 +0800 >@@ -1,2 +1,2 @@ >-SHA256 (PHPMailer_5.2.2.zip) = ae30f513407a3ae0e906306d95c385a26c1aa5d4c8e2a046480538e0527dc914 >-SIZE (PHPMailer_5.2.2.zip) = 719734 >+SHA256 (v5.2.6.tar.gz) = a013aaee52f6c7c7c0b4043db1db02dcaf9a58df93faba647ae78015b6b2a7da >+SIZE (v5.2.6.tar.gz) = 196379 >diff -ruN /usr/ports/mail/phpmailer/pkg-plist ./pkg-plist >--- /usr/ports/mail/phpmailer/pkg-plist 2012-12-16 14:19:48.000000000 +0800 >+++ ./pkg-plist 2013-07-09 10:15:30.000000000 +0800 >@@ -2,108 +2,11 @@ > %%PORTDOCS%%%%DOCSDIR%%/DomainKeys_notes.txt > %%PORTDOCS%%%%DOCSDIR%%/LICENSE > %%PORTDOCS%%%%DOCSDIR%%/Note_for_SMTP_debugging.txt >-%%PORTDOCS%%%%DOCSDIR%%/README >-%%PORTDOCS%%%%DOCSDIR%%/changelog.txt >+%%PORTDOCS%%%%DOCSDIR%%/README.md >+%%PORTDOCS%%%%DOCSDIR%%/changelog.md > %%PORTDOCS%%%%DOCSDIR%%/extending.html > %%PORTDOCS%%%%DOCSDIR%%/faq.html >-%%PORTDOCS%%%%DOCSDIR%%/makedocs2.sh >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/classes.svg >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/classes/PHPMailer.html >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/classes/POP3.html >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/classes/SMTP.html >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/classes/phpmailerException.html >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/css/bootstrap-responsive.css >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/css/bootstrap-responsive.min.css >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/css/bootstrap.css >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/css/bootstrap.min.css >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/css/jquery.iviewer.css >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/css/prettify.css >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/css/template.css >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/deprecated.html >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/errors.html >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/graph_class.html >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/apple-touch-icon-114x114.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/apple-touch-icon-72x72.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/apple-touch-icon.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/favicon.ico >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/glyphicons-halflings-white.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/glyphicons-halflings.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/arrow_down.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/arrow_right.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/class.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/constant.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/favicon.ico >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/file-php.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/file.gif >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/folder.gif >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/function.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/icon-folder-open-big.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/icon-th-big.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/icon_template.svg >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/interface.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/method.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/ok.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/property.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/search.gif >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/variable.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/view_source.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/visibility_private.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/visibility_protected.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/icons/visibility_public.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/iviewer/grab.cur >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/iviewer/hand.cur >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/iviewer/iviewer.rotate_left.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/iviewer/iviewer.rotate_right.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/iviewer/iviewer.zoom_fit.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/iviewer/iviewer.zoom_fit2.gif >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/iviewer/iviewer.zoom_in.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/iviewer/iviewer.zoom_in2.gif >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/iviewer/iviewer.zoom_out.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/iviewer/iviewer.zoom_out2.gif >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/iviewer/iviewer.zoom_zero.png >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/iviewer/iviewer.zoom_zero2.gif >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/img/loader.gif >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/index.html >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/SVGPan.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/bootstrap.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/bootstrap.min.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/jquery-1.4.2.min.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/jquery-1.7.1.min.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/jquery-ui-1.8.2.custom.min.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/jquery.cookie.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/jquery.iviewer.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/jquery.iviewer.min.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/jquery.mousewheel.min.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/jquery.panzoom.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/jquery.splitter.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/jquery.tools.min.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/jquery.treeview.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/menu.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-apollo.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-clj.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-css.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-go.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-hs.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-lisp.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-lua.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-ml.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-n.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-proto.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-scala.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-sql.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-tex.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-vb.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-vhdl.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-wiki.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-xq.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/lang-yaml.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/prettify/prettify.min.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/sidebar.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/js/template.js >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/markers.html >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/namespaces/global.html >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/packages/PHPMailer.html >-%%PORTDOCS%%%%DOCSDIR%%/phpdoc/structure.xml >+%%PORTDOCS%%%%DOCSDIR%%/generatedocs.sh > %%PORTDOCS%%%%DOCSDIR%%/pop3_article.txt > %%PORTDOCS%%%%DOCSDIR%%/use_gmail.txt > %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contents.html >@@ -126,7 +29,8 @@ > %%DATADIR%%/class.phpmailer.php > %%DATADIR%%/class.pop3.php > %%DATADIR%%/class.smtp.php >-%%DATADIR%%/extras/class.html2text.inc >+%%DATADIR%%/composer.json >+%%DATADIR%%/extras/class.html2text.php > %%DATADIR%%/extras/htmlfilter.php > %%DATADIR%%/extras/ntlm_sasl_client.php > %%DATADIR%%/language/phpmailer.lang-ar.php >@@ -136,11 +40,13 @@ > %%DATADIR%%/language/phpmailer.lang-cz.php > %%DATADIR%%/language/phpmailer.lang-de.php > %%DATADIR%%/language/phpmailer.lang-dk.php >+%%DATADIR%%/language/phpmailer.lang-eo.php > %%DATADIR%%/language/phpmailer.lang-es.php > %%DATADIR%%/language/phpmailer.lang-et.php > %%DATADIR%%/language/phpmailer.lang-fi.php > %%DATADIR%%/language/phpmailer.lang-fo.php > %%DATADIR%%/language/phpmailer.lang-fr.php >+%%DATADIR%%/language/phpmailer.lang-he.php > %%DATADIR%%/language/phpmailer.lang-hu.php > %%DATADIR%%/language/phpmailer.lang-it.php > %%DATADIR%%/language/phpmailer.lang-ja.php >@@ -155,9 +61,12 @@ > %%DATADIR%%/language/phpmailer.lang-zh.php > %%DATADIR%%/language/phpmailer.lang-zh_cn.php > %%DATADIR%%/test/contents.html >+%%DATADIR%%/test/fakesendmail.sh >+%%DATADIR%%/test/phpmailerLangTest.php > %%DATADIR%%/test/phpmailerTest.php > %%DATADIR%%/test/test.png > %%DATADIR%%/test/test_callback.php >+%%DATADIR%%/test/testbootstrap-dist.php > %%DATADIR%%/test/testemail.php > %%DATADIR%%/test_script/LGPLv3.txt > %%DATADIR%%/test_script/contents.html >@@ -213,14 +122,4 @@ > @dirrm %%DATADIR%% > %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/images > %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/phpdoc/packages >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/phpdoc/namespaces >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/phpdoc/js/prettify >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/phpdoc/js >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/phpdoc/img/iviewer >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/phpdoc/img/icons >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/phpdoc/img >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/phpdoc/css >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/phpdoc/classes >-%%PORTDOCS%%@dirrm %%DOCSDIR%%/phpdoc > %%PORTDOCS%%@dirrm %%DOCSDIR%%
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 180397
: 135500