svn commit: r370606 - head/databases/mywwwatcher

Antoine Brodin antoine at FreeBSD.org
Fri Oct 10 21:36:11 UTC 2014


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 @@
+ at group %%WWWGRP%%
 %%WWWDIR%%/README
 %%WWWDIR%%/README.cz
 %%WWWDIR%%/charset.php
@@ -32,9 +33,10 @@
 %%WWWDIR%%/stat.php
 %%WWWDIR%%/style.css
 %%WWWDIR%%/top.php
- at dirrm %%WWWDIR%%/query_archive
- at dirrm %%WWWDIR%%/lang
- at dirrm %%WWWDIR%%/include
- at dirrm %%WWWDIR%%/ini
- at dirrm %%WWWDIR%%/graphics
- at dirrm %%WWWDIR%%
+ at dir %%WWWDIR%%/query_archive
+ at dir %%WWWDIR%%/lang
+ at dir %%WWWDIR%%/include
+ at dir %%WWWDIR%%/ini
+ at dir %%WWWDIR%%/graphics
+ at dir %%WWWDIR%%
+ at group


More information about the svn-ports-all mailing list