From owner-svn-ports-head@freebsd.org Wed Jul 13 07:52:35 2016 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 9F171B97AE8; Wed, 13 Jul 2016 07:52:35 +0000 (UTC) (envelope-from kevlo@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 6B5E31791; Wed, 13 Jul 2016 07:52:35 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6D7qYj3053702; Wed, 13 Jul 2016 07:52:34 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6D7qYVn053701; Wed, 13 Jul 2016 07:52:34 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201607130752.u6D7qYVn053701@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Wed, 13 Jul 2016 07:52:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418463 - head/multimedia/py-moviepy 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.22 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: Wed, 13 Jul 2016 07:52:35 -0000 Author: kevlo Date: Wed Jul 13 07:52:34 2016 New Revision: 418463 URL: https://svnweb.freebsd.org/changeset/ports/418463 Log: Fix typo in pkg-descr. Modified: head/multimedia/py-moviepy/pkg-descr Modified: head/multimedia/py-moviepy/pkg-descr ============================================================================== --- head/multimedia/py-moviepy/pkg-descr Wed Jul 13 06:42:37 2016 (r418462) +++ head/multimedia/py-moviepy/pkg-descr Wed Jul 13 07:52:34 2016 (r418463) @@ -1,4 +1,4 @@ -MoviePy s a Python module for video editing: cuts, concatenations, +MoviePy is a Python module for video editing: cuts, concatenations, title insertions, video compositing (a.k.a. non-linear editing), video processing, and creation of custom effects.