From kwm@rainbow-runner.nl  Sat Nov 13 12:05:00 2010
Return-Path: <kwm@rainbow-runner.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1961D10656A5
	for <freebsd-gnats-submit@freebsd.org>; Sat, 13 Nov 2010 12:05:00 +0000 (UTC)
	(envelope-from kwm@rainbow-runner.nl)
Received: from fep19.mx.upcmail.net (fep19.mx.upcmail.net [62.179.121.39])
	by mx1.freebsd.org (Postfix) with ESMTP id 8299C8FC1D
	for <freebsd-gnats-submit@freebsd.org>; Sat, 13 Nov 2010 12:04:59 +0000 (UTC)
Received: from edge05.upcmail.net ([192.168.13.212])
          by viefep19-int.chello.at
          (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP
          id <20101113120457.VJJT1944.viefep19-int.chello.at@edge05.upcmail.net>
          for <freebsd-gnats-submit@freebsd.org>;
          Sat, 13 Nov 2010 13:04:57 +0100
Received: from mail.rainbow-runner.nl ([77.250.185.191])
	by edge05.upcmail.net with edge
	id Wc4w1f01L48Bq8D05c4xo1; Sat, 13 Nov 2010 13:04:57 +0100
Received: from hermes.rainbow-runner.nl (localhost [127.0.0.1])
	by mail.rainbow-runner.nl (Postfix) with ESMTP id 44678107C9E3
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 13 Nov 2010 13:04:56 +0100 (CET)
Received: from mail.rainbow-runner.nl ([127.0.0.1])
	by hermes.rainbow-runner.nl (hermes.rainbow-runner.nl [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id K-55L6Dex6hC for <FreeBSD-gnats-submit@freebsd.org>;
	Sat, 13 Nov 2010 13:04:51 +0100 (CET)
Received: by mail.rainbow-runner.nl (Postfix, from userid 1001)
	id 1B054107C9DB; Sat, 13 Nov 2010 13:04:51 +0100 (CET)
Message-Id: <20101113120451.1B054107C9DB@mail.rainbow-runner.nl>
Date: Sat, 13 Nov 2010 13:04:51 +0100 (CET)
From: Koop Mast <kwm@FreeBSD.org>
Reply-To: Koop Mast <kwm@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Patch] Update libvpx to 0.9.5.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         152198
>Category:       ports
>Synopsis:       [Patch] Update multimedia/libvpx to 0.9.5.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ashish
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 13 12:10:09 UTC 2010
>Closed-Date:    Sun Nov 21 04:42:00 UTC 2010
>Last-Modified:  Sun Nov 21 04:50:09 UTC 2010
>Originator:     Koop Mast
>Release:        FreeBSD 8.1-RELEASE-p1 amd64
>Organization:
>Environment:
System: FreeBSD hermes.rainbow-runner.nl 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #3 r212995: Wed Sep 22 14:19:30 CEST 2010 root@hermes.rainbow-runner.nl:/var/obj/usr/src/sys/Hermes amd64


	
>Description:
	Update libvpx to 0.9.5. 
	
>How-To-Repeat:
	
>Fix:

	

--- libvpx-0.9.5.diff begins here ---
Index: multimedia/libvpx/Makefile
===================================================================
RCS file: /home/pcvs/ports/multimedia/libvpx/Makefile,v
retrieving revision 1.3
diff -a -u -r1.3 Makefile
--- multimedia/libvpx/Makefile	28 Sep 2010 13:25:28 -0000	1.3
+++ multimedia/libvpx/Makefile	13 Nov 2010 11:51:58 -0000
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	libvpx
-PORTVERSION=	0.9.1
+PORTVERSION=	0.9.5
 CATEGORIES=	multimedia
 MASTER_SITES=	GOOGLE_CODE
+DISTNAME=	${PORTNAME}-v${PORTVERSION}
 
 MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	VP8 Codec SDK
Index: multimedia/libvpx/distinfo
===================================================================
RCS file: /home/pcvs/ports/multimedia/libvpx/distinfo,v
retrieving revision 1.1
diff -a -u -r1.1 distinfo
--- multimedia/libvpx/distinfo	24 Jun 2010 12:49:39 -0000	1.1
+++ multimedia/libvpx/distinfo	13 Nov 2010 11:51:58 -0000
@@ -1,3 +1,2 @@
-MD5 (libvpx-0.9.1.tar.bz2) = e1442e74d0cca228785083fa520735a2
-SHA256 (libvpx-0.9.1.tar.bz2) = c4e8e463e079ffde5b6948366a1d0873f1bf685dccd89ca137585c2b8247ec59
-SIZE (libvpx-0.9.1.tar.bz2) = 1191203
+SHA256 (libvpx-v0.9.5.tar.bz2) = 2e93968afcded113a7e218de047feecf6659a089058803a9e40fb687de5f9bfa
+SIZE (libvpx-v0.9.5.tar.bz2) = 1250422
Index: multimedia/libvpx/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/multimedia/libvpx/pkg-plist,v
retrieving revision 1.2
diff -a -u -r1.2 pkg-plist
--- multimedia/libvpx/pkg-plist	21 Aug 2010 02:26:52 -0000	1.2
+++ multimedia/libvpx/pkg-plist	13 Nov 2010 11:51:58 -0000
@@ -1,5 +1,5 @@
-bin/ivfdec
-bin/ivfenc
+bin/vpxdec
+bin/vpxenc
 include/vpx/vp8.h
 include/vpx/vp8cx.h
 include/vpx/vp8dx.h
@@ -16,5 +16,5 @@
 %%SHARED%%lib/libvpx.so
 %%SHARED%%lib/libvpx.so.0
 %%SHARED%%lib/libvpx.so.0.9
-%%SHARED%%lib/libvpx.so.0.9.1
+%%SHARED%%lib/libvpx.so.0.9.5
 @dirrm include/vpx
--- libvpx-0.9.5.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ashish 
Responsible-Changed-By: kwm 
Responsible-Changed-When: Sat Nov 13 12:33:28 UTC 2010 
Responsible-Changed-Why:  
Assign to maintainer. 

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

From: ashish@FreeBSD.org (Ashish SHUKLA)
To: bug-followup@FreeBSD.org,kwm@FreeBSD.org
Cc:  
Subject: Re: ports/152198: [Patch] Update libvpx to 0.9.5.
Date: Sat, 13 Nov 2010 21:16:18 +0530

 --=-=-=
 Content-Type: text/plain
 Content-Transfer-Encoding: quoted-printable
 
 Hi Koop,
 
 Thanks for the diff.
 
 This is a divine coincidence, that I prepared a exactly same diff[1] today
 morning and it's being tinderboxed :).
 
 References:
 [1]  https://github.com/abbe/tinderbox/commit/a4833d0ad7b17a6ff092e4367eb49=
 b2f5f4693e6
 
 Thanks
 =2D-=20
 Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
 freebsd.org!ashish | http://people.freebsd.org/~ashish/
 
 Avoid Success At All Costs !!
 
 --=-=-=
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.16 (FreeBSD)
 
 iQIcBAEBCgAGBQJM3rLOAAoJEMdGz6nnT6SwMe4QAJAjoUK7Xsxi/4N79hzn35vC
 i5Nkxl5FpkeIOxywszOKF9lHia+qi8gDkgZhaZPHpeeTJt/E5/oJtI9JyNz2wWfL
 7BrdAC5qlwuh4jzHisFcpfjuKHyg/K487nACvHalGNFHKo9nwgQ0w2nZEVJgZz5D
 G8B77/JIS4BnqSHZgj+JriMgpgKfDhQVhO08skjIzEcBuKsZenuDKOMk7kKjILmy
 XfXuALE7EoxJZcFof1Cn+pxAia91NstZ5YXMMeqy6Pz+qPXlPBmwcMLs2B7qch6H
 EkSuUpPQaSb1/7wUCFRLlsZsNfl3JEWkh4x4B3pBEbQWq8g3xsNL3yt95cDM7GH6
 8Ym2lsIzE3fXsH1G68iHDEpdwcHT2+nkQQ9Ei1GiLVMOGRKvEAWlzWEPS4Yz0+kz
 OJc2enT0WlclXs/bMa6tpi0T6qMi1Z2p5HgA3vPP3zWcRjCSyvOHzcju2VUSLmu9
 3pmzqjCNVWjgs/1JO7Lq/KISVYX154uEz7aku/2HvpybBXE+PwYv+EQ+2VtYmh6/
 kk1dta7TnScdkYAzGB+cGOs4sfjHcG3NWr7f/CkC/qu4V1s4QFYsmNzEZXVk2rBW
 LJuvlLoSGUiLCo+FiCP5q0U+zc3agT9kw/QN/rNKJJEV76aa50eJIQSw+YQfzx7Q
 jIw35AfqH71Clz+BxeC8
 =o7mw
 -----END PGP SIGNATURE-----
 --=-=-=--
State-Changed-From-To: open->closed 
State-Changed-By: ashish 
State-Changed-When: Sun Nov 21 04:41:59 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152198: commit references a PR
Date: Sun, 21 Nov 2010 04:41:34 +0000 (UTC)

 ashish      2010-11-21 04:41:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/libvpx    Makefile distinfo pkg-plist 
   Log:
   - Update to 0.9.5.
   
   PR:             ports/152198
   Submitted by:   kwm
   Approved by:    tabthorpe (mentor)
   
   Revision  Changes    Path
   1.4       +2 -1      ports/multimedia/libvpx/Makefile
   1.2       +2 -3      ports/multimedia/libvpx/distinfo
   1.3       +3 -3      ports/multimedia/libvpx/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:
