From owner-svn-ports-all@freebsd.org Fri Oct 7 07:13:41 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 B4242BED15B; Fri, 7 Oct 2016 07:13:41 +0000 (UTC) (envelope-from pi@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 864019EB; Fri, 7 Oct 2016 07:13:41 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u977DeWF002527; Fri, 7 Oct 2016 07:13:40 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u977Decn002526; Fri, 7 Oct 2016 07:13:40 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201610070713.u977Decn002526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 7 Oct 2016 07:13:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423453 - head/graphics/nplot 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, 07 Oct 2016 07:13:41 -0000 Author: pi Date: Fri Oct 7 07:13:40 2016 New Revision: 423453 URL: https://svnweb.freebsd.org/changeset/ports/423453 Log: graphics/nplot: USE_OPENSSL -> USES=ssl PR: 212775 Submitted by: mat Modified: head/graphics/nplot/Makefile Modified: head/graphics/nplot/Makefile ============================================================================== --- head/graphics/nplot/Makefile Fri Oct 7 07:10:45 2016 (r423452) +++ head/graphics/nplot/Makefile Fri Oct 7 07:13:40 2016 (r423453) @@ -18,9 +18,8 @@ USE_GITHUB= yes GH_ACCOUNT= mhowlett GH_TAGNAME= 9a92e78 -USE_OPENSSL= yes SUB_FILES= NPlot.pc -USES= mono +USES= mono ssl PLIST_FILES= lib/mono/NPlot/NPlot.dll \ lib/mono/gac/NPlot/0.9.11.0__1d82a50c5d01c44e/NPlot.dll \