From owner-svn-ports-all@freebsd.org Fri Feb 24 00:13:47 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 0542FCEB9E8; Fri, 24 Feb 2017 00:13:47 +0000 (UTC) (envelope-from cpm@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 A8F4C105D; Fri, 24 Feb 2017 00:13:46 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1O0Djvb043293; Fri, 24 Feb 2017 00:13:45 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1O0DjGW043291; Fri, 24 Feb 2017 00:13:45 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201702240013.v1O0DjGW043291@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Fri, 24 Feb 2017 00:13:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434690 - head/multimedia/libav 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: Fri, 24 Feb 2017 00:13:47 -0000 Author: cpm Date: Fri Feb 24 00:13:45 2017 New Revision: 434690 URL: https://svnweb.freebsd.org/changeset/ports/434690 Log: - Update to 11.8 - Add LICENSE - Silence explictly called command PR: 216769 Submitted by: Demetris Procopiou (maintainer) Modified: head/multimedia/libav/Makefile head/multimedia/libav/distinfo Modified: head/multimedia/libav/Makefile ============================================================================== --- head/multimedia/libav/Makefile Thu Feb 23 22:37:07 2017 (r434689) +++ head/multimedia/libav/Makefile Fri Feb 24 00:13:45 2017 (r434690) @@ -1,14 +1,15 @@ # $FreeBSD$ PORTNAME= libav -PORTVERSION= 11.7 -PORTREVISION= 5 +PORTVERSION= 11.8 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ MAINTAINER= dem.procopiou@gmail.com COMMENT= Realtime audio/video conversion library +LICENSE= GPLv2+ + BUILD_DEPENDS= yasm:devel/yasm LIB_DEPENDS= libopencv_core.so:graphics/opencv2-core \ libgmp.so:math/gmp \ @@ -189,7 +190,6 @@ AV_NONFREE= true .if ${PORT_OPTIONS:MCDIO} || ${PORT_OPTIONS:MX264} || ${PORT_OPTIONS:MXVID} || ${PORT_OPTIONS:MX11GRAB} CONFIGURE_ARGS+= --enable-gpl .if !defined(AV_NONFREE) -LICENSE= GPLv2+ AV_ISGPL= true .endif .endif @@ -227,7 +227,7 @@ post-install: lib/libav/libavfilter.so.5.0.0 lib/libav/libavformat.so.56.1.0\ lib/libav/libavcodec.so.56.1.0 lib/libav/libavresample.so.2.1.0\ lib/libav/libswscale.so.3.0.0 lib/libav/libavutil.so.54.3.0 - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${a} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${a} .endfor .include Modified: head/multimedia/libav/distinfo ============================================================================== --- head/multimedia/libav/distinfo Thu Feb 23 22:37:07 2017 (r434689) +++ head/multimedia/libav/distinfo Fri Feb 24 00:13:45 2017 (r434690) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470076400 -SHA256 (libav-11.7.tar.xz) = 8c9a75c89c6df58dd5e3f6f735d1ba5448680e23013fd66a51b50b4f49913c46 -SIZE (libav-11.7.tar.xz) = 4861984 +TIMESTAMP = 1486171185 +SHA256 (libav-11.8.tar.xz) = 7014b869570b9ea759e5c06beb3e9debd024a1c5af517655a9e1ccfe145baf4e +SIZE (libav-11.8.tar.xz) = 4865796