From owner-freebsd-perl@FreeBSD.ORG Tue Oct 3 03:43:43 2006 Return-Path: X-Original-To: perl@FreeBSD.org Delivered-To: freebsd-perl@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8501116A403; Tue, 3 Oct 2006 03:43:43 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3689743D45; Tue, 3 Oct 2006 03:43:43 +0000 (GMT) (envelope-from chinsan@FreeBSD.org) Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123]) by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 1A0522E9DF; Tue, 3 Oct 2006 11:43:42 +0800 (CST) Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Tue, 3 Oct 2006 11:37:14 +0800 Date: Tue, 3 Oct 2006 11:37:14 +0800 To: FreeBSD-gnats-submit@freebsd.org From: chinsan X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20061003034343.1A0522E9DF@smtp2.bc.hgc.com.tw> Cc: perl@FreeBSD.org Subject: [PATCH] multimedia/p5-FLV-Info: update to 0.14, take maintainership X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2006 03:43:43 -0000 >Submitter-Id: current-users >Originator: chinsan >Organization: Taiwan >Confidential: no >Synopsis: [PATCH] multimedia/p5-FLV-Info: update to 0.14, take maintainership >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 6.2-PRERELEASE i386 >Environment: System: FreeBSD BSD6.giga.hgc.com.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #6: Thu Sep 14 09:46:10 CST 2006 >Description: - Update to 0.14 - It's a very interesting port, take maintainership Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-FLV-Info-0.14.patch begins here --- diff -ruN --exclude=CVS /usr/ports/multimedia/p5-FLV-Info/Makefile /usr/home/chinsan/project/p5-FLV-Info/Makefile --- /usr/ports/multimedia/p5-FLV-Info/Makefile Tue Sep 26 05:19:31 2006 +++ /usr/home/chinsan/project/p5-FLV-Info/Makefile Tue Oct 3 11:35:31 2006 @@ -6,14 +6,14 @@ # PORTNAME= FLV-Info -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= multimedia perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLOTHO PKGNAMEPREFIX= p5- EXTRACT_SUFX= .tgz -MAINTAINER= perl@FreeBSD.org +MAINTAINER= chinsan@FreeBSD.org COMMENT= Extract metadata from Flash Video files RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ diff -ruN --exclude=CVS /usr/ports/multimedia/p5-FLV-Info/distinfo /usr/home/chinsan/project/p5-FLV-Info/distinfo --- /usr/ports/multimedia/p5-FLV-Info/distinfo Tue Sep 26 05:19:32 2006 +++ /usr/home/chinsan/project/p5-FLV-Info/distinfo Tue Oct 3 11:32:05 2006 @@ -1,3 +1,3 @@ -MD5 (FLV-Info-0.13.tgz) = 8ae1842f6ff24c13202434df819803a4 -SHA256 (FLV-Info-0.13.tgz) = be72a74a5f0013502947ffaa477cd4515c347273d790f4edd8d3a657e210dd93 -SIZE (FLV-Info-0.13.tgz) = 1276240 +MD5 (FLV-Info-0.14.tgz) = 8e28e719996fe3a27da86c6bd2a843f6 +SHA256 (FLV-Info-0.14.tgz) = f925130959ddb10032c66678c987c35251f9c8ad4d456a85f4e2d86d874f7aa4 +SIZE (FLV-Info-0.14.tgz) = 1276957 --- p5-FLV-Info-0.14.patch ends here ---