Index: branches/2016Q4/mail/phpmailer/Makefile =================================================================== --- branches/2016Q4/mail/phpmailer/Makefile (revision 429580) +++ branches/2016Q4/mail/phpmailer/Makefile (revision 429581) @@ -1,49 +1,42 @@ # Created by: Zhen REN # $FreeBSD$ PORTNAME= phpmailer PORTVERSION= 5.2.18 DISTVERSIONPREFIX= v CATEGORIES= mail MAINTAINER= tz@FreeBSD.org COMMENT= Full Featured Email Transfer Class for PHP LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= PHPMailer GH_PROJECT= PHPMailer NO_BUILD= yes NO_ARCH= yes USES= dos2unix php SUB_FILES= pkg-message -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= EXAMPLES do-install: @${MKDIR} ${STAGEDIR}${DATADIR} .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 @${MKDIR} ${STAGEDIR}${DATADIR}/$d ${INSTALL_DATA} ${WRKSRC}/$d/* ${STAGEDIR}${DATADIR}/$d .endfor - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in changelog.md README.md - ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} -.endfor - @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} do-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include Index: branches/2016Q4/mail/phpmailer/pkg-plist =================================================================== --- branches/2016Q4/mail/phpmailer/pkg-plist (revision 429580) +++ branches/2016Q4/mail/phpmailer/pkg-plist (revision 429581) @@ -1,109 +1,101 @@ -%%PORTDOCS%%%%DOCSDIR%%/Callback_function_notes.txt -%%PORTDOCS%%%%DOCSDIR%%/DomainKeys_notes.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/Note_for_SMTP_debugging.txt -%%PORTDOCS%%%%DOCSDIR%%/README.md -%%PORTDOCS%%%%DOCSDIR%%/changelog.md -%%PORTDOCS%%%%DOCSDIR%%/extending.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/generatedocs.sh -%%PORTDOCS%%%%DOCSDIR%%/pop3_article.txt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/DKIM.phps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/code_generator.phps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contents.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/contentsutf8.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/exceptions.phps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gmail.phps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/gmail_xoauth.phps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/images/phpmailer_mini.png %%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html %%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%%/send_file_upload.phps +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/send_multiple_file_upload.phps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sendmail.phps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/signed-mail.phps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smtp.phps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smtp_check.phps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smtp_no_auth.phps %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl_options.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/README.md %%DATADIR%%/extras/htmlfilter.php %%DATADIR%%/extras/ntlm_sasl_client.php %%DATADIR%%/language/phpmailer.lang-am.php %%DATADIR%%/language/phpmailer.lang-ar.php %%DATADIR%%/language/phpmailer.lang-az.php %%DATADIR%%/language/phpmailer.lang-be.php %%DATADIR%%/language/phpmailer.lang-bg.php %%DATADIR%%/language/phpmailer.lang-ca.php %%DATADIR%%/language/phpmailer.lang-ch.php %%DATADIR%%/language/phpmailer.lang-cs.php %%DATADIR%%/language/phpmailer.lang-da.php %%DATADIR%%/language/phpmailer.lang-de.php %%DATADIR%%/language/phpmailer.lang-el.php %%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 %%DATADIR%%/language/phpmailer.lang-gl.php %%DATADIR%%/language/phpmailer.lang-he.php %%DATADIR%%/language/phpmailer.lang-hr.php %%DATADIR%%/language/phpmailer.lang-hu.php %%DATADIR%%/language/phpmailer.lang-id.php %%DATADIR%%/language/phpmailer.lang-it.php %%DATADIR%%/language/phpmailer.lang-ja.php %%DATADIR%%/language/phpmailer.lang-ka.php %%DATADIR%%/language/phpmailer.lang-ko.php %%DATADIR%%/language/phpmailer.lang-lt.php %%DATADIR%%/language/phpmailer.lang-lv.php %%DATADIR%%/language/phpmailer.lang-ms.php %%DATADIR%%/language/phpmailer.lang-nb.php %%DATADIR%%/language/phpmailer.lang-nl.php %%DATADIR%%/language/phpmailer.lang-pl.php %%DATADIR%%/language/phpmailer.lang-pt.php %%DATADIR%%/language/phpmailer.lang-pt_br.php %%DATADIR%%/language/phpmailer.lang-ro.php %%DATADIR%%/language/phpmailer.lang-ru.php %%DATADIR%%/language/phpmailer.lang-sk.php %%DATADIR%%/language/phpmailer.lang-sl.php %%DATADIR%%/language/phpmailer.lang-sr.php %%DATADIR%%/language/phpmailer.lang-sv.php %%DATADIR%%/language/phpmailer.lang-tr.php %%DATADIR%%/language/phpmailer.lang-uk.php %%DATADIR%%/language/phpmailer.lang-vi.php %%DATADIR%%/language/phpmailer.lang-zh.php %%DATADIR%%/language/phpmailer.lang-zh_cn.php Index: branches/2016Q4 =================================================================== --- branches/2016Q4 (revision 429580) +++ branches/2016Q4 (revision 429581) Property changes on: branches/2016Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r429573