From owner-svn-ports-head@freebsd.org Sat Feb 18 19:42:25 2017 Return-Path: Delivered-To: svn-ports-head@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 6FC04CE50D8; Sat, 18 Feb 2017 19:42:25 +0000 (UTC) (envelope-from mi@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 26F6DAD6; Sat, 18 Feb 2017 19:42:25 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1IJgO0V071593; Sat, 18 Feb 2017 19:42:24 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1IJgO11071590; Sat, 18 Feb 2017 19:42:24 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201702181942.v1IJgO11071590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Sat, 18 Feb 2017 19:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434379 - head/multimedia/x265 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.23 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: Sat, 18 Feb 2017 19:42:25 -0000 Author: mi Date: Sat Feb 18 19:42:23 2017 New Revision: 434379 URL: https://svnweb.freebsd.org/changeset/ports/434379 Log: Upgrade from 2.2 to 2.3. Modified: head/multimedia/x265/Makefile head/multimedia/x265/distinfo head/multimedia/x265/pkg-plist Modified: head/multimedia/x265/Makefile ============================================================================== --- head/multimedia/x265/Makefile Sat Feb 18 19:15:12 2017 (r434378) +++ head/multimedia/x265/Makefile Sat Feb 18 19:42:23 2017 (r434379) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= x265 -PORTVERSION= 2.2 -PORTREVISION= 1 +PORTVERSION= 2.3 CATEGORIES= multimedia MASTER_SITES= http://bitbucket.org/multicoreware/${PORTNAME}/get/ DISTNAME= ${PORTVERSION} @@ -24,7 +23,7 @@ CFLAGS_mips= -DNO_ATOMICS # cannot use l CFLAGS_mips64= -DNO_ATOMICS # cannot use lang/gcc EXTRACT_AFTER_ARGS+= --exclude "md5*" -WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-be14a7e9755e/source +WRKSRC= ${WRKDIR}/multicoreware-${PORTNAME}-3037c1448549/source do-test: ${WRKSRC}/test/TestBench Modified: head/multimedia/x265/distinfo ============================================================================== --- head/multimedia/x265/distinfo Sat Feb 18 19:15:12 2017 (r434378) +++ head/multimedia/x265/distinfo Sat Feb 18 19:42:23 2017 (r434379) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484685125 -SHA256 (x265/2.2.tar.bz2) = 84fedaf317436e3bcc2298d97225cd782573d340a616c3761991975a8e1bb8e6 -SIZE (x265/2.2.tar.bz2) = 928123 +TIMESTAMP = 1487446516 +SHA256 (x265/2.3.tar.bz2) = 890f52a69c52c344d6469969bc9aca86d0294f9590fda0974338ed4184c46e28 +SIZE (x265/2.3.tar.bz2) = 939895 Modified: head/multimedia/x265/pkg-plist ============================================================================== --- head/multimedia/x265/pkg-plist Sat Feb 18 19:15:12 2017 (r434378) +++ head/multimedia/x265/pkg-plist Sat Feb 18 19:42:23 2017 (r434379) @@ -3,5 +3,5 @@ include/x265.h include/x265_config.h lib/libx265.a lib/libx265.so -lib/libx265.so.102 +lib/libx265.so.110 libdata/pkgconfig/x265.pc