From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 16 05:10:23 2004 Return-Path: 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 D38B116A4CE for ; Sun, 16 May 2004 05:10:23 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 444C443D55 for ; Sun, 16 May 2004 05:10:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4GCAL4d099015 for ; Sun, 16 May 2004 05:10:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4GCALug099014; Sun, 16 May 2004 05:10:21 -0700 (PDT) (envelope-from gnats) Resent-Date: Sun, 16 May 2004 05:10:21 -0700 (PDT) Resent-Message-Id: <200405161210.i4GCALug099014@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ginga Kawaguti Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43D3E16A4CE for ; Sun, 16 May 2004 05:04:47 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEA9D43D39 for ; Sun, 16 May 2004 05:04:45 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i4GC4j7M053107 for ; Sun, 16 May 2004 05:04:45 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i4GC4jDB053106; Sun, 16 May 2004 05:04:45 -0700 (PDT) (envelope-from nobody) Message-Id: <200405161204.i4GC4jDB053106@www.freebsd.org> Date: Sun, 16 May 2004 05:04:45 -0700 (PDT) From: Ginga Kawaguti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/66689: audio/afsp port version update by maintainer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2004 12:10:24 -0000 >Number: 66689 >Category: ports >Synopsis: audio/afsp port version update by maintainer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 16 05:10:20 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Ginga Kawaguti >Release: 4.10-PRERELEASE >Organization: ginganet.org >Environment: FreeBSD 4.10-PRERELEASE #11: Sat May 8 10:21:33 JST 2004 >Description: Original software package has updated. This PR will update FreeBSD port to the new version. >How-To-Repeat: patch is attached >Fix: diff -ur /usr/ports/audio/afsp/Makefile ./Makefile --- /usr/ports/audio/afsp/Makefile Thu Feb 5 23:17:46 2004 +++ ./Makefile Thu May 6 22:09:40 2004 @@ -6,11 +6,10 @@ # PORTNAME= afsp -PORTVERSION= 7.1 -PORTREVISION= 1 +PORTVERSION= 8.0 CATEGORIES= audio MASTER_SITES= ftp://ftp.tsp.ece.mcgill.ca/pub/AFsp/ -DISTNAME= AFsp-v7r1 +DISTNAME= AFsp-v8r0 MAINTAINER= ginga-freebsd@ginganet.org COMMENT= Audio file conversion utilities and library @@ -19,10 +18,10 @@ MAN1= AFsp.1audio CompAudio.1audio CopyAudio.1audio FiltAudio.1audio \ GenNoise.1audio GenTone.1audio InfoAudio.1audio LPanal.1audio \ - LPsyn.1audio ResampAudio.1audio + LPsyn.1audio PQevalAudio.1audio ResampAudio.1audio MAN3= AFclose.3tsp AFdReadData.3tsp AFdWriteData.3tsp AFfReadData.3tsp \ AFfWriteData.3tsp AFopnRead.3tsp AFopnWrite.3tsp AFsetFileType.3tsp \ - AFsetHinfo.3tsp AFsetNHpar.3tsp AFsetSpeaker.3tsp + AFsetInfo.3tsp AFsetNHpar.3tsp AFsetSpeaker.3tsp MAKE_ARGS= COPTS="${CFLAGS}" diff -ur /usr/ports/audio/afsp/distinfo ./distinfo --- /usr/ports/audio/afsp/distinfo Wed Mar 31 23:02:24 2004 +++ ./distinfo Wed May 5 16:09:56 2004 @@ -1,2 +1,2 @@ -MD5 (AFsp-v7r1.tar.gz) = c4214003ae5157a523c5f4d1ac7d893c -SIZE (AFsp-v7r1.tar.gz) = 1081981 +MD5 (AFsp-v8r0.tar.gz) = 179daf2ed330317691a25e6072fe28fc +SIZE (AFsp-v8r0.tar.gz) = 1206724 diff -ur /usr/ports/audio/afsp/files/Makefile ./files/Makefile --- /usr/ports/audio/afsp/files/Makefile Wed Jun 18 21:30:23 2003 +++ ./files/Makefile Thu May 6 22:08:53 2004 @@ -10,6 +10,7 @@ bin/InfoAudio \ bin/LPanal \ bin/LPsyn \ + bin/PQevalAudio \ bin/ResampAudio MAINHEADERS = include/AO.h \ include/AObase.h \ @@ -43,7 +44,7 @@ man/libtsp/AF/AFopnRead.3tsp \ man/libtsp/AF/AFopnWrite.3tsp \ man/libtsp/AF/AFsetFileType.3tsp \ - man/libtsp/AF/AFsetHinfo.3tsp \ + man/libtsp/AF/AFsetInfo.3tsp \ man/libtsp/AF/AFsetNHpar.3tsp \ man/libtsp/AF/AFsetSpeaker.3tsp MAN1FILES = man/audio/AFsp.1audio \ @@ -55,6 +56,7 @@ man/audio/InfoAudio.1audio \ man/audio/LPanal.1audio \ man/audio/LPsyn.1audio \ + man/audio/PQevalAudio.1audio \ man/audio/ResampAudio.1audio HTMLFILES1 = html/audio/AFsp.html \ html/audio/CompAudio.html \ @@ -65,6 +67,7 @@ html/audio/InfoAudio.html \ html/audio/LPanal.html \ html/audio/LPsyn.html \ + html/audio/PQevalAudio.html \ html/audio/ResampAudio.html HTMLFILES3 = html/libtsp/AF/AFclose.html \ html/libtsp/AF/AFdReadData.html \ @@ -74,7 +77,7 @@ html/libtsp/AF/AFopnRead.html \ html/libtsp/AF/AFopnWrite.html \ html/libtsp/AF/AFsetFileType.html \ - html/libtsp/AF/AFsetHinfo.html \ + html/libtsp/AF/AFsetInfo.html \ html/libtsp/AF/AFsetNHpar.html \ html/libtsp/AF/AFsetSpeaker.html FILTERFILES = filters/STL_BPF5k_FIR_16k.cof \ diff -ur /usr/ports/audio/afsp/pkg-plist ./pkg-plist --- /usr/ports/audio/afsp/pkg-plist Fri Oct 24 20:27:46 2003 +++ ./pkg-plist Thu May 6 22:10:32 2004 @@ -6,6 +6,7 @@ bin/InfoAudio bin/LPanal bin/LPsyn +bin/PQevalAudio bin/ResampAudio include/AO.h include/AObase.h @@ -63,6 +64,7 @@ %%DOCSDIR%%/audio/InfoAudio.html %%DOCSDIR%%/audio/LPanal.html %%DOCSDIR%%/audio/LPsyn.html +%%DOCSDIR%%/audio/PQevalAudio.html %%DOCSDIR%%/audio/ResampAudio.html %%DOCSDIR%%/libtsp/AF/AFclose.html %%DOCSDIR%%/libtsp/AF/AFdReadData.html @@ -72,7 +74,7 @@ %%DOCSDIR%%/libtsp/AF/AFopnRead.html %%DOCSDIR%%/libtsp/AF/AFopnWrite.html %%DOCSDIR%%/libtsp/AF/AFsetFileType.html -%%DOCSDIR%%/libtsp/AF/AFsetHinfo.html +%%DOCSDIR%%/libtsp/AF/AFsetInfo.html %%DOCSDIR%%/libtsp/AF/AFsetNHpar.html %%DOCSDIR%%/libtsp/AF/AFsetSpeaker.html @dirrm include/libtsp >Release-Note: >Audit-Trail: >Unformatted: