From owner-freebsd-ports Wed Mar 13 5:40:13 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C408637B41C for ; Wed, 13 Mar 2002 05:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2DDe1X44086; Wed, 13 Mar 2002 05:40:01 -0800 (PST) (envelope-from gnats) Received: from Mgw1-out.NCTU.edu.tw (Mgw1-out.NCTU.edu.tw [140.113.1.3]) by hub.freebsd.org (Postfix) with ESMTP id 10B8437B416 for ; Wed, 13 Mar 2002 05:24:13 -0800 (PST) Received: from Mgw1-out.NCTU.edu.tw (localhost [127.0.0.1]) by Mgw1-out.NCTU.edu.tw (8.12.2/8.12.2) with ESMTP id g2DDNxib005059 for ; Wed, 13 Mar 2002 21:23:59 +0800 (CST) Received: (from root@localhost) by Mgw1-out.NCTU.edu.tw (8.12.2/8.12.2/Submit) id g2DDNxOK005058 for FreeBSD-gnats-submit@freebsd.org.procmail; Wed, 13 Mar 2002 21:23:59 +0800 (CST) Received: from infomath.math.nctu.edu.tw (infomath.Math.NCTU.edu.tw [140.113.22.119]) by Mgw1-out.NCTU.edu.tw (8.12.2/8.12.2) with ESMTP id g2DDNuib005051 for ; Wed, 13 Mar 2002 21:23:59 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id A783C3DDC; Wed, 13 Mar 2002 21:23:55 +0800 (CST) Message-Id: <20020313132355.A783C3DDC@infomath.math.nctu.edu.tw> Date: Wed, 13 Mar 2002 21:23:55 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@infomath.math.nctu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/35857: Maintainer Update : audio/mziq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35857 >Category: ports >Synopsis: Maintainer Update : audio/mziq >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Mar 13 05:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.5-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.5-RELEASE-p2 FreeBSD 4.5-RELEASE-p2 #5: Fri Mar 8 02:38:09 CST 2002 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 >Description: Fix patch problem and project homepage url. >How-To-Repeat: >Fix: diff -ruN /usr/ports/audio/mziq/Makefile mziq/Makefile --- /usr/ports/audio/mziq/Makefile Wed Mar 13 00:53:52 2002 +++ mziq/Makefile Wed Mar 13 21:20:41 2002 @@ -7,6 +7,7 @@ PORTNAME= mziq PORTVERSION= 0.2.49 +PORTVISION= 1 CATEGORIES= audio MASTER_SITES= http://cseg.lucidx.com/projects/src/mziq/ @@ -16,21 +17,18 @@ WRKSRC= ${WRKDIR}/MZiq -BINS= gmziq jukebox mziq -DOCS= LASTLOG README TODO rcfile - NO_BUILD= yes USE_PERL5= yes do-install: -.for FILE in ${BINS} +.for FILE in gmziq junkbox mziq @${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/bin .endfor .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} -.for FILE in ${DOCS} +.for FILE in LASTLOG README TODO rcfile @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} .endfor .endif diff -ruN /usr/ports/audio/mziq/files/patch-aa mziq/files/patch-aa --- /usr/ports/audio/mziq/files/patch-aa Thu Jan 1 08:00:00 1970 +++ mziq/files/patch-aa Wed Mar 13 21:18:58 2002 @@ -0,0 +1,11 @@ +--- rcfile.orig Wed Mar 13 21:18:08 2002 ++++ rcfile Wed Mar 13 21:18:41 2002 +@@ -31,7 +31,7 @@ + # + + # It defines the top-level directories where the program will search for files. +-basedir = "/storage/mp3" ++basedir = "$home" + + # MZiq's home directory. + mziq = "$home/.mziq" diff -ruN /usr/ports/audio/mziq/files/patch-mziq mziq/files/patch-mziq --- /usr/ports/audio/mziq/files/patch-mziq Sat Aug 25 02:08:50 2001 +++ mziq/files/patch-mziq Thu Jan 1 08:00:00 1970 @@ -1,11 +0,0 @@ ---- mziq.orig Sat Aug 25 01:42:16 2001 -+++ mziq Sat Aug 25 01:42:33 2001 -@@ -52,7 +52,7 @@ - # - # This is the only option you really need to modify. It defines the top-level - # directories where the program will search for files. --@basedir = ("/storage/mp3"); -+@basedir = ("$ENV{'HOME'}"); - - # These options might work for most people. - # diff -ruN /usr/ports/audio/mziq/pkg-descr mziq/pkg-descr --- /usr/ports/audio/mziq/pkg-descr Sat Aug 25 02:08:50 2001 +++ mziq/pkg-descr Wed Mar 13 02:13:50 2002 @@ -1,7 +1,7 @@ MZiq is a Perl frontend for mpg123. Its main feature is the deployment of Perl's regular expressions for ease of playlist creation. -WWW: http://cseg.lucidx.com/mziq/ +WWW: http://cseg.lucidx.com/projects/ - Gea-Suan Lin gslin@ccca.nctu.edu.tw >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message