Bug 88185

Summary: [patch] vumeter-0.9.2 packing list fix
Product: Ports & Packages Reporter: Stuart Barkley <stuartb>
Component: Individual Port(s)Assignee: Jean-Yves Lefort <jylefort>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Stuart Barkley 2005-10-29 18:00:27 UTC
The update to version 0.9.2 changed the way the dafault skins are
installed.  It copies the files to the wrong place (VU_Meter_skins/skins
instead of VU_Meter_skins) and also breaks the packing list.

How-To-Repeat: 
  cd /usr/ports/graphics/xmms-vumeter
  make package
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-10-29 18:37:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-10-30 09:09:27 UTC
The problem you describe happens if, for some reason, ${DATADIR}
already exists at installation time.

Another reason why ${CP} should not be used is that it does not set
the appropriate permissions/ownerships.

Maintainer, please approve the patch (without the PLIST_SUB bit, which
is already set in bsd.port.mk).

-- 
Jean-Yves Lefort

jylefort@FreeBSD.org
http://lefort.be.eu.org/
Comment 3 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-10-30 09:09:45 UTC
State Changed
From-To: open->feedback

Waiting for maintainer feedback.
Comment 4 Alejandro Pulver 2005-10-30 13:43:18 UTC
On Sun, 30 Oct 2005 10:09:27 +0100
Jean-Yves Lefort <jylefort@FreeBSD.org> wrote:

> The problem you describe happens if, for some reason, ${DATADIR}
> already exists at installation time.
> 
> Another reason why ${CP} should not be used is that it does not set
> the appropriate permissions/ownerships.
> 
> Maintainer, please approve the patch (without the PLIST_SUB bit, which
> is already set in bsd.port.mk).
> 

I agree with the changes.

Best Regards,
Ale
Comment 5 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-10-30 14:36:12 UTC
State Changed
From-To: feedback->closed

Committed, thanks!