Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2014 18:35:19 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355721 - head/mail/phplist
Message-ID:  <201405291835.s4TIZJDR048168@svn.freebsd.org>

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



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