Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2005 01:00:08 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78733: Update port: audio/flac123 to 0.0.8
Message-ID:  <20050313010008.3f6b5ad7.tkato432@yahoo.com>
Resent-Message-ID: <200503121610.j2CGA2iR022462@freefall.freebsd.org>

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

>Number:         78733
>Category:       ports
>Synopsis:       Update port: audio/flac123 to 0.0.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 12 16:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.0.8

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/flac123/Makefile audio/flac123/Makefile
--- /usr/ports/audio/flac123/Makefile	Sun May 16 00:19:53 2004
+++ audio/flac123/Makefile	Sun Mar 13 00:39:21 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	flac123
-PORTVERSION=	0.0.7
+PORTVERSION=	0.0.8
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	flac-tools
@@ -14,22 +14,22 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Command-line player for flac audio files
 
-LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/popt \
+LIB_DEPENDS=	FLAC.5:${PORTSDIR}/audio/flac \
 		ao.3:${PORTSDIR}/audio/libao \
-		FLAC.5:${PORTSDIR}/audio/flac
+		popt.0:${PORTSDIR}/devel/popt 
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
-PLIST_FILES=	bin/flac123
 PORTDOCS=	README.remote
+PLIST_FILES=	bin/flac123
 
 post-install:
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-.for i in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+	@${MKDIR} ${DOCSDIR}
+.for file in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
 .endif
 
diff -urN /usr/ports/audio/flac123/distinfo audio/flac123/distinfo
--- /usr/ports/audio/flac123/distinfo	Sun May 16 00:19:53 2004
+++ audio/flac123/distinfo	Sun Mar 13 00:37:46 2005
@@ -1,2 +1,2 @@
-MD5 (flac123-0.0.7.tar.gz) = 0003aefd73f2bff4824e4b76a5b5331f
-SIZE (flac123-0.0.7.tar.gz) = 69852
+MD5 (flac123-0.0.8.tar.gz) = ccec5b21452334778b888ae68d322ba1
+SIZE (flac123-0.0.8.tar.gz) = 69156
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050313010008.3f6b5ad7.tkato432>