Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Feb 2003 13:48:58 +0300 (MSK)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dyfet@gnu.org
Subject:   ports/48416: [NON-MAINTAINER] update audio/ccaudio from 0.2.4 (b0rken) to 1.0.6
Message-ID:  <20030218104858.2B90DF4@freebsd.org.ru>

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

>Number:         48416
>Category:       ports
>Synopsis:       [NON-MAINTAINER] update audio/ccaudio from 0.2.4 (b0rken) to 1.0.6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 18 02:50:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD 4.7-STABLE i386

>Description:
	update audio/ccaudio from 0.2.4 (b0rken/not fetchable) to 1.0.6
	use COMMENT instead of pkg-comment
	fix fetchable
	fix pkg-list
	test build on FreeBSD 5.0-CURRENT #0: Mon Feb 17 18:14:20 MSK 2003
	change MAINTAINER to ports@
>How-To-Repeat:
	not fetchable by fenner
>Fix:

Index: ports/audio/ccaudio/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/ccaudio/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- ports/audio/ccaudio/Makefile	2002/12/26 10:02:40	1.4
+++ ports/audio/ccaudio/Makefile	2003/02/18 10:42:39
@@ -6,16 +6,16 @@
 #
 
 PORTNAME=	ccaudio
-PORTVERSION=	0.2.4
+PORTVERSION=	1.0.6
 CATEGORIES=	audio
-# Mastersite is broken regarding anonymous FTP, mirror is unreachable.
-# I have informed the webmaster regarding this, hope to get an answer
-# soon - edwin@freebsd.org 20021226
-MASTER_SITES=	ftp://www.voxilla.org/pub/ccaudio/ \
-		ftp://ftp.teklab.com/voxilla/pub/ccaudio/
+MASTER_SITES=	${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR=	ccaudio
 
-MAINTAINER=	dyfet@gnu.org
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	C++ class framework for manipulating audio files
 
+BUILD_DEPENDS=	ccgnu2-config:${PORTSDIR}/devel/commoncpp
+
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
 USE_AUTOCONF=	yes
@@ -24,8 +24,12 @@
 
 CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include"
 
+MAN3=		Audio.3cc AudioCodec.3cc AudioCopy.3cc AudioFile.3cc \
+		AudioRegisterCodec.3cc AudioSample.3cc AudioTone.3cc \
+		CDAudio.3cc
+
 post-extract:
-	@find ${WRKSRC} -name "Makefile.in" | \
-		xargs ${REINPLACE_CMD} -e 's|-release \@LT_RELEASE\@||g'
+	@${FIND} ${WRKSRC} -name "Makefile.in" | \
+		${XARGS} ${REINPLACE_CMD} -e 's|-release \@LT_RELEASE\@||g'
 
 .include <bsd.port.mk>
Index: ports/audio/ccaudio/distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/ccaudio/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- ports/audio/ccaudio/distinfo	2000/09/09 16:40:46	1.2
+++ ports/audio/ccaudio/distinfo	2003/02/18 10:42:39
@@ -1 +1 @@
-MD5 (ccaudio-0.2.4.tar.gz) = f326313e78a1952aed90819b7d519350
+MD5 (ccaudio-1.0.6.tar.gz) = 76f3e22d9d677944977205c49ace35ce
Index: ports/audio/ccaudio/pkg-plist
===================================================================
RCS file: /home/ncvs/ports/audio/ccaudio/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- ports/audio/ccaudio/pkg-plist	2001/03/10 05:51:41	1.3
+++ ports/audio/ccaudio/pkg-plist	2003/02/18 10:42:39
@@ -1,5 +1,5 @@
-include/cc++/audio.h
-lib/libccaudio.a
-lib/libccaudio.so
-lib/libccaudio.so.0
-@dirrm include/cc++
+include/cc++2/cc++/audio.h
+lib/libccaudio1.a
+lib/libccaudio1.la
+lib/libccaudio1.so
+lib/libccaudio1.so.0
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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