Bug 190211 - [patch] Add staging support to www/kplaylist
Summary: [patch] Add staging support to www/kplaylist
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: Kevin Lo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-25 20:40 UTC by joe
Modified: 2014-05-26 02:40 UTC (History)
0 users

See Also:


Attachments
file.diff (595 bytes, patch)
2014-05-25 20:40 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-25 20:40:00 UTC
Adds staging support to www/kplaylist.

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

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-26 02:34:14 UTC
Author: kevlo
Date: Mon May 26 01:34:11 2014
New Revision: 355272
URL: http://svnweb.freebsd.org/changeset/ports/355272
QAT: https://qat.redports.org/buildarchive/r355272/

Log:
  Stage support
  
  PR:	ports/190211
  Submitted by:	Joseph Benden <joe at thrallingpenguin dot com>

Modified:
  head/www/kplaylist/Makefile

Modified: head/www/kplaylist/Makefile
==============================================================================
--- head/www/kplaylist/Makefile	Mon May 26 00:03:29 2014	(r355271)
+++ head/www/kplaylist/Makefile	Mon May 26 01:34:11 2014	(r355272)
@@ -24,10 +24,10 @@ NO_BUILD=	yes
 PLIST_FILES=	%%WWWDIR%%/index.php
 PLIST_DIRS=	%%WWWDIR%%
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${WWWDIR}
-	@cd ${WRKSRC} && ${CP} kplaylist.1.8.505.php ${WWWDIR}/index.php
-	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} 
+	${MKDIR} ${STAGEDIR}${WWWDIR}
+	@cd ${WRKSRC} && ${CP} kplaylist.1.8.505.php \
+		${STAGEDIR}${WWWDIR}/index.php
+	${CHOWN} -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 3 Kevin Lo freebsd_committer freebsd_triage 2014-05-26 02:34:27 UTC
State Changed
From-To: open->closed

Committed, thanks.