Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Apr 2002 21:02:42 +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/37058: Update port: audio/mziq
Message-ID:  <20020414130242.5BCB03DE6@infomath.math.nctu.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         37058
>Category:       ports
>Synopsis:       Update port: 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:   Sun Apr 14 06:10:01 PDT 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 typo and file list.
	
>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/audio/mziq/Makefile mziq/Makefile
--- /usr/ports/audio/mziq/Makefile	Mon Mar 18 07:42:10 2002
+++ mziq/Makefile	Sun Apr 14 20:59:03 2002
@@ -7,7 +7,7 @@
 
 PORTNAME=	mziq
 PORTVERSION=	0.2.49
-PORTVISION=	1
+PORTVISION=	2
 CATEGORIES=	audio
 MASTER_SITES=	http://cseg.lucidx.com/projects/src/mziq/
 
@@ -21,14 +21,14 @@
 USE_PERL5=	yes
 
 do-install:
-.for FILE in gmziq junkbox mziq
+.for FILE in gmziq jukebox mziq
 	@${INSTALL_SCRIPT} ${WRKSRC}/${FILE} ${PREFIX}/bin
 .endfor
 
 .if !defined(NOPORTDOCS)
 post-install:
 	@${MKDIR} ${DOCSDIR}
-.for FILE in LASTLOG README TODO rcfile
+.for FILE in README TODO rcfile
 	@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
 .endfor
 .endif
diff -ruN /usr/ports/audio/mziq/pkg-plist mziq/pkg-plist
--- /usr/ports/audio/mziq/pkg-plist	Sat Aug 25 02:08:50 2001
+++ mziq/pkg-plist	Sun Apr 14 20:58:56 2002
@@ -1,7 +1,6 @@
 bin/gmziq
 bin/jukebox
 bin/mziq
-%%PORTDOCS%%share/doc/mziq/LASTLOG
 %%PORTDOCS%%share/doc/mziq/README
 %%PORTDOCS%%share/doc/mziq/TODO
 %%PORTDOCS%%share/doc/mziq/rcfile
	


>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?20020414130242.5BCB03DE6>