From owner-cvs-ports@FreeBSD.ORG Tue Feb 14 20:34:52 2012 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E8FB106566B; Tue, 14 Feb 2012 20:34:52 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id EBE528FC15; Tue, 14 Feb 2012 20:34:51 +0000 (UTC) Received: from dev019-065.eduroam.manchester.ac.uk [194.66.19.65:32306] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id q1EKYpQN048959 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Wed, 15 Feb 2012 00:34:52 +0400 (MSK) From: Max Brazhnikov To: Boris Samorodov Date: Tue, 14 Feb 2012 20:35:19 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <201202141905.q1EJ5SJB032016@repoman.freebsd.org> In-Reply-To: <201202141905.q1EJ5SJB032016@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201202142035.20190.makc@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/print/scribus Makefile distinfo pkg-plist ports/print/scribus/files patch-CMakeLists patch-cupsoptions.cpp patch-printerutil.cpp patch-scribus::manpages::CMakeLists X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 20:34:52 -0000 On Tue, 14 Feb 2012 19:05:28 +0000 (UTC), Boris Samorodov wrote: > bsam 2012-02-14 19:05:28 UTC > > FreeBSD ports repository > > Modified files: > print/scribus Makefile distinfo pkg-plist > print/scribus/files patch-CMakeLists > Removed files: > print/scribus/files patch-cupsoptions.cpp > patch-printerutil.cpp > patch-scribus::manpages::CMakeLists > Log: > Update to version 1.4.0. The new version uses QT4. > > From the official site: > After almost 4 years of intensive work, the Scribus Team (www.scribus.net) > has released the new stable version 1.4.0 of the Open Source desktop > publishing program Scribus.[...] In summary, more than 2000 feature > requests and bugs have been resolved since the development of this > new version started. > > PR: ports/164592 [1] > ports/164609 [2] > Submitted by: Sergey Golyashov [1], bsam [2] > Approved by: sylvio (maintainer timeout 15 days) > > Revision Changes Path > 1.66 +17 -9 ports/print/scribus/Makefile > 1.29 +2 -2 ports/print/scribus/distinfo > 1.4 +27 -18 ports/print/scribus/files/patch-CMakeLists > 1.2 +0 -10 ports/print/scribus/files/patch-cupsoptions.cpp (dead) > 1.2 +0 -10 ports/print/scribus/files/patch-printerutil.cpp (dead) > 1.2 +0 -23 ports/print/scribus/files/patch-scribus::manpages::CMakeLists (dead) > 1.30 +2175 -679 ports/print/scribus/pkg-plist Running update-mime-database from post-install target is not enough, think about packages! So you need a couple of lines for plist: @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true And similar for update-desktop-database.