Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Dec 2016 03:40:34 +0000 (UTC)
From:      Jason Unovitch <junovitch@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r429581 - branches/2016Q4/mail/phpmailer
Message-ID:  <201612270340.uBR3eYEB066004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612270340.uBR3eYEB066004>