From owner-svn-ports-all@FreeBSD.ORG Sat May 24 14:12:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C6ABE7E; Sat, 24 May 2014 14:12:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 1892E2F2A; Sat, 24 May 2014 14:12:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OECWD1019202; Sat, 24 May 2014 14:12:32 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4OECWKm019198; Sat, 24 May 2014 14:12:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201405241412.s4OECWKm019198@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 24 May 2014 14:12:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355034 - head/mail/phpmailer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 14:12:33 -0000 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 (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%%