Bug 68884 - Fixed pkg-plist for gtktalog
Summary: Fixed pkg-plist for gtktalog
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-10 05:00 UTC by frank
Modified: 2004-07-13 01:37 UTC (History)
0 users

See Also:


Attachments
file.shar (6.45 KB, text/plain)
2004-07-10 05:00 UTC, frank
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description frank 2004-07-10 05:00:41 UTC
	N/A

How-To-Repeat: 	N/A
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2004-07-10 20:29:15 UTC
Why not unify diff?
Please use 'diff -u' output for patches.

-- 
Sem.
Comment 2 frank 2004-07-10 20:44:11 UTC
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/
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-07-13 01:36:18 UTC
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.