From nobody@FreeBSD.org  Thu Jun  7 01:44:55 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 5FF2316A525
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jun 2007 01:44:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.freebsd.org (Postfix) with ESMTP id 28C7913C457
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jun 2007 01:44:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l571isH4079750
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 7 Jun 2007 01:44:54 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l571isJB079749;
	Thu, 7 Jun 2007 01:44:54 GMT
	(envelope-from nobody)
Message-Id: <200706070144.l571isJB079749@www.freebsd.org>
Date: Thu, 7 Jun 2007 01:44:54 GMT
From: Tatsuki Makino<tatsuki_makino@hotmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: audio/libamrnb
X-Send-Pr-Version: www-3.0

>Number:         113434
>Category:       ports
>Synopsis:       Update port: audio/libamrnb
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 07 01:50:02 GMT 2007
>Closed-Date:    Thu Jun 07 06:22:01 GMT 2007
>Last-Modified:  Thu Jun 07 06:22:01 GMT 2007
>Originator:     Tatsuki Makino
>Release:        FreeBSD 6.2-RELEASE-p5 i386
>Organization:
>Environment:
FreeBSD FreeBSD.test 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #0: Thu May 24 16:23:26 JST 2007     root@FreeBSD.test:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Update to 6.1.0.4 from 6.1.0.4rc1.
>How-To-Repeat:

>Fix:
Patch it.

Patch attached with submission follows:

diff -urN audio/libamrnb.orig/Makefile audio/libamrnb/Makefile
--- audio/libamrnb.orig/Makefile	Tue Jun  5 16:10:40 2007
+++ audio/libamrnb/Makefile	Thu Jun  7 10:13:46 2007
@@ -7,13 +7,13 @@
 
 PORTNAME=	libamrnb
 PORTVERSION=	6.1.0.4
+PORTREVISION=	1
 CATEGORIES=	audio
-MASTER_SITES=	http://ftp.penguin.cz/pub/users/utx/amr/testing/ \
-		http://ftp.penguin.cz/pub/users/utx/amr/
-DISTNAME=	amrnb-${DISTVERSION}rc1
+MASTER_SITES=	http://ftp.penguin.cz/pub/users/utx/amr/
+DISTNAME=	amrnb-${DISTVERSION}
 
 MAINTAINER=	tatsuki_makino@hotmail.com
-COMMENT=	The floating-point Adaptive Multi Rate speech codec libraries
+COMMENT=	Adaptive Multi-Rate (AMR) Speech Codec
 
 BUILD_DEPENDS=	wget:${PORTSDIR}/ftp/wget \
 		${UNZIP_CMD}:${PORTSDIR}/archivers/unzip \
@@ -22,11 +22,11 @@
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool:15
-WRKSRC=		${WRKDIR}/amrnb-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=	--srcdir=${WRKSRC}
 CONFIGURE_ENV+=	LANG=C
 USE_LDCONFIG=	yes
+NO_PACKAGE=	See Important legal notice of \
+	http://www.penguin.cz/~utx/amr
 
 post-patch:
 	@${REINPLACE_CMD} -E \
diff -urN audio/libamrnb.orig/distinfo audio/libamrnb/distinfo
--- audio/libamrnb.orig/distinfo	Tue Jun  5 16:10:40 2007
+++ audio/libamrnb/distinfo	Thu Jun  7 10:15:14 2007
@@ -1,3 +1,3 @@
-MD5 (amrnb-6.1.0.4rc1.tar.bz2) = fec94b263e42e7a20bf7631c823a225c
-SHA256 (amrnb-6.1.0.4rc1.tar.bz2) = 517716365c0ac9c056d55aa90429356bdab1f970726fc680360136cbd25b4408
-SIZE (amrnb-6.1.0.4rc1.tar.bz2) = 408797
+MD5 (amrnb-6.1.0.4.tar.bz2) = f482cdd0584469ba23ff33c6b331acbd
+SHA256 (amrnb-6.1.0.4.tar.bz2) = 6f2df7089205cd6127d434e8ec8fac4cccc163d4df5ec4437211c884fbd9fe75
+SIZE (amrnb-6.1.0.4.tar.bz2) = 224932
diff -urN audio/libamrnb.orig/pkg-descr audio/libamrnb/pkg-descr
--- audio/libamrnb.orig/pkg-descr	Tue Jun  5 16:10:40 2007
+++ audio/libamrnb/pkg-descr	Thu Jun  7 10:41:59 2007
@@ -1,4 +1,6 @@
-The floating-point Adaptive Multi Rate (AMR) speech codec libraries, based on
-the reference implementation.
+Adaptive Multi-Rate Narrow-Band decoder and encoder library.
+(3GPP TS 26.104 V 6.1.0)
+
+http://www.3gpp.org/ftp/Specs/html-info/26104.htm
 
 WWW: http://www.penguin.cz/~utx/amr


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Thu Jun 7 05:04:22 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/113434: commit references a PR
Date: Thu,  7 Jun 2007 06:16:40 +0000 (UTC)

 miwi        2007-06-07 06:16:33 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/libamrnb       Makefile distinfo pkg-descr 
   Log:
   - Update to 6.1.0.4
   - Set PORTEPOCH
   
   PR:             113434
   Submitted by:   Tatsuki Makino<tatsuki_makino@hotmail.com> (maintainer)
   
   Revision  Changes    Path
   1.2       +5 -6      ports/audio/libamrnb/Makefile
   1.2       +3 -3      ports/audio/libamrnb/distinfo
   1.2       +4 -2      ports/audio/libamrnb/pkg-descr
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Jun 7 06:21:59 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113434 
>Unformatted:
