From owner-svn-ports-branches@freebsd.org Tue Dec 27 03:40:35 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D689C929BE; Tue, 27 Dec 2016 03:40:35 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2BDD41217; Tue, 27 Dec 2016 03:40:35 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBR3eYl2066006; Tue, 27 Dec 2016 03:40:34 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBR3eYEB066004; Tue, 27 Dec 2016 03:40:34 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201612270340.uBR3eYEB066004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Tue, 27 Dec 2016 03:40:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r429581 - branches/2016Q4/mail/phpmailer X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2016 03:40:35 -0000 Author: junovitch Date: Tue Dec 27 03:40:34 2016 New Revision: 429581 URL: https://svnweb.freebsd.org/changeset/ports/429581 Log: MFH: r429573 Fix build WITH=DOCS. Pointy hat: brnrd Sponsored by: Absolight Approved by: ports-secteam (with hat) Modified: branches/2016Q4/mail/phpmailer/Makefile branches/2016Q4/mail/phpmailer/pkg-plist Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/mail/phpmailer/Makefile ============================================================================== --- branches/2016Q4/mail/phpmailer/Makefile Tue Dec 27 03:17:38 2016 (r429580) +++ branches/2016Q4/mail/phpmailer/Makefile Tue Dec 27 03:40:34 2016 (r429581) @@ -22,7 +22,7 @@ USES= dos2unix php SUB_FILES= pkg-message -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= EXAMPLES do-install: @${MKDIR} ${STAGEDIR}${DATADIR} @@ -35,13 +35,6 @@ do-install: ${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} Modified: branches/2016Q4/mail/phpmailer/pkg-plist ============================================================================== --- branches/2016Q4/mail/phpmailer/pkg-plist Tue Dec 27 03:17:38 2016 (r429580) +++ branches/2016Q4/mail/phpmailer/pkg-plist Tue Dec 27 03:40:34 2016 (r429581) @@ -1,13 +1,4 @@ -%%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 @@ -26,6 +17,7 @@ %%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