Summary: | [patch] Add staging support to www/feedonfeeds | ||||||
---|---|---|---|---|---|---|---|
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-21 01:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool) Maintainer of www/feedonfeeds, Please note that PR ports/190046 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/190046 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org Hello, On Wed, May 21, 2014 at 12:30:05AM +0000, Edwin Groothuis wrote: > Maintainer of www/feedonfeeds, > > Please note that PR ports/190046 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/190046 > Yes, I aproove this patch. Also I have a request to change my email to ports@bsdserwis.com Thanks a lot. Greetings, -- Krzysztof Stryjek UNIX administrator/Juniper Networks Specialist email: wtp (at) bsdserwis (dot) com http://www.linkedin.com/in/KrzysztofStryjek GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C 91CD 1292 8959 DC61 0E76 In theory, there is no difference between theory and practice. In practice, there is. State Changed From-To: feedback->closed Committed. Thanks! Author: miwi Date: Sun May 25 05:27:32 2014 New Revision: 355125 URL: http://svnweb.freebsd.org/changeset/ports/355125 QAT: https://qat.redports.org/buildarchive/r355125/ Log: - Stage support PR: 190046 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Approved by: maintainer Modified: head/www/feedonfeeds/Makefile Modified: head/www/feedonfeeds/Makefile ============================================================================== --- head/www/feedonfeeds/Makefile Sun May 25 05:25:53 2014 (r355124) +++ head/www/feedonfeeds/Makefile Sun May 25 05:27:32 2014 (r355125) @@ -18,9 +18,8 @@ NO_BUILD= yes DATADIR?= ${PREFIX}/www/data/feed-on-feeds WRKSRC= ${WRKDIR}/${PROJECTHOST} -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR} - ${CP} -R ${WRKSRC}/ ${DATADIR} + ${MKDIR} ${STAGEDIR}${DATADIR} + ${CP} -R ${WRKSRC}/ ${STAGEDIR}${DATADIR} .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" |