Date: Wed, 13 Mar 2002 21:23:55 +0800 (CST) From: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@infomath.math.nctu.edu.tw Subject: ports/35857: Maintainer Update : audio/mziq Message-ID: <20020313132355.A783C3DDC@infomath.math.nctu.edu.tw>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020313132355.A783C3DDC>