Bug 190147

Summary: [patch] Add staging support to www/ilias
Product: Ports & Packages Reporter: joe
Component: Individual Port(s)Assignee: Wen Heping <wen>
Status: Closed FIXED    
Severity: Affects Only Me CC: miwi
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
Removes PKGMESSAGE concat none

Description joe 2014-05-23 17:50:00 UTC
Adds staging support to www/ilias.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-23 17:50:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-06-05 02:11:58 UTC
Hi,

+       @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
+       @${CHMOD} -R 755 ${STAGEDIR}${WWWDIR}

this should be now in pkg-plist to allow builds as users, please have a look in the ports handbook.

  @${CAT} ${PKGMESSAGE}
can be removed, its handled now in pkg.
Comment 3 joe 2014-06-05 13:16:48 UTC
Created attachment 143403 [details]
Removes PKGMESSAGE concat
Comment 4 joe 2014-06-05 13:19:22 UTC
The second patch removes the concatenation of pkg-message.

As for the permissions, owner, and group; they are already defined in the pkg-plist through ECHO_CMD actions inside the Makefile.