[113968] trunk/dports/gnome/folks/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Nov 26 19:10:08 PST 2013
On Nov 26, 2013, at 14:58, devans at macports.org wrote:
> Revision
> 113968
> Author
> devans at macports.org
> Date
> 2013-11-26 12:58:24 -0800 (Tue, 26 Nov 2013)
> Log Message
>
> folks: for now don't build +eds by default due to runtime problems with the eds backend.
> Modified Paths
>
> • trunk/dports/gnome/folks/Portfile
> Diff
>
> Modified: trunk/dports/gnome/folks/Portfile (113967 => 113968)
>
> --- trunk/dports/gnome/folks/Portfile 2013-11-26 20:42:15 UTC (rev 113967)
> +++ trunk/dports/gnome/folks/Portfile 2013-11-26 20:58:24 UTC (rev 113968)
>
> @@ -5,6 +5,7 @@
>
>
>
> name folks
>
> version 0.9.6
>
> +revision 1
>
> epoch 1
>
> license LGPL-2.1
>
> set branch [join [lrange [split ${version} .] 0 1] .]
>
> @@ -64,7 +65,9 @@
>
> configure.args-append --enable-eds-backend
>
> }
>
>
>
> -default_variants +eds
>
> +# for now don't build +eds by default due to runtime problems
> +# with the eds backend
> +# default_variants +eds
There’s no reason to increase the revision, since this won’t change any installed files for anyone who already had the port installed.
More information about the macports-dev
mailing list