From owner-svn-ports-head@FreeBSD.ORG Tue Jan 27 11:27:17 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1F9DF0C; Tue, 27 Jan 2015 11:27:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B6F3EA12; Tue, 27 Jan 2015 11:27:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0RBRG9P086029; Tue, 27 Jan 2015 11:27:16 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0RBRGDn086027; Tue, 27 Jan 2015 11:27:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501271127.t0RBRGDn086027@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Jan 2015 11:27:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378000 - head/multimedia/libzen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2015 11:27:17 -0000 Author: sunpoet Date: Tue Jan 27 11:27:15 2015 New Revision: 378000 URL: https://svnweb.freebsd.org/changeset/ports/378000 QAT: https://qat.redports.org/buildarchive/r378000/ Log: - Update to 0.7.72 (0.4.30) - Add my LOCAL to MASTER_SITES - Cleanup Makefile Changes: - New MemoryUtils.h functions for SSE2 memcpy - Ztring::From_Unicode(const wchar_t S) - Removed Win9X support - CMake: scripts improvements, thanks to Ivan Romanov - Mac: EOL definitely moved from \r to \n - int128: was not compiling on Cygwin - Windows: file open in append mode has shared read/write Modified: head/multimedia/libzen/Makefile head/multimedia/libzen/distinfo Modified: head/multimedia/libzen/Makefile ============================================================================== --- head/multimedia/libzen/Makefile Tue Jan 27 11:27:10 2015 (r377999) +++ head/multimedia/libzen/Makefile Tue Jan 27 11:27:15 2015 (r378000) @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= libzen -PORTVERSION= 0.7.69 +PORTVERSION= 0.7.72 CATEGORIES= multimedia -MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ +MASTER_SITES= http://mediaarea.net/download/binary/mediainfo/${PORTVERSION}/ \ + LOCAL/sunpoet DISTNAME= MediaInfo_CLI_${PORTVERSION}_GNU_FromSource MAINTAINER= sunpoet@FreeBSD.org @@ -29,6 +30,5 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/../../../Source/ZenLib/BitStream_Fast.h ${STAGEDIR}${PREFIX}/include/ZenLib/BitStream_Fast.h -# ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libzen.so.0.0.0 .include Modified: head/multimedia/libzen/distinfo ============================================================================== --- head/multimedia/libzen/distinfo Tue Jan 27 11:27:10 2015 (r377999) +++ head/multimedia/libzen/distinfo Tue Jan 27 11:27:15 2015 (r378000) @@ -1,2 +1,2 @@ -SHA256 (MediaInfo_CLI_0.7.69_GNU_FromSource.tar.bz2) = 145ca8e82334123558e98f973922781c947fcba3aacb1aa6137daaa3cde227d1 -SIZE (MediaInfo_CLI_0.7.69_GNU_FromSource.tar.bz2) = 1744328 +SHA256 (MediaInfo_CLI_0.7.72_GNU_FromSource.tar.bz2) = 9964ca21e6a57fc12aff7ed5fc7f867e2582a76d8e6da7d8db4a9f1f518854e8 +SIZE (MediaInfo_CLI_0.7.72_GNU_FromSource.tar.bz2) = 1829888