From owner-svn-ports-all@FreeBSD.ORG Thu May 29 18:35:20 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 33858967; Thu, 29 May 2014 18:35:20 +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 0701E274E; Thu, 29 May 2014 18:35:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TIZJQj048170; Thu, 29 May 2014 18:35:19 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4TIZJDR048168; Thu, 29 May 2014 18:35:19 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201405291835.s4TIZJDR048168@svn.freebsd.org> From: Carlo Strub Date: Thu, 29 May 2014 18:35:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355721 - head/mail/phplist 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: Thu, 29 May 2014 18:35:20 -0000 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 (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 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 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