From bh@izb.knu.ac.kr  Wed Jan 18 20:50:16 2006
Return-Path: <bh@izb.knu.ac.kr>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A41A116A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Jan 2006 20:50:16 +0000 (GMT)
	(envelope-from bh@izb.knu.ac.kr)
Received: from izb.knu.ac.kr (izb.knu.ac.kr [155.230.157.93])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 09D7D43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Jan 2006 20:50:15 +0000 (GMT)
	(envelope-from bh@izb.knu.ac.kr)
Received: (qmail 20377 invoked from network); 19 Jan 2006 05:50:12 +0900
Received: from e.mx (HELO i.mx) (2002:9be6:9d5d:2::1)
        by e.mx (envelope-from bh@izb.knu.ac.kr)
	with AES256-SHA encrypted SMTP; 19 Jan 2006 05:50:12 +0900
Received: (qmail 20370 invoked from network); 19 Jan 2006 05:50:11 +0900
Received: from viola.izb.knu.ac.kr (2002:9be6:9d5d:2::2)
        by i.mx (envelope-from bh@izb.knu.ac.kr)
	with AES256-SHA encrypted SMTP; 19 Jan 2006 05:50:11 +0900
Received: by viola.izb.knu.ac.kr (Postfix, from userid 1001)
	id 5B4BC65D6; Wed, 18 Jan 2006 13:50:13 -0700 (MST)
Message-Id: <20060118205013.5B4BC65D6@viola.izb.knu.ac.kr>
Date: Wed, 18 Jan 2006 13:50:13 -0700 (MST)
From: Byung-Hee HWANG <bh@izb.knu.ac.kr>
Reply-To: Byung-Hee HWANG <bh@izb.knu.ac.kr>
To: FreeBSD-gnats-submit@freebsd.org
Cc: changbom.yoon@gmail.com
Subject: [PATCH] multimedia/quodlibet: update to 0.17
X-Send-Pr-Version: 3.113
X-GNATS-Notify: changbom.yoon@gmail.com

>Number:         91971
>Category:       ports
>Synopsis:       [PATCH] multimedia/quodlibet: update to 0.17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 18 21:00:14 GMT 2006
>Closed-Date:    Fri Jan 20 23:30:12 GMT 2006
>Last-Modified:  Fri Jan 20 23:30:12 GMT 2006
>Originator:     Byung-Hee HWANG
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
InZealBomb
>Environment:
System: FreeBSD viola.izb.knu.ac.kr 6.0-STABLE FreeBSD 6.0-STABLE #2: Sat Jan 7 01:43:50 MST 2006 bh@viola.izb.knu.ac.kr:/usr/src/sys/i386/compile/II82801BA i386

>Description:
Quod Libet has been update to 0.17 [1].

- FLAC support no longer depends on pyflac
- Added Korean translation

[1] http://www.sacredchao.net/quodlibet/milestone?id=EF%2FQL+0.17

>How-To-Repeat:
After patch, I tried as follow:

# make distclean
# make install
# make package
# make deinstall
# pkg_add -v /usr/ports/packages/All/quodlibet-0.17.tbz
# make deinstall
# make reinstall
# make package

It worked correctly.

>Fix:

--- ports-quodlibet-20060118.diff begins here ---
diff --exclude=CVS -uNr quodlibet.orig/Makefile quodlibet/Makefile
--- quodlibet.orig/Makefile	2006-01-14 18:41:26.000000000 -0700
+++ quodlibet/Makefile	2006-01-18 12:29:13.312993206 -0700
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	quodlibet
-PORTVERSION=	0.16
-PORTREVISION=	3
+PORTVERSION=	0.17
+PORTREVISION=	0
 CATEGORIES=	multimedia audio python gnome
 MASTER_SITES=	http://www.sacredchao.net/~piman/software/
 
@@ -50,8 +50,6 @@
 .endif
 
 .if defined(WANT_QUODLIBET_FLAC)
-BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/flac/__init__.py:${PORTSDIR}/audio/py-flac
-RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/flac/__init__.py:${PORTSDIR}/audio/py-flac
 USE_GSTREAMER+=	flac
 .endif
 
