Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2012 20:35:19 +0000
From:      Max Brazhnikov <makc@freebsd.org>
To:        Boris Samorodov <bsam@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
Message-ID:  <201202142035.20190.makc@freebsd.org>
In-Reply-To: <201202141905.q1EJ5SJB032016@repoman.freebsd.org>
References:  <201202141905.q1EJ5SJB032016@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202142035.20190.makc>