Date: Mon, 10 Aug 2015 22:12:41 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393914 - head/mail/phplist Message-ID: <201508102212.t7AMCfTF068030@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Mon Aug 10 22:12:40 2015 New Revision: 393914 URL: https://svnweb.freebsd.org/changeset/ports/393914 Log: - Update to version 3.0.12 [1] - Remove conditional installation of DOCS files, with staging this is not needed anymore - Unmute install commands PR: 201398 [1] Submitted by: maintainer [1] Modified: head/mail/phplist/Makefile head/mail/phplist/distinfo head/mail/phplist/pkg-plist Modified: head/mail/phplist/Makefile ============================================================================== --- head/mail/phplist/Makefile Mon Aug 10 21:52:14 2015 (r393913) +++ head/mail/phplist/Makefile Mon Aug 10 22:12:40 2015 (r393914) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phplist -PORTVERSION= 3.0.10 +PORTVERSION= 3.0.12 CATEGORIES= mail www MASTER_SITES= SF @@ -30,8 +30,6 @@ SUB_FILES= phplist OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-extract: @${MV} ${WRKSRC}/public_html/lists/config/config.php ${WRKSRC}/public_html/lists/config/config.php.sample @@ -41,11 +39,9 @@ post-extract: do-install: @${FIND} ${WRKSRC}/public_html/ -type f -regex '.*[^!-~].*' -delete ${MKDIR} ${STAGEDIR}${WWWDIR}/ - @cd ${WRKSRC}/public_html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ + (cd ${WRKSRC}/public_html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) ${INSTALL_SCRIPT} ${WRKDIR}/phplist ${STAGEDIR}${PREFIX}/bin -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> Modified: head/mail/phplist/distinfo ============================================================================== --- head/mail/phplist/distinfo Mon Aug 10 21:52:14 2015 (r393913) +++ head/mail/phplist/distinfo Mon Aug 10 22:12:40 2015 (r393914) @@ -1,2 +1,2 @@ -SHA256 (phplist-3.0.10.tgz) = 8dbb2ebb71b8a26733bd7f5a51b1e90d719a3a905fa5cd49e5f4faf0e53d46db -SIZE (phplist-3.0.10.tgz) = 4984049 +SHA256 (phplist-3.0.12.tgz) = e5977351a80c54d11b95dc869042da11f24b1e0b7c6bbfea7c91b488e377d390 +SIZE (phplist-3.0.12.tgz) = 5103756 Modified: head/mail/phplist/pkg-plist ============================================================================== --- head/mail/phplist/pkg-plist Mon Aug 10 21:52:14 2015 (r393913) +++ head/mail/phplist/pkg-plist Mon Aug 10 22:12:40 2015 (r393914) @@ -361,6 +361,7 @@ bin/phplist %%WWWDIR%%/lists/admin/help/vi/subject.php %%WWWDIR%%/lists/admin/help/vi/usetemplate.php %%WWWDIR%%/lists/admin/home.php +%%WWWDIR%%/lists/admin/hostedprocessqueuesetup.php %%WWWDIR%%/lists/admin/htaccess %%WWWDIR%%/lists/admin/image.php %%WWWDIR%%/lists/admin/images/LogoCertifiedHTTPCS.png @@ -914,6 +915,7 @@ bin/phplist %%WWWDIR%%/lists/admin/locale/gl/phplist.po %%WWWDIR%%/lists/admin/locale/he/language_info %%WWWDIR%%/lists/admin/locale/he/phplist.po +%%WWWDIR%%/lists/admin/locale/hr/phplist.po %%WWWDIR%%/lists/admin/locale/hu/language_info %%WWWDIR%%/lists/admin/locale/hu/pagetitles.php %%WWWDIR%%/lists/admin/locale/hu/phplist.po
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508102212.t7AMCfTF068030>