From owner-svn-ports-all@freebsd.org Sun Apr 10 01:20:36 2016 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 EA9E6B01E72; Sun, 10 Apr 2016 01:20:36 +0000 (UTC) (envelope-from jbeich@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 AD8D511AF; Sun, 10 Apr 2016 01:20:36 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3A1KZYQ089317; Sun, 10 Apr 2016 01:20:35 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3A1KZid089315; Sun, 10 Apr 2016 01:20:35 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201604100120.u3A1KZid089315@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 10 Apr 2016 01:20:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412883 - in head/multimedia: ffms2 vapoursynth 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.21 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: Sun, 10 Apr 2016 01:20:37 -0000 Author: jbeich Date: Sun Apr 10 01:20:35 2016 New Revision: 412883 URL: https://svnweb.freebsd.org/changeset/ports/412883 Log: Fix typos in r412879 and r412880 Modified: head/multimedia/ffms2/Makefile (contents, props changed) head/multimedia/vapoursynth/pkg-descr (contents, props changed) Modified: head/multimedia/ffms2/Makefile ============================================================================== --- head/multimedia/ffms2/Makefile Sun Apr 10 01:12:58 2016 (r412882) +++ head/multimedia/ffms2/Makefile Sun Apr 10 01:20:35 2016 (r412883) @@ -35,6 +35,6 @@ post-patch: post-install: ${MKDIR} ${STAGEDIR}${DATADIR} - ${LN} -sf ../libffms2.so ${STAGEDIR}${DATADIR}/ + ${LN} -sf ../lib${PORTNAME}.so ${STAGEDIR}${DATADIR}/ .include Modified: head/multimedia/vapoursynth/pkg-descr ============================================================================== --- head/multimedia/vapoursynth/pkg-descr Sun Apr 10 01:12:58 2016 (r412882) +++ head/multimedia/vapoursynth/pkg-descr Sun Apr 10 01:20:35 2016 (r412883) @@ -4,7 +4,7 @@ C++ and a Python module to allow video s to be when I started thinking about alternative designs for Avisynth and most of it was written over a 3 month period. -The software has been heavily inspired by and aims to be a 21st +The software has been heavily inspired by Avisynth and aims to be a 21st century rewrite, taking advantage of the advancements computers have made since the late 90s. The main features compared to Avisynth are: