| Summary: | Fixed pkg-plist for gtktalog | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | frank | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
frank
2004-07-10 05:00:41 UTC
Why not unify diff? Please use 'diff -u' output for patches. -- Sem. Okay, here's a unified diff: Index: pkg-plist =================================================================== RCS file: /cvs/repos/ports/misc/gtktalog/pkg-plist,v retrieving revision 1.5 diff -u -r1.5 pkg-plist --- pkg-plist 16 May 2004 20:15:36 -0000 1.5 +++ pkg-plist 10 Jul 2004 03:52:02 -0000 @@ -1,6 +1,4 @@ bin/gtktalog -lib/gtktalog/aviinfo -lib/gtktalog/mpeginfo lib/gtktalog/htmltitle lib/gtktalog/modinfo lib/gtktalog/mp3info @@ -71,7 +69,6 @@ share/gnome/help/gtktalog/C/caution.gif share/gnome/help/gtktalog/C/home.gif share/gnome/help/gtktalog/C/important.gif -share/gnome/help/gtktalog/C/index.html share/gnome/help/gtktalog/C/ln23.html share/gnome/help/gtktalog/C/next.gif share/gnome/help/gtktalog/C/note.gif @@ -118,7 +115,6 @@ share/gnome/help/gtktalog/fr/caution.gif share/gnome/help/gtktalog/fr/home.gif share/gnome/help/gtktalog/fr/important.gif -share/gnome/help/gtktalog/fr/index.html share/gnome/help/gtktalog/fr/ln28.html share/gnome/help/gtktalog/fr/next.gif share/gnome/help/gtktalog/fr/note.gif -- Frank Mayhar frank@exit.com http://www.exit.com/ Exit Consulting http://www.gpsclock.com/ http://www.exit.com/blog/frank/ State Changed From-To: open->closed Your fix is quite incorrect. Aviinfo is being built, mpeginfo is dependant on plaympeg binary, and index.html files are still there. Anyway, I updated port to 1.0.4 (latest stable release) and fixed plist. Thank you for your submission and see you next time. |