To make staging pass all tests, there is small change to mail/phplist. Fix: ---------------------------------------- snip ----------------------------------------
Responsible Changed From-To: freebsd-ports-bugs->cs I'll take it
Author: cs Date: Thu May 29 18:35:19 2014 New Revision: 355721 URL: http://svnweb.freebsd.org/changeset/ports/355721 QAT: https://qat.redports.org/buildarchive/r355721/ Log: Staging PR: ports/190264 Submitted by: Krzysztof Stryjek <ports@bsdserwis.com> (maintainer) Modified: head/mail/phplist/Makefile head/mail/phplist/pkg-plist Modified: head/mail/phplist/Makefile ============================================================================== --- head/mail/phplist/Makefile Thu May 29 18:23:08 2014 (r355720) +++ head/mail/phplist/Makefile Thu May 29 18:35:19 2014 (r355721) @@ -3,7 +3,7 @@ PORTNAME= phplist PORTVERSION= 3.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -15,6 +15,8 @@ RUN_DEPENDS= ${PEARDIR}/HTTP/Request.php USE_PHP= hash iconv imap mysql pcre session xml zlib NO_BUILD= yes +NO_ARCH= yes + PEARDIR?= ${LOCALBASE}/share/pear PORTDOCS= BUGS INSTALL NEWS PEOPLE README README.batches \ @@ -23,12 +25,12 @@ PORTDOCS= BUGS INSTALL NEWS PEOPLE READM README.usertables README.utf8 TODO UPGRADE VERSION \ phplist.sql -SUB_FILES= phplist pkg-message +SUB_FILES= phplist .include <bsd.port.options.mk> post-extract: - @${MV} ${WRKSRC}/public_html/lists/config/config.php ${WRKSRC}/public_html/lists/config/config.php-dist + @${MV} ${WRKSRC}/public_html/lists/config/config.php ${WRKSRC}/public_html/lists/config/config.php.sample do-install: @cd ${WRKSRC}/public_html/&&${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ @@ -37,6 +39,5 @@ do-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> Modified: head/mail/phplist/pkg-plist ============================================================================== --- head/mail/phplist/pkg-plist Thu May 29 18:23:08 2014 (r355720) +++ head/mail/phplist/pkg-plist Thu May 29 18:35:19 2014 (r355721) @@ -2868,7 +2868,7 @@ bin/phplist %%WWWDIR%%/lists/admin/viewtemplate.php %%WWWDIR%%/lists/admin/vote.php %%WWWDIR%%/lists/config/.htaccess -%%WWWDIR%%/lists/config/config.php-dist +@sample %%WWWDIR%%/lists/config/config.php.sample %%WWWDIR%%/lists/config/config_extended.php %%WWWDIR%%/lists/dl.php %%WWWDIR%%/lists/images/bg-button.gif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thank you very much.