[138739] trunk/dports/gnome/glom/Portfile

Ryan Schmidt ryandesign at macports.org
Sun Jul 26 11:47:05 PDT 2015


> On Jul 17, 2015, at 5:34 PM, devans at macports.org wrote:
> 
> Revision
> 138739
> Author
> devans at macports.org
> Date
> 2015-07-17 15:34:05 -0700 (Fri, 17 Jul 2015)
> Log Message
> 
> glom: build using postgresql94 to match libgda5 defaults.

> Modified: trunk/dports/gnome/glom/Portfile (138738 => 138739)
> --- trunk/dports/gnome/glom/Portfile	2015-07-17 21:29:52 UTC (rev 138738)
> +++ trunk/dports/gnome/glom/Portfile	2015-07-17 22:34:05 UTC (rev 138739)
> @@ -51,7 +51,7 @@
>                      port:libgdamm5 \
>                      port:goocanvasmm2\
>                      port:gtksourceviewmm3 \
> -                    port:postgresql93 \
> +                    port:postgresql94 \
>                      port:py27-gobject3 \
>                      port:libepc \
>                      port:evince \
> @@ -64,7 +64,7 @@
>  patchfiles          patch-configure.ac.diff \
>                      patch-glom-libglom-connectionpool.cc.diff
>  
> -require_active_variants libgda5 postgresql93
> +require_active_variants libgda5 postgresql94
>  
>  # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
>  
> @@ -82,7 +82,7 @@
>  configure.perl      ${prefix}/bin/perl${pbranch}
>  
>  configure.args      --with-boost-python=mt \
> -                    --with-postgres-utils=${prefix}/lib/postgresql93/bin \
> +                    --with-postgres-utils=${prefix}/lib/postgresql94/bin \
>                      --disable-mysql \
>                      --disable-silent-rules \
>                      --disable-update-mime-database \

Since this changes the files that get installed by this port, this port's revision needs to be increased.



More information about the macports-dev mailing list