Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Jul 2014 23:44:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191542] New: [patch] audio/jack has incorrect plist
Message-ID:  <bug-191542-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191542

            Bug ID: 191542
           Summary: [patch] audio/jack has incorrect plist
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: matthew@reztek.cz

Some of the the documentation files have wrong filenames in the plist (letters
replaced by ASCII code in hexadecimal notation). These files are only installed
with DOCS options so it will only affect those with the option set. This patch
corrects the plist.

--- audio/jack/pkg-plist (revision 357870)
+++ audio/jack/pkg-plist (working copy)
@@ -86,14 +86,14 @@
%%DOCS%%share/jack-audio-connection-kit/reference/html/functions.html
%%DOCS%%share/jack-audio-connection-kit/reference/html/functions_vars.html
%%DOCS%%share/jack-audio-connection-kit/reference/html/globals.html
-%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_0x65.html
-%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_0x69.html
-%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_0x6a.html
-%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_0x6d.html
-%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_0x6f.html
-%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_0x70.html
-%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_0x74.html
-%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_0x77.html
+%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_e.html
+%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_i.html
+%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_j.html
+%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_m.html
+%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_o.html
+%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_p.html
+%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_t.html
+%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_w.html
%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_defs.html
%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_enum.html
%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_eval.html

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191542-13>