Bug 190264 - update staging for mail/phplist
Summary: update staging for mail/phplist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Carlo Strub
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-26 14:30 UTC by Krzysztof
Modified: 2014-05-29 19:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.74 KB, patch)
2014-05-26 14:30 UTC, Krzysztof
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof 2014-05-26 14:30:00 UTC
	To make staging pass all tests, there is small change to mail/phplist.

Fix: ---------------------------------------- snip ----------------------------------------
Comment 1 Carlo Strub freebsd_committer freebsd_triage 2014-05-29 19:18:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cs

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-29 19:35:23 UTC
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"
Comment 3 Carlo Strub freebsd_committer freebsd_triage 2014-05-29 19:35:29 UTC
State Changed
From-To: open->closed

Committed. Thank you very much.