Summary: | [patch] Add staging support to www/ckeditor | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | joe | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
joe
2014-05-20 19:00:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) Maintainer of www/ckeditor, Please note that PR ports/190024 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/190024 -- 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. 2014-05-21 2:00 GMT+08:00 Edwin Groothuis <edwin@freebsd.org>: > Maintainer of www/ckeditor, > > Please note that PR ports/190024 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/190024 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > Author: miwi Date: Sun May 25 05:25:53 2014 New Revision: 355124 URL: http://svnweb.freebsd.org/changeset/ports/355124 QAT: https://qat.redports.org/buildarchive/r355124/ Log: - Stage support PR: 190024 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Approved by: maintainer Modified: head/www/ckeditor/Makefile Modified: head/www/ckeditor/Makefile ============================================================================== --- head/www/ckeditor/Makefile Sun May 25 05:25:04 2014 (r355123) +++ head/www/ckeditor/Makefile Sun May 25 05:25:53 2014 (r355124) @@ -15,9 +15,8 @@ LICENSE= MPL NO_BUILD= yes WRKSRC= ${WRKDIR}/ckeditor -NO_STAGE= yes do-install: - @${INSTALL} -d -m 0755 ${WWWDIR} - @(cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${WWWDIR}) + @${INSTALL} -d -m 0755 ${STAGEDIR}${WWWDIR} + @(cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu -R${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}) .include <bsd.port.mk> _______________________________________________ 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! |