From owner-svn-ports-all@freebsd.org Fri Feb 17 02:53:29 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 B51DCCE2890; Fri, 17 Feb 2017 02:53:29 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 957661CF9; Fri, 17 Feb 2017 02:53:29 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from Silverstone (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id B3F4926E9; Fri, 17 Feb 2017 02:53:28 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Date: Thu, 16 Feb 2017 21:53:27 -0500 From: Jason Unovitch To: Jung-uk Kim Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r434240 - in head/www/nspluginwrapper: . files Message-ID: <20170217025327.GA9025@Silverstone> References: <201702161846.v1GIkA5c064282@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201702161846.v1GIkA5c064282@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) 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, 17 Feb 2017 02:53:29 -0000 On Thu, Feb 16, 2017 at 06:46:10PM +0000, Jung-uk Kim wrote: > Author: jkim > Date: Thu Feb 16 18:46:10 2017 > New Revision: 434240 > URL: https://svnweb.freebsd.org/changeset/ports/434240 > > Log: > Catch up with r428854 to fix automatic plugin discovery of Flash Player. > > MFH: 2017Q1 > > Modified: > head/www/nspluginwrapper/Makefile > head/www/nspluginwrapper/files/patch-src__npw-config.c > Approved along with the r434241 followup.