svn commit: r367963 - head/devel/cdash

Antoine Brodin antoine at FreeBSD.org
Thu Sep 11 19:18:03 UTC 2014


Author: antoine
Date: Thu Sep 11 19:18:02 2014
New Revision: 367963
URL: http://svnweb.freebsd.org/changeset/ports/367963
QAT: https://qat.redports.org/buildarchive/r367963/

Log:
  - Allow staging as a regular user
  - Bump portrevision as 2 directories were not packaged with intended owner

Modified:
  head/devel/cdash/Makefile
  head/devel/cdash/pkg-plist

Modified: head/devel/cdash/Makefile
==============================================================================
--- head/devel/cdash/Makefile	Thu Sep 11 19:17:42 2014	(r367962)
+++ head/devel/cdash/Makefile	Thu Sep 11 19:18:02 2014	(r367963)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cdash
 PORTVERSION=	2.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.cdash.org/download/
 DISTNAME=	CDash-${PORTVERSION}
@@ -24,6 +24,7 @@ CMAKE_ARGS+=	-DCDASH_DB_NAME:STRING=cdas
 USE_PHP=	curl gd xsl
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/./-/g}
+PLIST_SUB=	WWWOWN="${WWWOWN}"
 SUB_FILES=	pkg-message
 SUB_LIST+=	DB_TYPE=${DB_TYPE}
 
@@ -45,11 +46,5 @@ do-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/www/CDash
 	${RM} -f ${WRKSRC}/CMakeLists.txt.orig
 	cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/www/CDash
-	${CHOWN} www ${STAGEDIR}${PREFIX}/www/CDash/backup ${STAGEDIR}${PREFIX}/www/CDash/rss
-
-post-install:
-	@${ECHO}
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO}
 
 .include <bsd.port.mk>

Modified: head/devel/cdash/pkg-plist
==============================================================================
--- head/devel/cdash/pkg-plist	Thu Sep 11 19:17:42 2014	(r367962)
+++ head/devel/cdash/pkg-plist	Thu Sep 11 19:18:02 2014	(r367963)
@@ -871,7 +871,7 @@ www/CDash/xml_handlers/upload_handler.ph
 @dirrm www/CDash/sql/mysql
 @dirrm www/CDash/sql
 @dirrm www/CDash/scripts
- at dirrm www/CDash/rss
+ at dirrm(%%WWWOWN%%,,) www/CDash/rss
 @dirrm www/CDash/models
 @dirrm www/CDash/local
 @dirrm www/CDash/javascript/images
@@ -879,7 +879,7 @@ www/CDash/xml_handlers/upload_handler.ph
 @dirrm www/CDash/iphone
 @dirrm www/CDash/images
 @dirrm www/CDash/cdash
- at dirrm www/CDash/backup
+ at dirrm(%%WWWOWN%%,,) www/CDash/backup
 @dirrm www/CDash/api
 @dirrm www/CDash/ajax
 @dirrm www/CDash


More information about the svn-ports-head mailing list