Bug 190147 - [patch] Add staging support to www/ilias
Summary: [patch] Add staging support to www/ilias
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-23 17:50 UTC by joe
Modified: 2014-06-08 14:32 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.42 KB, patch)
2014-05-23 17:50 UTC, joe
no flags Details | Diff
Removes PKGMESSAGE concat (289 bytes, patch)
2014-06-05 13:16 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-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.