From owner-svn-ports-all@FreeBSD.ORG Thu Jul 24 17:10:59 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 395BC6E8; Thu, 24 Jul 2014 17:10:59 +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 1A1B325E2; Thu, 24 Jul 2014 17:10:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6OHAwm5050393; Thu, 24 Jul 2014 17:10:58 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6OHAvBo050382; Thu, 24 Jul 2014 17:10:57 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201407241710.s6OHAvBo050382@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 24 Jul 2014 17:10:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362833 - head/Keywords 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 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: Thu, 24 Jul 2014 17:10:59 -0000 Author: bapt Date: Thu Jul 24 17:10:57 2014 New Revision: 362833 URL: http://svnweb.freebsd.org/changeset/ports/362833 QAT: https://qat.redports.org/buildarchive/r362833/ Log: Convert keywords in pure ucl format yaml version will be removed later Added: head/Keywords/fc.ucl - copied, changed from r362655, head/Keywords/fc.yaml head/Keywords/fcfontsdir.ucl - copied, changed from r362655, head/Keywords/fcfontsdir.yaml head/Keywords/fmtutil.ucl - copied, changed from r362655, head/Keywords/fmtutil.yaml head/Keywords/fontsdir.ucl - copied, changed from r362655, head/Keywords/fontsdir.yaml head/Keywords/info.ucl - copied, changed from r362655, head/Keywords/info.yaml head/Keywords/sample.ucl - copied, changed from r362655, head/Keywords/sample.yaml head/Keywords/shell.ucl - copied, changed from r362655, head/Keywords/shell.yaml Copied and modified: head/Keywords/fc.ucl (from r362655, head/Keywords/fc.yaml) ============================================================================== --- head/Keywords/fc.yaml Wed Jul 23 10:21:18 2014 (r362655, copy source) +++ head/Keywords/fc.ucl Thu Jul 24 17:10:57 2014 (r362833) @@ -3,7 +3,9 @@ # MAINTAINER: x11@FreeBSD.org actions: [dirrmtry] -post-install: | +post-install: </dev/null || true -post-deinstall: | +EOD +post-deinstall: </dev/null || true +EOD Copied and modified: head/Keywords/fcfontsdir.ucl (from r362655, head/Keywords/fcfontsdir.yaml) ============================================================================== --- head/Keywords/fcfontsdir.yaml Wed Jul 23 10:21:18 2014 (r362655, copy source) +++ head/Keywords/fcfontsdir.ucl Thu Jul 24 17:10:57 2014 (r362833) @@ -3,11 +3,12 @@ # MAINTAINER: x11@FreeBSD.org actions: [dirrmtry] -post-install: | +post-install: </dev/null || true mkfontscale %D/%@ 2>/dev/null || true mkfontdir %D/%@ 2>/dev/null || true -post-deinstall: | +EOD +post-deinstall: </dev/null || true mkfontscale %D/%@ 2>/dev/null || true if [ -e %D/%@/fonts.scale -a "`stat -f '%%z' %D/%@/fonts.scale 2>/dev/null`" = '2' ]; then @@ -17,3 +18,4 @@ post-deinstall: | if [ -e %D/%@/fonts.dir -a "`stat -f '%%z' %D/%@/fonts.dir 2>/dev/null`" = '2' ]; then rm %D/%@/fonts.dir fi +EOD Copied and modified: head/Keywords/fmtutil.ucl (from r362655, head/Keywords/fmtutil.yaml) ============================================================================== --- head/Keywords/fmtutil.yaml Wed Jul 23 10:21:18 2014 (r362655, copy source) +++ head/Keywords/fmtutil.ucl Thu Jul 24 17:10:57 2014 (r362833) @@ -3,11 +3,13 @@ # MAINTAINER: portmgr@FreeBSD.org actions: [] -post-install: | +post-install: </dev/null -post-deinstall: | +EOD +post-deinstall: </dev/null done +EOD Copied and modified: head/Keywords/fontsdir.ucl (from r362655, head/Keywords/fontsdir.yaml) ============================================================================== --- head/Keywords/fontsdir.yaml Wed Jul 23 10:21:18 2014 (r362655, copy source) +++ head/Keywords/fontsdir.ucl Thu Jul 24 17:10:57 2014 (r362833) @@ -3,10 +3,11 @@ # MAINTAINER: x11@FreeBSD.org actions: [dirrmtry] -post-install: | +post-install: </dev/null || true mkfontdir %D/%@ 2>/dev/null || true -post-deinstall: | +EOD +post-deinstall: </dev/null || true if [ -e %D/%@/fonts.scale -a "`stat -f '%%z' %D/%@/fonts.scale 2>/dev/null`" = '2' ]; then rm %D/%@/fonts.scale @@ -15,3 +16,4 @@ post-deinstall: | if [ -e %D/%@/fonts.dir -a "`stat -f '%%z' %D/%@/fonts.dir 2>/dev/null`" = '2' ]; then rm %D/%@/fonts.dir fi +EOD Copied and modified: head/Keywords/info.ucl (from r362655, head/Keywords/info.yaml) ============================================================================== --- head/Keywords/info.yaml Wed Jul 23 10:21:18 2014 (r362655, copy source) +++ head/Keywords/info.ucl Thu Jul 24 17:10:57 2014 (r362833) @@ -3,9 +3,11 @@ # MAINTAINER: portmgr@FreeBSD.org actions: [file] -post-install: | +post-install: </etc/shells; rm -f /etc/shells.bak actions: [file] -post-install: | +post-install: < /etc/shells rm -f /etc/shells.bak -pre-deinstall: | +EOD +pre-deinstall: < /etc/shells rm -f /etc/shells.bak +EOD