Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2014 21:36:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370606 - head/databases/mywwwatcher
Message-ID:  <201410102136.s9ALaAnv014362@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Oct 10 21:36:09 2014
New Revision: 370606
URL: https://svnweb.freebsd.org/changeset/ports/370606
QAT: https://qat.redports.org/buildarchive/r370606/

Log:
  - Allow staging as a regular user
  - Bump portrevision as files were not packaged with intended group

Modified:
  head/databases/mywwwatcher/Makefile
  head/databases/mywwwatcher/pkg-plist

Modified: head/databases/mywwwatcher/Makefile
==============================================================================
--- head/databases/mywwwatcher/Makefile	Fri Oct 10 21:25:00 2014	(r370605)
+++ head/databases/mywwwatcher/Makefile	Fri Oct 10 21:36:09 2014	(r370606)
@@ -3,6 +3,7 @@
 
 PORTNAME=	mywwwatcher
 PORTVERSION=	3.2
+PORTREVISION=	1
 CATEGORIES=	databases www
 MASTER_SITES=	http://www.the.cz/mywwwatcher/files/
 DISTNAME=	mywwwatcher-${PORTVERSION}
@@ -15,6 +16,7 @@ WRKSRC=		${WRKDIR}/mywwwatcher
 WANT_PHP_WEB=		yes
 DEFAULT_PHP_VER=	5
 USE_PHP=		pcre session mysql
+PLIST_SUB=		WWWGRP="${WWWGRP}"
 
 NO_BUILD=	yes
 
@@ -23,7 +25,6 @@ SUB_FILES=	pkg-message
 do-install:
 	@${MKDIR} ${STAGEDIR}${WWWDIR}
 	@${CP} -Rp ${WRKSRC}/* ${STAGEDIR}${WWWDIR}
-	@${CHGRP} -R ${WWWGRP} ${STAGEDIR}${WWWDIR}
 	@${CHMOD} 775 ${STAGEDIR}${WWWDIR}/ini
 	@${CHMOD} 775 ${STAGEDIR}${WWWDIR}/query_archive
 

Modified: head/databases/mywwwatcher/pkg-plist
==============================================================================
--- head/databases/mywwwatcher/pkg-plist	Fri Oct 10 21:25:00 2014	(r370605)
+++ head/databases/mywwwatcher/pkg-plist	Fri Oct 10 21:36:09 2014	(r370606)
@@ -1,3 +1,4 @@
+@group %%WWWGRP%%
 %%WWWDIR%%/README
 %%WWWDIR%%/README.cz
 %%WWWDIR%%/charset.php
@@ -32,9 +33,10 @@
 %%WWWDIR%%/stat.php
 %%WWWDIR%%/style.css
 %%WWWDIR%%/top.php
-@dirrm %%WWWDIR%%/query_archive
-@dirrm %%WWWDIR%%/lang
-@dirrm %%WWWDIR%%/include
-@dirrm %%WWWDIR%%/ini
-@dirrm %%WWWDIR%%/graphics
-@dirrm %%WWWDIR%%
+@dir %%WWWDIR%%/query_archive
+@dir %%WWWDIR%%/lang
+@dir %%WWWDIR%%/include
+@dir %%WWWDIR%%/ini
+@dir %%WWWDIR%%/graphics
+@dir %%WWWDIR%%
+@group



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