[120476] trunk/dports/cross/avrdude/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu May 29 14:01:28 PDT 2014
On May 29, 2014, at 10:22 AM, g5pw at macports.org wrote:
> Revision
> 120476
> Author
> g5pw at macports.org
> Date
> 2014-05-29 08:22:23 -0700 (Thu, 29 May 2014)
> Log Message
>
> cross/avrdude:
> docs require latex to be present, so adding texlive ad a build dependency,
> and making the variant optional
>
> Modified Paths
>
> • trunk/dports/cross/avrdude/Portfile
> Diff
>
> Modified: trunk/dports/cross/avrdude/Portfile (120475 => 120476)
>
> --- trunk/dports/cross/avrdude/Portfile 2014-05-29 15:13:37 UTC (rev 120475)
> +++ trunk/dports/cross/avrdude/Portfile 2014-05-29 15:22:23 UTC (rev 120476)
>
> @@ -5,6 +5,7 @@
>
>
>
> name avrdude
>
> version 6.1
>
> +revision 1
>
> categories cross devel
>
> maintainers bdmicro.com:bsd
>
> description an Atmel AVR MCU programmer
>
> @@ -29,10 +30,8 @@
>
> configure.args --mandir=${prefix}/share/man \
>
> --disable-parport
>
>
>
> -variant docs description {Build documentation} {
> - depends_build-append port:texinfo
>
> +variant docs description {Build documentation (requires LaTeX)} {
> + depends_build-append port:texlive
>
>
>
> configure.args-append --enable-doc
>
> }
>
> -
> -default_variants +docs
There is no reason to revbump when removing default variants, because MacPorts will not remove variants from an installed port unless the user explicitly tells it to do so (e.g. by using "sudo port upgrade --enforce-variants avrdude -docs")
More information about the macports-dev
mailing list