From tkato432@yahoo.com  Sun Aug 17 17:00:41 2008
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9CC87106568D
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 17 Aug 2008 17:00:41 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164])
	by mx1.freebsd.org (Postfix) with ESMTP id 506A48FC1F
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 17 Aug 2008 17:00:41 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from localhost.localdomain (U052219.ppp.dion.ne.jp [218.222.52.219])
	by msa101lp.auone-net.jp (au one net msa) with ESMTP id 4817034034
	for <FreeBSD-gnats-submit@FreeBSD.org>; Mon, 18 Aug 2008 02:00:37 +0900 (JST)
Message-Id: <20080818020007.328b954e.tkato432@yahoo.com>
Date: Mon, 18 Aug 2008 02:00:07 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: audio/ecasound to 2.5.0

>Number:         126593
>Category:       ports
>Synopsis:       Update port: audio/ecasound to 2.5.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 17 17:10:01 UTC 2008
>Closed-Date:    Mon Aug 18 22:08:06 UTC 2008
>Last-Modified:  Mon Aug 18 22:10:10 UTC 2008
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.0-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 2.5.0

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/ecasound/Makefile audio/ecasound/Makefile
--- /usr/ports/audio/ecasound/Makefile	2007-10-24 15:36:34.000000000 +0900
+++ audio/ecasound/Makefile	2008-08-17 22:55:29.000000000 +0900
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ecasound
-PORTVERSION=	2.4.6.1
+PORTVERSION=	2.5.0
 CATEGORIES=	audio
 MASTER_SITES=	http://ecasound.seul.org/download/
 
@@ -15,6 +15,11 @@
 
 BUILD_DEPENDS=	${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
 
+OPTIONS=	ARTS		"Enable aRts support"		off \
+		AUDIOFILE	"Enable libaudiofile support"	off \
+		JACK		"Enable JACK support"		off \
+		SAMPLERATE	"Enable libsamplerate support"	off
+
 USE_GNOME=	gnometarget
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
diff -urN /usr/ports/audio/ecasound/distinfo audio/ecasound/distinfo
--- /usr/ports/audio/ecasound/distinfo	2007-10-24 15:36:34.000000000 +0900
+++ audio/ecasound/distinfo	2008-08-17 22:52:31.000000000 +0900
@@ -1,3 +1,3 @@
-MD5 (ecasound-2.4.6.1.tar.gz) = 2bd968cf94405535928cc04143bb89ee
-SHA256 (ecasound-2.4.6.1.tar.gz) = 0443801a6c77fea9d537474f931177740944be59ace20d2b40410eea09d861ea
-SIZE (ecasound-2.4.6.1.tar.gz) = 949606
+MD5 (ecasound-2.5.0.tar.gz) = abec6ab833d9322ba102fa563bc3e258
+SHA256 (ecasound-2.5.0.tar.gz) = 3c80696a7dcd63a25fe8933237075405beef0877f30573fb9e12d943af567790
+SIZE (ecasound-2.5.0.tar.gz) = 974620
diff -urN /usr/ports/audio/ecasound/pkg-plist audio/ecasound/pkg-plist
--- /usr/ports/audio/ecasound/pkg-plist	2006-02-23 19:34:25.000000000 +0900
+++ audio/ecasound/pkg-plist	2008-08-17 23:02:51.000000000 +0900
@@ -38,6 +38,8 @@
 include/libecasound/audiofx_timebased.h
 include/libecasound/audiogate.h
 include/libecasound/audioio-aac.h
+include/libecasound/audioio-acseq.h
+include/libecasound/audioio-barrier.h
 include/libecasound/audioio-buffered.h
 include/libecasound/audioio-cdr.h
 include/libecasound/audioio-cdr_impl.h
@@ -64,7 +66,9 @@
 include/libecasound/audioio-resample.h
 include/libecasound/audioio-reverse.h
 include/libecasound/audioio-rtnull.h
+include/libecasound/audioio-seqbase.h
 include/libecasound/audioio-timidity.h
+include/libecasound/audioio-tone.h
 include/libecasound/audioio-typeselect.h
 include/libecasound/audioio-wave.h
 include/libecasound/audioio.h
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Aug 17 17:39:45 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126593 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Aug 18 22:08:05 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126593 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126593: commit references a PR
Date: Mon, 18 Aug 2008 22:08:51 +0000 (UTC)

 miwi        2008-08-18 22:08:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/ecasound       Makefile distinfo pkg-plist 
   Log:
   - Update to 2.5.0
   
   PR:             126593
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.35      +6 -1      ports/audio/ecasound/Makefile
   1.14      +3 -3      ports/audio/ecasound/distinfo
   1.10      +4 -0      ports/audio/ecasound/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
