From owner-svn-ports-all@freebsd.org Wed Feb 1 19:44:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73209CCC98C; Wed, 1 Feb 2017 19:44:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 297721BB8; Wed, 1 Feb 2017 19:44:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v11Ji1gX049525; Wed, 1 Feb 2017 19:44:01 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v11Ji1ls049522; Wed, 1 Feb 2017 19:44:01 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201702011944.v11Ji1ls049522@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 1 Feb 2017 19:44:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433071 - head/multimedia/libmediainfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 19:44:02 -0000 Author: sunpoet Date: Wed Feb 1 19:44:00 2017 New Revision: 433071 URL: https://svnweb.freebsd.org/changeset/ports/433071 Log: Update to 0.7.92 - Add GitHub repository to WWW Changes: https://github.com/MediaArea/MediaInfoLib/blob/master/History_DLL.txt https://github.com/MediaArea/MediaInfoLib/blob/master/Changes.txt Modified: head/multimedia/libmediainfo/Makefile head/multimedia/libmediainfo/distinfo head/multimedia/libmediainfo/pkg-descr Modified: head/multimedia/libmediainfo/Makefile ============================================================================== --- head/multimedia/libmediainfo/Makefile Wed Feb 1 19:43:55 2017 (r433070) +++ head/multimedia/libmediainfo/Makefile Wed Feb 1 19:44:00 2017 (r433071) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libmediainfo -PORTVERSION= 0.7.91 +PORTVERSION= 0.7.92 CATEGORIES= multimedia MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ LOCAL/sunpoet Modified: head/multimedia/libmediainfo/distinfo ============================================================================== --- head/multimedia/libmediainfo/distinfo Wed Feb 1 19:43:55 2017 (r433070) +++ head/multimedia/libmediainfo/distinfo Wed Feb 1 19:44:00 2017 (r433071) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480687105 -SHA256 (MediaInfo_CLI_0.7.91_GNU_FromSource.tar.xz) = a23ac52b1befdf924caab80932518ebf0d1836ceb281a35e4cb7a5a779784609 -SIZE (MediaInfo_CLI_0.7.91_GNU_FromSource.tar.xz) = 2751536 +TIMESTAMP = 1485968689 +SHA256 (MediaInfo_CLI_0.7.92_GNU_FromSource.tar.xz) = 1e813b49861607206905a7be7ba451c8ab58973080d99b88c43d7cc232390caa +SIZE (MediaInfo_CLI_0.7.92_GNU_FromSource.tar.xz) = 2759488 Modified: head/multimedia/libmediainfo/pkg-descr ============================================================================== --- head/multimedia/libmediainfo/pkg-descr Wed Feb 1 19:43:55 2017 (r433070) +++ head/multimedia/libmediainfo/pkg-descr Wed Feb 1 19:44:00 2017 (r433071) @@ -4,3 +4,4 @@ tag data for video and audio files. Read http://mediaarea.net/en/MediaInfo/Support/Formats for supported formats. WWW: https://mediaarea.net/en/MediaInfo +WWW: https://github.com/MediaArea/MediaInfoLib