Summary: | [maintainer-update] audio/shoutcast: Correct packing list order of DOCSDIR removal | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | jarrod | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | rakuco | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: rakuco Date: Sun Jun 15 12:43:00 UTC 2014 New revision: 357877 URL: http://svnweb.freebsd.org/changeset/ports/357877 Log: Remove the documentation directories in the right order. PR: 190819 Submitted by: jarrod@downtools.com.au (maintainer) Changes: head/audio/shoutcast/Makefile head/audio/shoutcast/pkg-plist Committed in r357877, thank you. I've bumped PORTREVISION because the plist has changed. Please note that `make stage-qa' still fails here: Error: 'www/shoutcast/config_builder/config_builder.js' is referring to /s/freebsd-ports/audio/shoutcast/work/stage |
Created attachment 143553 [details] shoutcast.diff The packing list for the audio/shoutcast port removes the DOCSDIR directory in the wrong order which leads to errors when building within Tinderbox with -plistcheck enabled. How-To-Repeat: Building within a Tinderbox environment using: (build listed is an example) tc tinderbuild -b 9.2-RELEASE-p8-amd64-FreeBSD -noduds -plistcheck -nullfs Fix: Invert the @dirrm commands for %%DOCSDIR%%, as per attached patch.