[88652] trunk/dports/science/gwyddion/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Jan 6 15:39:09 PST 2012
On Jan 6, 2012, at 15:47, rowue at macports.org wrote:
> Revision: 88652
> http://trac.macports.org/changeset/88652
> Author: rowue at macports.org
> Date: 2012-01-06 13:47:17 -0800 (Fri, 06 Jan 2012)
> Log Message:
> -----------
> gwyddion: added pkgconfig to build-deps.
>
> This should fix an buildbot error on sl-64
>
> Modified Paths:
> --------------
> trunk/dports/science/gwyddion/Portfile
>
> Modified: trunk/dports/science/gwyddion/Portfile
> ===================================================================
> --- trunk/dports/science/gwyddion/Portfile 2012-01-06 20:11:26 UTC (rev 88651)
> +++ trunk/dports/science/gwyddion/Portfile 2012-01-06 21:47:17 UTC (rev 88652)
> @@ -7,7 +7,7 @@
> version 2.26
> categories science x11
> platforms darwin
> -# revision 1
> +revision 1
> maintainers rowue gwyddion.net:yeti
> description Software for SPM Analysis
>
> @@ -25,6 +25,8 @@
> rmd160 f2df52b16fa02ea62ff19fbd8ed12077a2bdea7a
>
>
> +depends_build port:pkgconfig
But FYI there's usually no reason to increase the revision just to add a build dep. Either the port builds (the user already had the build dep installed) or it does not (the user didn't have it installed). Forcing those users who already had it installed to rebuild the port won't add anything.
The exception would be if the build dep is for some optional functionality, i.e. the port would have built successfully but without some functionality. Then you would increase the revision, to ensure everyone had that optional functionality.
More information about the macports-dev
mailing list