diff --exclude=CVS -uNr quodlibet.orig/distinfo quodlibet/distinfo
--- quodlibet.orig/distinfo	2006-01-04 14:16:53.000000000 -0700
+++ quodlibet/distinfo	2006-01-18 10:48:33.116269041 -0700
@@ -1,3 +1,3 @@
-MD5 (quodlibet-0.16.tar.gz) = f47cdc1e8f7197a3cd281bd31b406d94
-SHA256 (quodlibet-0.16.tar.gz) = 8c23a08432f3be60d0d85ee650b7c12a30799a4bd307107b332db94b91db9a9d
-SIZE (quodlibet-0.16.tar.gz) = 552149
+MD5 (quodlibet-0.17.tar.gz) = 7e4241ee4e16045d33e71d906fcad9aa
+SHA256 (quodlibet-0.17.tar.gz) = 872948976ef6207ea0cc244b9b2642ddd6a2ce09d093d9dec4bbd759beda3dd7
+SIZE (quodlibet-0.17.tar.gz) = 595322
diff --exclude=CVS -uNr quodlibet.orig/pkg-plist quodlibet/pkg-plist
--- quodlibet.orig/pkg-plist	2006-01-04 14:16:53.000000000 -0700
+++ quodlibet/pkg-plist	2006-01-18 12:54:23.176177214 -0700
@@ -14,6 +14,7 @@
 share/locale/gl/LC_MESSAGES/quodlibet.mo
 share/locale/he/LC_MESSAGES/quodlibet.mo
 share/locale/it/LC_MESSAGES/quodlibet.mo
+share/locale/ko/LC_MESSAGES/quodlibet.mo
 share/locale/nl/LC_MESSAGES/quodlibet.mo
 share/locale/pl/LC_MESSAGES/quodlibet.mo
 share/locale/pt/LC_MESSAGES/quodlibet.mo
@@ -39,7 +40,7 @@
 share/quodlibet/formats/_audio.py
 share/quodlibet/formats/_vorbis.py
 share/quodlibet/formats/ape.py
-share/quodlibet/formats/flac_.py
+share/quodlibet/formats/flac.py
 share/quodlibet/formats/mod.py
 share/quodlibet/formats/mp3.py
 share/quodlibet/formats/mp4.py
@@ -48,18 +49,24 @@
 share/quodlibet/formats/remote.py
 share/quodlibet/formats/wavpack.py
 share/quodlibet/library.py
+share/quodlibet/massagers.py
 share/quodlibet/mutagen/__init__.py
 share/quodlibet/mutagen/_constants.py
+share/quodlibet/mutagen/_vorbis.py
 share/quodlibet/mutagen/apev2.py
+share/quodlibet/mutagen/flac.py
 share/quodlibet/mutagen/id3.py
 share/quodlibet/parse/__init__.py
 share/quodlibet/parse/_match.py
 share/quodlibet/parse/_pattern.py
 share/quodlibet/parse/_query.py
 share/quodlibet/player.py
-share/quodlibet/plugins.py
+share/quodlibet/plugins/__init__.py
+share/quodlibet/plugins/_manager.py
+share/quodlibet/plugins/editing.py
 share/quodlibet/plugins/qlscrobbler.py
 share/quodlibet/qltk/__init__.py
+share/quodlibet/qltk/_editpane.py
 share/quodlibet/qltk/about.py
 share/quodlibet/qltk/browser.py
 share/quodlibet/qltk/cbes.py
@@ -71,12 +78,14 @@
 share/quodlibet/qltk/cover.py
 share/quodlibet/qltk/delete.py
 share/quodlibet/qltk/downloader.py
+share/quodlibet/qltk/edittags.py
 share/quodlibet/qltk/entry.py
 share/quodlibet/qltk/exfalso.py
 share/quodlibet/qltk/filesel.py
 share/quodlibet/qltk/getstring.py
 share/quodlibet/qltk/info.py
 share/quodlibet/qltk/information.py
+share/quodlibet/qltk/lyrics.py
 share/quodlibet/qltk/mmkeys.py
 share/quodlibet/qltk/msg.py
 share/quodlibet/qltk/playorder.py
@@ -86,8 +95,12 @@
 share/quodlibet/qltk/queue.py
 share/quodlibet/qltk/quodlibet.py
 share/quodlibet/qltk/remote.py
+share/quodlibet/qltk/renamefiles.py
 share/quodlibet/qltk/sliderbutton.py
 share/quodlibet/qltk/songlist.py
+share/quodlibet/qltk/tagsfrompath.py
+share/quodlibet/qltk/textedit.py
+share/quodlibet/qltk/tracknumbers.py
 share/quodlibet/qltk/trayicon.py
 share/quodlibet/qltk/views.py
 share/quodlibet/qltk/watcher.py
--- ports-quodlibet-20060118.diff ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jan 18 21:47:40 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91971 

From: Byung-Hee HWANG <bh@izb.knu.ac.kr>
To: Chang bom Yoon <changbom.yoon@gmail.com>
Cc: Edwin Groothuis <edwin@freebsd.org>, bug-followup@freebsd.org
Subject: Re: ports/91971: [PATCH] multimedia/quodlibet: update to 0.17
Date: Thu, 19 Jan 2006 03:06:28 -0700

 On Thu, 19 Jan 2006 08:42:41 +0000, Chang bom Yoon wrote:
 > 2006/1/18, Edwin Groothuis <edwin@freebsd.org>:
 > > Synopsis: [PATCH] multimedia/quodlibet: update to 0.17
 > >
 > > State-Changed-From-To: open->feedback
 > > State-Changed-By: edwin
 > > State-Changed-When: Wed Jan 18 21:47:40 UTC 2006
 > > State-Changed-Why:
 > > Awaiting maintainers feedback
 > 
 > I'm glad to see this pr, because update :)
 > 
 > Tested, and it works good. I approve this pr.
 
 Thanks, ChangBom!
 
 Sincerely,
 
 -- 
 Byung-Hee
State-Changed-From-To: feedback->open 
State-Changed-By: edwin 
State-Changed-When: Thu Jan 19 11:07:44 UTC 2006 
State-Changed-Why:  
maintainer approved 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91971 

From: Byung-Hee HWANG <bh@izb.knu.ac.kr>
To: bug-followup@freebsd.org
Cc: changbom.yoon@gmail.com
Subject: Re: ports/91971: [PATCH] multimedia/quodlibet: update to 0.17
Date: Thu, 19 Jan 2006 15:54:17 -0700

 --KsGdsel6WgEHnImy
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
 
 A few minutes ago, updated de.mo(German Translation) arrived in QL's List.  
 And so QL's Author, Joe Wreschnig <piman@sacredchao.net>, has just released
 0.17.1 that includes updated de.mo.
 
 Please, use this patch(ports-quodlibet-20060119.diff) instead of old
 patch(ports-quodlibet-20060118.diff).
 
 Sincerely,
 
 -- 
 Byung-Hee
 
 --KsGdsel6WgEHnImy
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: attachment; filename="ports-quodlibet-20060119.diff"
 
 diff --exclude=CVS -uNr quodlibet.orig/Makefile quodlibet/Makefile
 --- quodlibet.orig/Makefile	2006-01-14 18:41:26.000000000 -0700
 +++ quodlibet/Makefile	2006-01-19 14:40:56.068086646 -0700
 @@ -6,8 +6,8 @@
  #
  
  PORTNAME=	quodlibet
 -PORTVERSION=	0.16
 -PORTREVISION=	3
 +PORTVERSION=	0.17.1
 +PORTREVISION=	0
  CATEGORIES=	multimedia audio python gnome
  MASTER_SITES=	http://www.sacredchao.net/~piman/software/
  
 @@ -50,8 +50,6 @@
  .endif
  
  .if defined(WANT_QUODLIBET_FLAC)
 -BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/flac/__init__.py:${PORTSDIR}/audio/py-flac
 -RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/flac/__init__.py:${PORTSDIR}/audio/py-flac
  USE_GSTREAMER+=	flac
  .endif
  
 diff --exclude=CVS -uNr quodlibet.orig/distinfo quodlibet/distinfo
 --- quodlibet.orig/distinfo	2006-01-04 14:16:53.000000000 -0700
 +++ quodlibet/distinfo	2006-01-19 14:49:27.578357086 -0700
 @@ -1,3 +1,3 @@
 -MD5 (quodlibet-0.16.tar.gz) = f47cdc1e8f7197a3cd281bd31b406d94
 -SHA256 (quodlibet-0.16.tar.gz) = 8c23a08432f3be60d0d85ee650b7c12a30799a4bd307107b332db94b91db9a9d
 -SIZE (quodlibet-0.16.tar.gz) = 552149
 +MD5 (quodlibet-0.17.1.tar.gz) = e4e7f617f04aad73c841f9d2e2e7028a
 +SHA256 (quodlibet-0.17.1.tar.gz) = 1d02f7d015d0e5d3eadc1d38bea17ffc15c85178a4144bc4ea062f273658a221
 +SIZE (quodlibet-0.17.1.tar.gz) = 596710
 diff --exclude=CVS -uNr quodlibet.orig/pkg-plist quodlibet/pkg-plist
 --- quodlibet.orig/pkg-plist	2006-01-04 14:16:53.000000000 -0700
 +++ quodlibet/pkg-plist	2006-01-18 12:54:23.176177214 -0700
 @@ -14,6 +14,7 @@
  share/locale/gl/LC_MESSAGES/quodlibet.mo
  share/locale/he/LC_MESSAGES/quodlibet.mo
  share/locale/it/LC_MESSAGES/quodlibet.mo
 +share/locale/ko/LC_MESSAGES/quodlibet.mo
  share/locale/nl/LC_MESSAGES/quodlibet.mo
  share/locale/pl/LC_MESSAGES/quodlibet.mo
  share/locale/pt/LC_MESSAGES/quodlibet.mo
 @@ -39,7 +40,7 @@
  share/quodlibet/formats/_audio.py
  share/quodlibet/formats/_vorbis.py
  share/quodlibet/formats/ape.py
 -share/quodlibet/formats/flac_.py
 +share/quodlibet/formats/flac.py
  share/quodlibet/formats/mod.py
  share/quodlibet/formats/mp3.py
  share/quodlibet/formats/mp4.py
 @@ -48,18 +49,24 @@
  share/quodlibet/formats/remote.py
  share/quodlibet/formats/wavpack.py
  share/quodlibet/library.py
 +share/quodlibet/massagers.py
  share/quodlibet/mutagen/__init__.py
  share/quodlibet/mutagen/_constants.py
 +share/quodlibet/mutagen/_vorbis.py
  share/quodlibet/mutagen/apev2.py
 +share/quodlibet/mutagen/flac.py
  share/quodlibet/mutagen/id3.py
  share/quodlibet/parse/__init__.py
  share/quodlibet/parse/_match.py
  share/quodlibet/parse/_pattern.py
  share/quodlibet/parse/_query.py
  share/quodlibet/player.py
 -share/quodlibet/plugins.py
 +share/quodlibet/plugins/__init__.py
 +share/quodlibet/plugins/_manager.py
 +share/quodlibet/plugins/editing.py
  share/quodlibet/plugins/qlscrobbler.py
  share/quodlibet/qltk/__init__.py
 +share/quodlibet/qltk/_editpane.py
  share/quodlibet/qltk/about.py
  share/quodlibet/qltk/browser.py
  share/quodlibet/qltk/cbes.py
 @@ -71,12 +78,14 @@
  share/quodlibet/qltk/cover.py
  share/quodlibet/qltk/delete.py
  share/quodlibet/qltk/downloader.py
 +share/quodlibet/qltk/edittags.py
  share/quodlibet/qltk/entry.py
  share/quodlibet/qltk/exfalso.py
  share/quodlibet/qltk/filesel.py
  share/quodlibet/qltk/getstring.py
  share/quodlibet/qltk/info.py
  share/quodlibet/qltk/information.py
 +share/quodlibet/qltk/lyrics.py
  share/quodlibet/qltk/mmkeys.py
  share/quodlibet/qltk/msg.py
  share/quodlibet/qltk/playorder.py
 @@ -86,8 +95,12 @@
  share/quodlibet/qltk/queue.py
  share/quodlibet/qltk/quodlibet.py
  share/quodlibet/qltk/remote.py
 +share/quodlibet/qltk/renamefiles.py
  share/quodlibet/qltk/sliderbutton.py
  share/quodlibet/qltk/songlist.py
 +share/quodlibet/qltk/tagsfrompath.py
 +share/quodlibet/qltk/textedit.py
 +share/quodlibet/qltk/tracknumbers.py
  share/quodlibet/qltk/trayicon.py
  share/quodlibet/qltk/views.py
  share/quodlibet/qltk/watcher.py
 
 --KsGdsel6WgEHnImy--

From: ChangBom Yoon <changbom.yoon@gmail.com>
To: Byung-Hee HWANG <bh@izb.knu.ac.kr>
Cc: bug-followup@freebsd.org
Subject: Re: ports/91971: [PATCH] multimedia/quodlibet: update to 0.17
Date: Fri, 20 Jan 2006 12:59:54 +0900

 Byung-Hee HWANG wrote:
 > The following reply was made to PR ports/91971; it has been noted by GNATS.
 >
 > From: Byung-Hee HWANG <bh@izb.knu.ac.kr>
 > To: bug-followup@freebsd.org
 > Cc: changbom.yoon@gmail.com
 > Subject: Re: ports/91971: [PATCH] multimedia/quodlibet: update to 0.17
 > Date: Thu, 19 Jan 2006 15:54:17 -0700
 >
 >  --KsGdsel6WgEHnImy
 >  Content-Type: text/plain; charset=utf-8
 >  Content-Disposition: inline
 >  
 >  A few minutes ago, updated de.mo(German Translation) arrived in QL's List.  
 >  And so QL's Author, Joe Wreschnig <piman@sacredchao.net>, has just released
 >  0.17.1 that includes updated de.mo.
 >  
 >  Please, use this patch(ports-quodlibet-20060119.diff) instead of old
 >  patch(ports-quodlibet-20060118.diff).
 >  
 >  Sincerely,
 >  
 >  -- 
 >  Byung-Hee
 >  
 >  --KsGdsel6WgEHnImy
 >  Content-Type: text/plain; charset=utf-8
 >  Content-Disposition: attachment; filename="ports-quodlibet-20060119.diff"
 >  
 >  diff --exclude=CVS -uNr quodlibet.orig/Makefile quodlibet/Makefile
 >  --- quodlibet.orig/Makefile	2006-01-14 18:41:26.000000000 -0700
 >  +++ quodlibet/Makefile	2006-01-19 14:40:56.068086646 -0700
 >  @@ -6,8 +6,8 @@
 >   #
 >   
 >   PORTNAME=	quodlibet
 >  -PORTVERSION=	0.16
 >  -PORTREVISION=	3
 >  +PORTVERSION=	0.17.1
 >  +PORTREVISION=	0
 >   CATEGORIES=	multimedia audio python gnome
 >   MASTER_SITES=	http://www.sacredchao.net/~piman/software/
 >   
 >  @@ -50,8 +50,6 @@
 >   .endif
 >   
 >   .if defined(WANT_QUODLIBET_FLAC)
 >  -BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/flac/__init__.py:${PORTSDIR}/audio/py-flac
 >  -RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/flac/__init__.py:${PORTSDIR}/audio/py-flac
 >   USE_GSTREAMER+=	flac
 >   .endif
 >   
 >  diff --exclude=CVS -uNr quodlibet.orig/distinfo quodlibet/distinfo
 >  --- quodlibet.orig/distinfo	2006-01-04 14:16:53.000000000 -0700
 >  +++ quodlibet/distinfo	2006-01-19 14:49:27.578357086 -0700
 >  @@ -1,3 +1,3 @@
 >  -MD5 (quodlibet-0.16.tar.gz) = f47cdc1e8f7197a3cd281bd31b406d94
 >  -SHA256 (quodlibet-0.16.tar.gz) = 8c23a08432f3be60d0d85ee650b7c12a30799a4bd307107b332db94b91db9a9d
 >  -SIZE (quodlibet-0.16.tar.gz) = 552149
 >  +MD5 (quodlibet-0.17.1.tar.gz) = e4e7f617f04aad73c841f9d2e2e7028a
 >  +SHA256 (quodlibet-0.17.1.tar.gz) = 1d02f7d015d0e5d3eadc1d38bea17ffc15c85178a4144bc4ea062f273658a221
 >  +SIZE (quodlibet-0.17.1.tar.gz) = 596710
 >  diff --exclude=CVS -uNr quodlibet.orig/pkg-plist quodlibet/pkg-plist
 >  --- quodlibet.orig/pkg-plist	2006-01-04 14:16:53.000000000 -0700
 >  +++ quodlibet/pkg-plist	2006-01-18 12:54:23.176177214 -0700
 >  @@ -14,6 +14,7 @@
 >   share/locale/gl/LC_MESSAGES/quodlibet.mo
 >   share/locale/he/LC_MESSAGES/quodlibet.mo
 >   share/locale/it/LC_MESSAGES/quodlibet.mo
 >  +share/locale/ko/LC_MESSAGES/quodlibet.mo
 >   share/locale/nl/LC_MESSAGES/quodlibet.mo
 >   share/locale/pl/LC_MESSAGES/quodlibet.mo
 >   share/locale/pt/LC_MESSAGES/quodlibet.mo
 >  @@ -39,7 +40,7 @@
 >   share/quodlibet/formats/_audio.py
 >   share/quodlibet/formats/_vorbis.py
 >   share/quodlibet/formats/ape.py
 >  -share/quodlibet/formats/flac_.py
 >  +share/quodlibet/formats/flac.py
 >   share/quodlibet/formats/mod.py
 >   share/quodlibet/formats/mp3.py
 >   share/quodlibet/formats/mp4.py
 >  @@ -48,18 +49,24 @@
 >   share/quodlibet/formats/remote.py
 >   share/quodlibet/formats/wavpack.py
 >   share/quodlibet/library.py
 >  +share/quodlibet/massagers.py
 >   share/quodlibet/mutagen/__init__.py
 >   share/quodlibet/mutagen/_constants.py
 >  +share/quodlibet/mutagen/_vorbis.py
 >   share/quodlibet/mutagen/apev2.py
 >  +share/quodlibet/mutagen/flac.py
 >   share/quodlibet/mutagen/id3.py
 >   share/quodlibet/parse/__init__.py
 >   share/quodlibet/parse/_match.py
 >   share/quodlibet/parse/_pattern.py
 >   share/quodlibet/parse/_query.py
 >   share/quodlibet/player.py
 >  -share/quodlibet/plugins.py
 >  +share/quodlibet/plugins/__init__.py
 >  +share/quodlibet/plugins/_manager.py
 >  +share/quodlibet/plugins/editing.py
 >   share/quodlibet/plugins/qlscrobbler.py
 >   share/quodlibet/qltk/__init__.py
 >  +share/quodlibet/qltk/_editpane.py
 >   share/quodlibet/qltk/about.py
 >   share/quodlibet/qltk/browser.py
 >   share/quodlibet/qltk/cbes.py
 >  @@ -71,12 +78,14 @@
 >   share/quodlibet/qltk/cover.py
 >   share/quodlibet/qltk/delete.py
 >   share/quodlibet/qltk/downloader.py
 >  +share/quodlibet/qltk/edittags.py
 >   share/quodlibet/qltk/entry.py
 >   share/quodlibet/qltk/exfalso.py
 >   share/quodlibet/qltk/filesel.py
 >   share/quodlibet/qltk/getstring.py
 >   share/quodlibet/qltk/info.py
 >   share/quodlibet/qltk/information.py
 >  +share/quodlibet/qltk/lyrics.py
 >   share/quodlibet/qltk/mmkeys.py
 >   share/quodlibet/qltk/msg.py
 >   share/quodlibet/qltk/playorder.py
 >  @@ -86,8 +95,12 @@
 >   share/quodlibet/qltk/queue.py
 >   share/quodlibet/qltk/quodlibet.py
 >   share/quodlibet/qltk/remote.py
 >  +share/quodlibet/qltk/renamefiles.py
 >   share/quodlibet/qltk/sliderbutton.py
 >   share/quodlibet/qltk/songlist.py
 >  +share/quodlibet/qltk/tagsfrompath.py
 >  +share/quodlibet/qltk/textedit.py
 >  +share/quodlibet/qltk/tracknumbers.py
 >   share/quodlibet/qltk/trayicon.py
 >   share/quodlibet/qltk/views.py
 >   share/quodlibet/qltk/watcher.py
 >  
 >  --KsGdsel6WgEHnImy--
 > _______________________________________________
 > freebsd-ports-bugs@freebsd.org mailing list
 > http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
 > To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
 >
 >   
 

