From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 23 00:10:12 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FE7316A420 for ; Fri, 23 Dec 2005 00:10:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2430743D46 for ; Fri, 23 Dec 2005 00:10:12 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBN0A9FN024949 for ; Fri, 23 Dec 2005 00:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBN0A9g0024947; Fri, 23 Dec 2005 00:10:09 GMT (envelope-from gnats) Date: Fri, 23 Dec 2005 00:10:09 GMT Message-Id: <200512230010.jBN0A9g0024947@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Byung-Hee HWANG Cc: Subject: Re: ports/90627: [NEW PORTS] multimedia/quodlibet X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Byung-Hee HWANG List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 00:10:12 -0000 The following reply was made to PR ports/90627; it has been noted by GNATS. From: Byung-Hee HWANG To: bug-followup@FreeBSD.org Cc: perky@FreeBSD.org, ports@FreeBSD.org Subject: Re: ports/90627: [NEW PORTS] multimedia/quodlibet Date: Fri, 23 Dec 2005 09:01:54 +0900 Hi, Yesterday, I submitted the ports of audio program [quodlibet, PR90627]. (The quodlibet is still not committed.) That is written in python. However, the category is only "multimedia audio". To resume our story, I wonder which I am choosing the right category or not. I consider that (to be) a part of python. Therefore, I hope to add "python" in category, too. --- patch begins here --- --- Makefile.orig 2005-12-22 16:25:35.399921000 -0700 +++ Makefile 2005-12-22 16:25:55.269612326 -0700 @@ -7,7 +7,7 @@ PORTNAME= quodlibet PORTVERSION= 0.15 -CATEGORIES= multimedia audio +CATEGORIES= multimedia audio python MASTER_SITES= http://www.sacredchao.net/~piman/software/ \ http://izb.knu.ac.kr/~bh/software/ DISTNAME= ${PORTNAME}-${PORTVERSION} --- patch ends here --- How do you think about this? Sincerely, -- Byung-Hee