ports/101471: [PATCH] audio/easytag: fix pkg-plist, misc

Wesley Shields wxs at atarininja.org
Thu Aug 10 13:30:28 UTC 2006


The following reply was made to PR ports/101471; it has been noted by GNATS.

From: Wesley Shields <wxs at atarininja.org>
To: bug-followup at FreeBSD.org
Cc: ssedov at mbsd.msk.ru
Subject: Re: ports/101471: [PATCH] audio/easytag: fix pkg-plist, misc
Date: Thu, 10 Aug 2006 09:32:21 -0400

 On Sun, Aug 06, 2006 at 06:21:17PM +0000, Edwin Groothuis wrote:
 > Maintainer of audio/easytag,
 > 
 > Please note that PR ports/101471 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 
 Unless I've missed something I don't think it is necessary to remove the
 stuff in share/locale/ because they were not put there by easytag.
 However, the part pertaining to %%DATADIR%% can be committed.  I've
 attached a patch for this.
 
 Index: pkg-plist
 ===================================================================
 RCS file: /home/ncvs/ports/audio/easytag/pkg-plist,v
 retrieving revision 1.10
 diff -u -r1.10 pkg-plist
 --- pkg-plist	22 Jan 2006 01:14:15 -0000	1.10
 +++ pkg-plist	10 Aug 2006 13:23:20 -0000
 @@ -1,6 +1,6 @@
  bin/easytag
 -share/easytag/ChangeLog
 -share/easytag/EasyTAG_logo.xpm
 +%%DATADIR%%/ChangeLog
 +%%DATADIR%%/EasyTAG_logo.xpm
  share/gnome/apps/Multimedia/easytag.desktop
  share/locale/cs/LC_MESSAGES/easytag.mo
  share/locale/da/LC_MESSAGES/easytag.mo
 @@ -21,4 +21,4 @@
  @dirrmtry share/gnome/apps/Multimedia
  @dirrmtry share/gnome/apps
  @dirrmtry share/gnome
 - at dirrm share/easytag
 + at dirrm %%DATADIR%%



More information about the freebsd-ports-bugs mailing list