From: ChangBom Yoon <changbom.yoon@gmail.com>
To: Byung-Hee HWANG <bh@izb.knu.ac.kr>
Cc: bug-followup@freebsd.org
Subject: Re: ports/91971: [PATCH] multimedia/quodlibet: update to 0.17
Date: Fri, 20 Jan 2006 13:15:28 +0900

 Byung-Hee HWANG wrote:
 > The following reply was made to PR ports/91971; it has been noted by GNATS.
 >
 > From: Byung-Hee HWANG <bh@izb.knu.ac.kr>
 > To: bug-followup@freebsd.org
 > Cc: changbom.yoon@gmail.com
 > Subject: Re: ports/91971: [PATCH] multimedia/quodlibet: update to 0.17
 > Date: Thu, 19 Jan 2006 15:54:17 -0700
 >
 >  --KsGdsel6WgEHnImy
 >  Content-Type: text/plain; charset=utf-8
 >  Content-Disposition: inline
 >  
 >  A few minutes ago, updated de.mo(German Translation) arrived in QL's List.  
 >  And so QL's Author, Joe Wreschnig <piman@sacredchao.net>, has just released
 >  0.17.1 that includes updated de.mo.
 >  
 >  Please, use this patch(ports-quodlibet-20060119.diff) instead of old
 >  patch(ports-quodlibet-20060118.diff).
 > [...snip...] 
 >
 >   
 I approve recent pr. :)
 (sorry, my mistakes)
 

