From owner-svn-ports-all@freebsd.org Thu Dec 22 22:45:56 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 1E0B0C8D4E8; Thu, 22 Dec 2016 22:45:56 +0000 (UTC) (envelope-from bapt@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 DEB2615B5; Thu, 22 Dec 2016 22:45:55 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBMMjt5k083270; Thu, 22 Dec 2016 22:45:55 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBMMjt3B083269; Thu, 22 Dec 2016 22:45:55 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201612222245.uBMMjt3B083269@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 22 Dec 2016 22:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429193 - head/x11-toolkits/linux-f10-pango 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: Thu, 22 Dec 2016 22:45:56 -0000 Author: bapt Date: Thu Dec 22 22:45:54 2016 New Revision: 429193 URL: https://svnweb.freebsd.org/changeset/ports/429193 Log: Remove instances of @*exec and remove useless @comment Modified: head/x11-toolkits/linux-f10-pango/pkg-plist Modified: head/x11-toolkits/linux-f10-pango/pkg-plist ============================================================================== --- head/x11-toolkits/linux-f10-pango/pkg-plist Thu Dec 22 22:42:09 2016 (r429192) +++ head/x11-toolkits/linux-f10-pango/pkg-plist Thu Dec 22 22:45:54 2016 (r429193) @@ -1,5 +1,4 @@ -@comment file listing -@unexec rm %D/etc/pango/i686-pc-linux-gnu/pango.modules +@postunexec rm %D/etc/pango/i686-pc-linux-gnu/pango.modules etc/pango/pangox.aliases usr/bin/pango-querymodules-32 usr/lib/libpango-1.0.so.0 @@ -33,4 +32,4 @@ usr/share/man/man1/pango-querymodules.1. usr/share/man/man1/pango-view.1.gz @comment deal with empty directories created by the port @dir etc/pango/i686-pc-linux-gnu -@exec chroot %D /usr/bin/pango-querymodules-32 > %D/etc/pango/i686-pc-linux-gnu/pango.modules +@postexec chroot %D /usr/bin/pango-querymodules-32 > %D/etc/pango/i686-pc-linux-gnu/pango.modules