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 <svv...@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. _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"