From ahze@gentoo.ahze.net  Fri Jul 30 05:09:51 2004
Return-Path: <ahze@gentoo.ahze.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id EDDB716A4CE; Fri, 30 Jul 2004 05:09:51 +0000 (GMT)
Received: from imf23aec.mail.bellsouth.net (imf23aec.mail.bellsouth.net [205.152.59.71])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7127343D45; Fri, 30 Jul 2004 05:09:51 +0000 (GMT)
	(envelope-from ahze@gentoo.ahze.net)
Received: from gentoo.ahze.net ([68.209.163.3])
          by imf23aec.mail.bellsouth.net
          (InterMail vM.5.01.06.08 201-253-122-130-108-20031117) with ESMTP
          id <20040730050925.ZHSS1787.imf23aec.mail.bellsouth.net@gentoo.ahze.net>;
          Fri, 30 Jul 2004 01:09:25 -0400
Received: (from root@localhost)
	by gentoo.ahze.net (8.12.11/8.12.11/Submit) id i6U59PvY066690;
	Fri, 30 Jul 2004 01:09:25 -0400 (EDT)
	(envelope-from ahze)
Message-Id: <200407300509.i6U59PvY066690@gentoo.ahze.net>
Date: Fri, 30 Jul 2004 01:09:25 -0400 (EDT)
From: Michael Johnson <ahze@ahze.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lioux@freebsd.org
Subject: [PATCH] multimedia/libmatroska: update to 0.7.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         69785
>Category:       ports
>Synopsis:       [PATCH] multimedia/libmatroska: update to 0.7.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lioux
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 30 05:10:24 GMT 2004
>Closed-Date:    Mon Aug 23 23:14:30 GMT 2004
>Last-Modified:  Mon Aug 23 23:14:30 GMT 2004
>Originator:     Michael Johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #58: Fri Jul 23 20:15:17 EDT 2004
>Description:
- Update to 0.7.1
- Remove unneeded USE_GCC
- update master sites, old and new sources are being put in old/

Port maintainer (lioux@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- libmatroska-0.7.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/multimedia/libmatroska/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	23 Jun 2004 16:06:57 -0000	1.12
+++ Makefile	30 Jul 2004 03:24:43 -0000
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	libmatroska
-PORTVERSION=	0.7.0
+PORTVERSION=	0.7.1
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://dl.matroska.org/downloads/libmatroska/ \
-		http://www.bunkus.org/videotools/mkvtoolnix/sources/
+		http://www.bunkus.org/videotools/mkvtoolnix/sources/old/
 
 MAINTAINER=	lioux@FreeBSD.org
 COMMENT=	Extensible Multimedia Container Format
@@ -46,19 +46,7 @@
 
 .include <bsd.port.pre.mk>
 
-# gcc 3.2 was available on 5.x before this OSVERSION
-# do not build gcc 3.3 unless necessary
-.if ${OSVERSION} < 501103
-# use gcc 3.2
-USE_GCC=3.2
-.else
-# default for 5.x series
-USE_GCC=3.3
-.endif
-
 .if ${OSVERSION} < 500000
-USE_GCC=2.95
-# this is gcc 2.x
 CFLAGS+= -DNO_WSTRING -I${LOCALBASE}/include
 .endif
 
Index: distinfo
===================================================================
RCS file: /usr/opt/cvs/freebsd-src/ports/multimedia/libmatroska/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	23 Jun 2004 16:06:57 -0000	1.6
+++ distinfo	30 Jul 2004 03:16:01 -0000
@@ -1,2 +1,2 @@
-MD5 (libmatroska-0.7.0.tar.bz2) = a475bb70d6a07b3ecd56e6cc3a6770e3
-SIZE (libmatroska-0.7.0.tar.bz2) = 79004
+MD5 (libmatroska-0.7.1.tar.bz2) = 6bbfeaa827f24ed62c41104f951a8c8a
+SIZE (libmatroska-0.7.1.tar.bz2) = 78830
--- libmatroska-0.7.1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lioux  
Responsible-Changed-By: krion 
Responsible-Changed-When: Fri Jul 30 05:19:55 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=69785 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Mon Aug 23 23:14:21 GMT 2004 
State-Changed-Why:  
Committed (maintainer timeout - 3 weeks). 

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