From owner-freebsd-ports-bugs Tue Feb 18 2:50:15 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98A1437B406 for ; Tue, 18 Feb 2003 02:50:11 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B926B43F93 for ; Tue, 18 Feb 2003 02:50:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1IAoANS043463 for ; Tue, 18 Feb 2003 02:50:10 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1IAoAxQ043462; Tue, 18 Feb 2003 02:50:10 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B4ED37B401 for ; Tue, 18 Feb 2003 02:49:01 -0800 (PST) Received: from freebsd.org.ru (www.freebsd.org.ru [194.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CEA143F85 for ; Tue, 18 Feb 2003 02:49:00 -0800 (PST) (envelope-from osa@freebsd.org.ru) Received: by freebsd.org.ru (Postfix, from userid 1000) id 2B90DF4; Tue, 18 Feb 2003 13:48:58 +0300 (MSK) Message-Id: <20030218104858.2B90DF4@freebsd.org.ru> Date: Tue, 18 Feb 2003 13:48:58 +0300 (MSK) From: "Sergey A.Osokin" Reply-To: "Sergey A.Osokin" To: FreeBSD-gnats-submit@FreeBSD.org Cc: dyfet@gnu.org X-Send-Pr-Version: 3.113 Subject: ports/48416: [NON-MAINTAINER] update audio/ccaudio from 0.2.4 (b0rken) to 1.0.6 Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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