From takefu@airport.fm  Wed Aug 17 10:50:51 2011
Return-Path: <takefu@airport.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A1B70106566B
	for <freebsd-gnats-submit@freebsd.org>; Wed, 17 Aug 2011 10:50:51 +0000 (UTC)
	(envelope-from takefu@airport.fm)
Received: from ae-osaka.co.jp (unknown [IPv6:2001:3e0:4ec:a000::1])
	by mx1.freebsd.org (Postfix) with ESMTP id 6217F8FC08
	for <freebsd-gnats-submit@freebsd.org>; Wed, 17 Aug 2011 10:50:51 +0000 (UTC)
Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1])
	by ae-osaka.co.jp (Postfix) with ESMTP id 115FB1144E;
	Wed, 17 Aug 2011 19:50:50 +0900 (JST)
Received: from ae-osaka.co.jp ([127.0.0.1])
	by ae-osaka.co.jp (ae-osaka.co.jp [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id NuruBULaVFRJ; Wed, 17 Aug 2011 19:50:49 +0900 (JST)
Received: from [IPv6:2001:3e0:4ec:a011:f9bf:cd2c:7d29:c75b] (unknown [IPv6:2001:3e0:4ec:a011:f9bf:cd2c:7d29:c75b])
	by ae-osaka.co.jp (Postfix) with ESMTPSA id 957441144D;
	Wed, 17 Aug 2011 19:50:49 +0900 (JST)
Message-Id: <4E4B9D08.1080408@airport.fm>
Date: Wed, 17 Aug 2011 19:50:48 +0900
From: Takefu <takefu@airport.fm>
Reply-To: takefu@airport.fm
To: freebsd-gnats-submit@freebsd.org
Cc: freebsd-ports@evilcode.net
In-Reply-To: <201108171046.p7HAkJn3054188@dhcp-releng6>
Subject: [UPDATE] multimedia/mediainfo: Update 0.7.48
References: <201108171046.p7HAkJn3054188@dhcp-releng6>

>Number:         159835
>Category:       ports
>Synopsis:       [UPDATE] multimedia/mediainfo: Update 0.7.48
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 17 11:00:20 UTC 2011
>Closed-Date:    Sat Sep 03 05:25:32 UTC 2011
>Last-Modified:  Sat Sep  3 05:30:13 UTC 2011
>Originator:     Takefu
>Release:        FreeBSD 6.4-STABLE i386
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
- Update 0.7.48

Port maintainer (freebsd-ports@evilcode.net) is cc'd.

>How-To-Repeat:
>Fix:
--- mediainfo.patch begins here ---
diff -ruN /usr/ports/multimedia/mediainfo/Makefile multimedia/mediainfo/Makefile
--- /usr/ports/multimedia/mediainfo/Makefile	2011-08-07 23:49:18.000000000 +0900
+++ multimedia/mediainfo/Makefile	2011-08-17 19:43:34.000000000 +0900
@@ -5,13 +5,11 @@
 # $FreeBSD: ports/multimedia/mediainfo/Makefile,v 1.14 2011/08/07 14:49:18 sunpoet Exp $
 #

-PORTNAME=		mediainfo
-PORTVERSION=		0.7.47
-DISTVERSIONSUFFIX=	_AllInclusive
-CATEGORIES=		multimedia
-MASTER_SITES=		SF/${PORTNAME}/source/${PORTNAME}/${PORTVERSION}
-DISTNAME=		mediainfo_${PORTVERSION}${DISTVERSIONSUFFIX}
-EXTRACT_SUFX=		.7z
+PORTNAME=	mediainfo
+PORTVERSION=	0.7.48
+CATEGORIES=	multimedia
+MASTER_SITES=	SF/${PORTNAME}/binary/${PORTNAME}/${PORTVERSION}
+DISTNAME=	MediaInfo_CLI_${PORTVERSION}_GNU_FromSource

 MAINTAINER=	freebsd-ports@evilcode.net
 COMMENT=	Supplies technical and tag information about a video or audio file
@@ -20,19 +18,15 @@
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/MediaInfo/License.html

-EXTRACT_DEPENDS=	p7zip>=0:${PORTSDIR}/archivers/p7zip
-
 PLIST_FILES=	bin/mediainfo

-EXTRACT_CMD=	7z
-EXTRACT_BEFORE_ARGS=	x -o${WRKSRC}
-EXTRACT_AFTER_ARGS=	>/dev/null
 USE_AUTOTOOLS=	aclocal:env automake:env autoconf:env libtool:env
+USE_BZIP2=	yes

-WRKSRC=		${WRKDIR}/MediaInfo${DISTVERSIONSUFFIX}
+WRKSRC=		${WRKDIR}/MediaInfo_CLI_GNU_FromSource

 pre-build:
-	@(cd ${WRKSRC} && ${CP} ./MediaInfo/Project/GNU/CLI/AddThisToRoot_CLI_compile.sh ./CLI_Compile.sh)
+	@(cd ${WRKSRC} && ./CLI_Compile.sh)

 do-build:
 	@(cd ${WRKSRC}/ZenLib/Project/GNU/Library/ && ${SH} ./autogen)
diff -ruN /usr/ports/multimedia/mediainfo/distinfo multimedia/mediainfo/distinfo
--- /usr/ports/multimedia/mediainfo/distinfo	2011-08-07 23:49:18.000000000 +0900
+++ multimedia/mediainfo/distinfo	2011-08-17 19:42:25.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (mediainfo_0.7.47_AllInclusive.7z) = f52aa34991286e6c00f4cd616a940269d4173346bfc721e0157b46a74479623e
-SIZE (mediainfo_0.7.47_AllInclusive.7z) = 10335492
+SHA256 (MediaInfo_CLI_0.7.48_GNU_FromSource.tar.bz2) = 8b1eefc4dac1d56dbffc69d86a544124ca21c4252e99de2a21f8604a9c4a8a33
+SIZE (MediaInfo_CLI_0.7.48_GNU_FromSource.tar.bz2) = 1553824
--- mediainfo.patch ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Aug 17 11:00:33 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: freebsd-ports@evilcode.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/159835: [UPDATE] multimedia/mediainfo: Update 0.7.48
Date: Wed, 17 Aug 2011 11:00:30 UT

 Maintainer of multimedia/mediainfo,
 
 Please note that PR ports/159835 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/159835
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Wed Aug 17 12:06:45 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=159835 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sat Sep 3 05:25:31 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/159835: commit references a PR
Date: Sat,  3 Sep 2011 05:25:29 +0000 (UTC)

 sunpoet     2011-09-03 05:25:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/mediainfo Makefile distinfo 
   Log:
   - Update to 0.7.48
   
   Changes:        http://mediainfo.sourceforge.net/Log
   PR:             ports/159835
   Submitted by:   Takefu <takefu@airport.fm>
   Approved by:    maintainer (timeout, 16 days)
   
   Revision  Changes    Path
   1.15      +9 -19     ports/multimedia/mediainfo/Makefile
   1.9       +2 -2      ports/multimedia/mediainfo/distinfo
 _______________________________________________
 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:
