[108288] trunk/dports/gnome/goffice/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Jul 17 16:44:26 PDT 2013
On Jul 17, 2013, at 17:50, dports at macports.org wrote:
> Revision: 108288
> https://trac.macports.org/changeset/108288
> Author: dports at macports.org
> Date: 2013-07-17 15:50:46 -0700 (Wed, 17 Jul 2013)
> Log Message:
> -----------
> goffice: update to v0.10.4; create goffice08 subport for compatibility
> (#39717)
>
> Modified Paths:
> --------------
> trunk/dports/gnome/goffice/Portfile
>
> Modified: trunk/dports/gnome/goffice/Portfile
> ===================================================================
> --- trunk/dports/gnome/goffice/Portfile 2013-07-17 22:48:02 UTC (rev 108287)
> +++ trunk/dports/gnome/goffice/Portfile 2013-07-17 22:50:46 UTC (rev 108288)
> @@ -5,8 +5,8 @@
>
> name goffice
> epoch 1
> -version 0.8.17
> -revision 6
> +version 0.10.4
> +
> set branch [join [lrange [split ${version} .] 0 1] .]
> description GOffice is a library of document-centric objects and utilities.
> long_description GOffice is a library of document-centric objects \
> @@ -19,21 +19,48 @@
>
> homepage http://freecode.com/projects/goffice
> master_sites gnome:sources/${name}/${branch}/
> -use_bzip2 yes
> +use_xz yes
>
> -checksums rmd160 35224e53a1431b2ecf81297a081159c7297110bb \
> - sha256 dd8caef5fefffbc53938fa619de9f58e7c4dc71a1803de134065d42138a68c06
> +checksums rmd160 c81ab86f437f7c959e8d94583884c2cd579cc799 \
> + sha256 30cb91693abff241e1b14b741ac23bc588f428b4524b12e3fecd1ea3f0bc67ba
>
> depends_build port:intltool \
> port:pkgconfig
>
> -depends_lib port:gconf \
> +depends_lib port:gtk3 \
> port:libgsf \
> + port:librsvg \
> + port:glib2
Dependency on glib2 should be written such that glib2-devel could satisfy it. See other ports depending on glib2 for an example.
More information about the macports-dev
mailing list