Date: Wed, 15 Feb 2012 11:23:01 +0400 From: Boris Samorodov <bsam@passap.ru> To: Max Brazhnikov <makc@freebsd.org> Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, Boris Samorodov <bsam@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 Message-ID: <4F3B5D55.5030707@passap.ru> In-Reply-To: <201202142035.20190.makc@freebsd.org> References: <201202141905.q1EJ5SJB032016@repoman.freebsd.org> <201202142035.20190.makc@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 15.02.2012 00:35, Max Brazhnikov wrote: > 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<svvord@ulona.org> [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. Yep, sure. Will do, thanks! -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F3B5D55.5030707>