Bug 190024 - [patch] Add staging support to www/ckeditor
Summary: [patch] Add staging support to www/ckeditor
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-20 19:00 UTC by joe
Modified: 2014-05-25 06:30 UTC (History)
0 users

See Also:


Attachments
file.diff (525 bytes, patch)
2014-05-20 19:00 UTC, joe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description joe 2014-05-20 19:00:01 UTC
Adds staging support to www/ckeditor.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-20 19:00:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-20 19:00:05 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-20 19:00:06 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 joehorn 2014-05-20 19:15:10 UTC
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
>
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-05-25 06:25:58 UTC
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"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2014-05-25 06:27:07 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!