From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 19 09:06:56 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82FC316A47A; Mon, 19 Jun 2006 09:06:56 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B83A43D64; Mon, 19 Jun 2006 09:06:51 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from ibm62aec.bellsouth.net ([68.209.153.178]) by imf20aec.mail.bellsouth.net with ESMTP id <20060619090646.JRLJ26499.imf20aec.mail.bellsouth.net@ibm62aec.bellsouth.net>; Mon, 19 Jun 2006 05:06:46 -0400 Received: from Laptop.mine.box ([68.209.153.178]) by ibm62aec.bellsouth.net with ESMTP id <20060619090641.GFAZ24666.ibm62aec.bellsouth.net@Laptop.mine.box>; Mon, 19 Jun 2006 05:06:41 -0400 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.6/8.13.6) with ESMTP id k5J96WEX015242; Mon, 19 Jun 2006 04:06:32 -0500 (CDT) (envelope-from alex@Laptop.mine.box) Received: (from alex@localhost) by Laptop.mine.box (8.13.6/8.13.6/Submit) id k5J96Vt6015241; Mon, 19 Jun 2006 04:06:31 -0500 (CDT) (envelope-from alex) From: Alexander Botero-Lowry Message-Id: <200606190906.k5J96Vt6015241@Laptop.mine.box> Date: Mon, 19 Jun 2006 04:06:31 -0500 To: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org, alex@foxybanana.com References: <200606190550.k5J5oGJu042234@freefall.freebsd.org> In-Reply-To: <200606190550.k5J5oGJu042234@freefall.freebsd.org> User-Agent: nail 11.25 7/29/05 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_44966917.maAtfuQDRsQZ6/OZ12S5ygIrXq7Og+s5Zt+gqMh6GAxpHgtp" Cc: Subject: Re: ports/99164: [REPO COPY]: audio/ruby-snett -> audio/snett X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 09:06:56 -0000 This is a multi-part message in MIME format. --=_44966917.maAtfuQDRsQZ6/OZ12S5ygIrXq7Og+s5Zt+gqMh6GAxpHgtp Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Attached is the patch once the repocopy is done FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/99164'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=99164 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [REPO COPY]: audio/ruby-snett -> audio/snett > >Arrival-Date: Mon Jun 19 05:50:16 GMT 2006 > > !DSPAM:4,44963b1928113055254153! > --=_44966917.maAtfuQDRsQZ6/OZ12S5ygIrXq7Og+s5Zt+gqMh6GAxpHgtp Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ruby-snett-repocopy.diff" ===> Updating from CVS ? ruby-snett-repocopy.diff ? work M Makefile ===> Generating patch ===> Viewing diff with more ? ruby-snett-repocopy.diff ? work Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/ruby-snett/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 8 Apr 2006 23:28:38 -0000 1.2 +++ Makefile 19 Jun 2006 09:03:47 -0000 @@ -8,7 +8,6 @@ PORTVERSION= 0.0.2 CATEGORIES= audio ruby MASTER_SITES= ftp://ftp.code-monkey.de/pub/snett/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} MAINTAINER= alex@foxybanana.com COMMENT= A simple XMMS2 client inspired by strange-quark @@ -28,6 +27,6 @@ .endif do-install: - @cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ install + @cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ ${INSTALL_TARGET} .include ===> Done --=_44966917.maAtfuQDRsQZ6/OZ12S5ygIrXq7Og+s5Zt+gqMh6GAxpHgtp--