From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 14 10:40:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 AE151CBC for ; Wed, 14 May 2014 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 8B10B21FF for ; Wed, 14 May 2014 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4EAe03n006954 for ; Wed, 14 May 2014 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4EAe0Hc006953; Wed, 14 May 2014 10:40:00 GMT (envelope-from gnats) Resent-Date: Wed, 14 May 2014 10:40:00 GMT Resent-Message-Id: <201405141040.s4EAe0Hc006953@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Nikola Kolev 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 5356CB93 for ; Wed, 14 May 2014 10:35:08 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4123721DA for ; Wed, 14 May 2014 10:35:08 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4EAZ7Ue029614 for ; Wed, 14 May 2014 10:35:07 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4EAZ7ZK029611; Wed, 14 May 2014 10:35:07 GMT (envelope-from nobody) Message-Id: <201405141035.s4EAZ7ZK029611@cgiserv.freebsd.org> Date: Wed, 14 May 2014 10:35:07 GMT From: Nikola Kolev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189795: [patch] www/rssroll: Add stage support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 10:40:00 -0000 >Number: 189795 >Category: ports >Synopsis: [patch] www/rssroll: Add stage support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed May 14 10:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Nikola Kolev >Release: 10.0-RELEASE >Organization: - >Environment: FreeBSD 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr 8 06:45:06 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Add stage support. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2014-05-14 12:23:49.000000000 +0300 +++ Makefile 2014-05-14 13:16:59.000000000 +0300 @@ -18,13 +18,13 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ GNU_CONFIGURE= yes -NO_STAGE= yes +PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rssroll ${PREFIX}/bin - @${MKDIR} ${PREFIX}/www/data/rssroll ${PREFIX}/www/cgi-bin - ${INSTALL_PROGRAM} ${WRKSRC}/index.cgi ${PREFIX}/www/cgi-bin/rssroll.cgi - ${INSTALL_DATA} ${WRKSRC}/rssrollrc ${PREFIX}/etc/rssrollrc.sample - (cd ${WRKSRC} && ${COPYTREE_SHARE} "html css" ${PREFIX}/www/data/rssroll/) - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/cgi-bin/rssroll.cgi ${PREFIX}/www/data/rssroll/ + ${INSTALL_PROGRAM} ${WRKSRC}/rssroll ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${PREFIX}/www/data/rssroll ${STAGEDIR}${PREFIX}/www/cgi-bin + ${INSTALL_PROGRAM} ${WRKSRC}/index.cgi ${STAGEDIR}${PREFIX}/www/cgi-bin/rssroll.cgi + ${INSTALL_DATA} ${WRKSRC}/rssrollrc ${STAGEDIR}${PREFIX}/etc/rssrollrc.sample + (cd ${WRKSRC} && ${COPYTREE_SHARE} "html css" ${STAGEDIR}${PREFIX}/www/data/rssroll/) .include --- pkg-plist.orig 2014-05-14 12:47:47.000000000 +0300 +++ pkg-plist 2014-05-14 12:59:23.000000000 +0300 @@ -1,6 +1,8 @@ bin/rssroll -www/cgi-bin/rssroll.cgi etc/rssrollrc.sample +@owner %%WWWOWN%% +@group %%WWWGRP%% +www/cgi-bin/rssroll.cgi www/data/rssroll/css/common.css www/data/rssroll/css/default.css www/data/rssroll/html/header.html >Release-Note: >Audit-Trail: >Unformatted: