From owner-svn-ports-all@FreeBSD.ORG Sun Apr 12 23:01:33 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0D241CF; Sun, 12 Apr 2015 23:01:33 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 BB3963D9; Sun, 12 Apr 2015 23:01:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3CN1XCt069101; Sun, 12 Apr 2015 23:01:33 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3CN1XuN069100; Sun, 12 Apr 2015 23:01:33 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201504122301.t3CN1XuN069100@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 12 Apr 2015 23:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383890 - head/Mk 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.18-1 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, 12 Apr 2015 23:01:33 -0000 Author: gerald Date: Sun Apr 12 23:01:32 2015 New Revision: 383890 URL: https://svnweb.freebsd.org/changeset/ports/383890 Log: Simplify the description of BUNDLE_LIBS. Approved by: portmgr (bapt) Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Sun Apr 12 22:25:25 2015 (r383889) +++ head/Mk/bsd.port.mk Sun Apr 12 23:01:32 2015 (r383890) @@ -511,10 +511,10 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # - PREFIX can't have a trailing slash. # # BUNDLE_LIBS Teach pkg(8) to not automatically add all shared libraries -# installed by a port as a "provided" shared libraries provided -# for other packages (prevent them from being exposed in the -# solver). This has to be used for ports that bundle third -# party libraries for internal usage. +# installed by a port as shared libraries "provided" for +# other packages (i.e., do not expose them in the solver). +# This has to be used for ports that bundle third party +# libraries for internal usage. # MASTERDIR - Where the port finds patches, package files, etc. Define # this is you have two or more ports that share most of the # files.