[38140] trunk/dports/science/grads/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Jul 8 12:47:41 PDT 2008
On Jul 8, 2008, at 09:26, takeshi at macports.org wrote:
> Revision: 38140
> http://trac.macosforge.org/projects/macports/changeset/38140
> Author: takeshi at macports.org
> Date: 2008-07-08 07:26:53 -0700 (Tue, 08 Jul 2008)
> Log Message:
> -----------
> grads: removed --prefix=
For future reference, there's no reason to increment the port's
revision for this kind of change, because the change doesn't cause
any different files to be installed by the port. All you're doing is
removing a duplicated option which MacPorts already added, so nothing
has functionally changed for the user.
> --- trunk/dports/science/grads/Portfile 2008-07-08 13:21:15 UTC
> (rev 38139)
> +++ trunk/dports/science/grads/Portfile 2008-07-08 14:26:53 UTC
> (rev 38140)
> @@ -1,3 +1,4 @@
> +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode:
> nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
> # $Id$
>
> PortSystem 1.0
> @@ -4,7 +5,7 @@
>
> name grads
> version 1.9b4
> -revision 3
> +revision 4
> platforms darwin
> maintainers takeshi at macports.org
> categories science
> @@ -33,14 +34,12 @@
> patch-wgrib.c.diff patch-bufrscan.c.diff \
> patch-gacfg.c.diff patch-gxhpng.c.diff
>
> -
> post-patch {
> reinplace "s|/usr/local|${prefix}|" ${worksrcpath}/src/gx.h
> }
>
> -#configure.env LIBS="-lwmf" SUPPLIBS=${prefix}
> configure.env SUPPLIBS=${prefix}
> -configure.args --prefix=${prefix} --with-readline --with-lats \
> +configure.args --with-readline --with-lats \
> --with-nc --with-dods --with-hdf --with-x \
> --without-printim --without-gui
More information about the macports-dev
mailing list