From owner-svn-ports-head@FreeBSD.ORG Thu Sep 11 19:18:03 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3633715; Thu, 11 Sep 2014 19:18:03 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 94BBF882; Thu, 11 Sep 2014 19:18:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8BJI3g7002331; Thu, 11 Sep 2014 19:18:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8BJI3gk002329; Thu, 11 Sep 2014 19:18:03 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201409111918.s8BJI3gk002329@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 11 Sep 2014 19:18:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367963 - head/devel/cdash X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2014 19:18:03 -0000 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 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 -@dirrm www/CDash/rss +@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 -@dirrm www/CDash/backup +@dirrm(%%WWWOWN%%,,) www/CDash/backup @dirrm www/CDash/api @dirrm www/CDash/ajax @dirrm www/CDash