Adds staging support to www/gallery3. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Maintainer of www/gallery3, Please note that PR ports/190113 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/190113 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Please commit it. Thanks. -- About me: http://about.me/appleboy On Thu, May 22, 2014 at 11:10 PM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of www/gallery3, > > Please note that PR ports/190113 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/190113 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org >
Author: miwi Date: Sun May 25 05:30:22 2014 New Revision: 355127 URL: http://svnweb.freebsd.org/changeset/ports/355127 QAT: https://qat.redports.org/buildarchive/r355127/ Log: - Stage support PR: 190113 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Approved by: maintainer Modified: head/www/gallery3/Makefile Modified: head/www/gallery3/Makefile ============================================================================== --- head/www/gallery3/Makefile Sun May 25 05:29:24 2014 (r355126) +++ head/www/gallery3/Makefile Sun May 25 05:30:22 2014 (r355127) @@ -25,7 +25,6 @@ OPTIONS_DEFINE= DCRAW FFMPEG GD GRAPHMAG NETPBM NLS UNZIP OPTIONS_DEFAULT= IMAGEMAGICK JHEAD UNZIP -NO_STAGE= yes .include <bsd.port.options.mk> .if defined(GALLERY3DIR) @@ -76,8 +75,8 @@ RUN_DEPENDS+= unzip:${PORTSDIR}/archiver .endif do-install: - @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${WWWDIR}/ - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/ + @cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}/ @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' >> ${TMPPLIST} .if !defined(BATCH) _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!