From: Byung-Hee HWANG <bh@izb.knu.ac.kr>
To: ChangBom Yoon <changbom.yoon@gmail.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/91971: [PATCH] multimedia/quodlibet: update to 0.17
Date: Fri, 20 Jan 2006 02:58:55 -0700

 Dear Maintainer
 
 [1] Quod Libet has been updated by the author, again.
 
 - Updated German translation, by Rüdiger Arp.
 - Updated Russian translation, by Sergey Fedoseev.
 - intltool is now required to build translations. 
 
 [1] http://www.sacredchao.net/quodlibet/milestone?id=EF%2FQL+0.17.1 
 
 I hope that you should accept to this patch file instead of all old patch
 files. Please, check out here: 
 http://izb.knu.ac.kr/~bh/stuff/ports-quodlibet-20060120.diff
 
 Sincerely,
 
 -- 
 Byung-Hee

From: ChangBom Yoon <changbom.yoon@gmail.com>
To: Byung-Hee HWANG <bh@izb.knu.ac.kr>
Cc: bug-followup@freebsd.org
Subject: Re: ports/91971: [PATCH] multimedia/quodlibet: update to 0.17
Date: Fri, 20 Jan 2006 19:25:51 +0900

 Byung-Hee HWANG wrote:
 > The following reply was made to PR ports/91971; it has been noted by GNATS.
 >
 > From: Byung-Hee HWANG <bh@izb.knu.ac.kr>
 > To: ChangBom Yoon <changbom.yoon@gmail.com>
 > Cc: bug-followup@FreeBSD.org
 > Subject: Re: ports/91971: [PATCH] multimedia/quodlibet: update to 0.17
 > Date: Fri, 20 Jan 2006 02:58:55 -0700
 >
 >  Dear Maintainer
 >  
 >  [1] Quod Libet has been updated by the author, again.
 >  
 >  - Updated German translation, by Rüdiger Arp.
 >  - Updated Russian translation, by Sergey Fedoseev.
 >  - intltool is now required to build translations. 
 >  
 >  [1] http://www.sacredchao.net/quodlibet/milestone?id=EF%2FQL+0.17.1 
 >  
 >  I hope that you should accept to this patch file instead of all old patch
 >  files. Please, check out here: 
 >  http://izb.knu.ac.kr/~bh/stuff/ports-quodlibet-20060120.diff
 >  
 >  Sincerely,
 >   
 very often updates....... Tested, and i've check it works correctly. 
 approve this.
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri Jan 20 23:30:02 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91971 
>Unformatted:
