Bug 245053

Summary: UPDATING: Fix net-im/prosody entry
Product: Ports & Packages Reporter: Thomas Morper <thomas>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Many People CC: lwhsu
Priority: --- Keywords: easy
Version: LatestFlags: lwhsu: merge-quarterly-
Hardware: Any   
OS: Any   
Attachments:
Description Flags
fixing instructions in UPDATING thomas: maintainer-approval+

Description Thomas Morper 2020-03-25 14:47:18 UTC
Created attachment 212701 [details]
fixing instructions in UPDATING

A recent update to net-im/prosody changed the location of Prosody's data directory and included instructions in UPDATING on how to copy existing data to the new location. However, once the package has been installed a new, empty data directory already exists and the "cp" call won't work as intended.

The attached patch contains an updated "cp" call that should work regardless of whether the target directory exists or not.

QA: none, as it does not affect any builds.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2020-04-11 01:05:58 UTC
^Triage: 

- MAINTAINER reset in ports r530944, reset assignee
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-11-05 09:28:47 UTC
A commit references this bug:

Author: lwhsu
Date: Thu Nov  5 09:28:28 UTC 2020
New revision: 554125
URL: https://svnweb.freebsd.org/changeset/ports/554125

Log:
  Fix UPDATING 20200210 net-im/prosody entry

  PR:		245053
  Submitted by:	Thomas Morper <thomas@beingboiled.info>

Changes:
  head/UPDATING
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2020-11-05 09:30:09 UTC
Committed, thanks! No MFH needed because UPDATING file doesn't affect package content. If we want package user notified, a pkg-message is needed.