Bug 173238 - [PATCH] Stop www/owncloud clobbering customisations
Summary: [PATCH] Stop www/owncloud clobbering customisations
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: 2012-10-31 12:50 UTC by Chris Rees
Modified: 2012-12-02 19:33 UTC (History)
0 users

See Also:


Attachments
owncloud-noclobber.diff (657 bytes, patch)
2012-10-31 12:50 UTC, Chris Rees
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rees freebsd_committer freebsd_triage 2012-10-31 12:50:00 UTC
	www/owncloud uses an incorrect method to build its plist, such that on first install, the plist is correct, but once it has been installed again it also includes all files under ${WWWDIR}, including a carefully hand-crafted config.php....

Fix: The correct way to build a plist when this install method is used is to use WRKSRC.

	An UPDATING note and probably a heads-up on ports@ would be nice to warn people to backup before upgrading so they don't lose their config files!
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-31 12:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kevlo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Chris Rees freebsd_committer freebsd_triage 2012-12-02 19:33:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!