Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2006 13:30:27 GMT
From:      Wesley Shields <wxs@atarininja.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/101471: [PATCH] audio/easytag: fix pkg-plist, misc
Message-ID:  <200608101330.k7ADUR0t049910@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/101471; it has been noted by GNATS.

From: Wesley Shields <wxs@atarininja.org>
To: bug-followup@FreeBSD.org
Cc: ssedov@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
 -@dirrm share/easytag
 +@dirrm %%DATADIR%%



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