From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 27 03:51:25 2011 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7E50106564A for ; Mon, 27 Jun 2011 03:51:25 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (deep.tw [122.116.130.101]) by mx1.freebsd.org (Postfix) with ESMTP id 8717C8FC18 for ; Mon, 27 Jun 2011 03:51:25 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id A07F15C40; Mon, 27 Jun 2011 11:32:44 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Jin-Sih Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20110627033244.A07F15C40@deep.tw> Date: Mon, 27 Jun 2011 11:32:44 +0800 (CST) Cc: multimedia@FreeBSD.org Subject: [PATCH] textproc/libebml: update to 1.2.1 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2011 03:51:25 -0000 >Submitter-Id: current-users >Originator: Jin-Sih Lin >Organization: FreeBSD @ Taiwan >Confidential: no >Synopsis: [PATCH] textproc/libebml: update to 1.2.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 8.2-STABLE i386 >Environment: System: FreeBSD deep.tw 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 14:49:48 CST 2011 >Description: - Update to 1.2.1 Port maintainer (multimedia@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- libebml-1.2.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/libebml.orig/Makefile /usr/ports/textproc/libebml/Makefile --- /usr/ports/textproc/libebml.orig/Makefile 2011-02-28 22:22:10.000000000 +0800 +++ /usr/ports/textproc/libebml/Makefile 2011-06-27 11:30:39.000000000 +0800 @@ -6,7 +6,7 @@ # PORTNAME= libebml -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= textproc MASTER_SITES= http://dl.matroska.org/downloads/libebml/ \ http://www.bunkus.org/videotools/mkvtoolnix/sources/ diff -ruN --exclude=CVS /usr/ports/textproc/libebml.orig/distinfo /usr/ports/textproc/libebml/distinfo --- /usr/ports/textproc/libebml.orig/distinfo 2011-02-28 22:22:10.000000000 +0800 +++ /usr/ports/textproc/libebml/distinfo 2011-06-27 11:30:43.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (libebml-1.2.0.tar.bz2) = e4559dc37b496ae42914da95124da968c453ee63bec7b66f62a5e6f622b1ff25 -SIZE (libebml-1.2.0.tar.bz2) = 60532 +SHA256 (libebml-1.2.1.tar.bz2) = 8f9e06630eab83f337d280d38eff53e41e030530015a4c423d509a20f6ea81b2 +SIZE (libebml-1.2.1.tar.bz2) = 60662 --- libebml-1.2.1.patch ends here ---