From owner-svn-ports-all@FreeBSD.ORG Wed Apr 1 14:39:47 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 10154E9E; Wed, 1 Apr 2015 14:39:47 +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 EF35177E; Wed, 1 Apr 2015 14:39:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t31Edkpc015233; Wed, 1 Apr 2015 14:39:46 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t31Edkxp015232; Wed, 1 Apr 2015 14:39:46 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201504011439.t31Edkxp015232@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Wed, 1 Apr 2015 14:39:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382916 - head 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: Wed, 01 Apr 2015 14:39:47 -0000 Author: bapt Date: Wed Apr 1 14:39:45 2015 New Revision: 382916 URL: https://svnweb.freebsd.org/changeset/ports/382916 QAT: https://qat.redports.org/buildarchive/r382916/ Log: Document recent changes Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Wed Apr 1 14:10:44 2015 (r382915) +++ head/CHANGES Wed Apr 1 14:39:45 2015 (r382916) @@ -17,6 +17,22 @@ AUTHOR: ohauer@FreeBSD.org To activate the subversion apache modules a dedicated file will be installed as modules.d/220_subversion.conf +20150328: +AUTHOR: bapt@FreeBSD.org + + New "metaport" USES to take care of predefining correctly the needed + macros as expected by meta ports. + +20150323: +AUTHOR: bapt@FreeBSD.org + + Remove "@fc" and "@fontsdir". All fonts should always use @fcfontsdir which + Properly takes care of the fonts.dir and fonts.scale cache files as well + as ensure to properly update the fontconfig cache + + New "fonts" USES. It defines the default variables needed for fonts and also + takes care of the run time dependencies + 20150326: AUTHOR: bdrewery@FreeBSD.org