svn commit: r440567 - head/Mk/Uses
Pietro Cerutti
gahr at FreeBSD.org
Wed May 10 15:02:28 UTC 2017
On May 10 17 14:55, Dmitry Marakasov wrote:
> Author: amdmi3
> Date: Wed May 10 14:55:49 2017
> New Revision: 440567
> URL: https://svnweb.freebsd.org/changeset/ports/440567
>
> Log:
> - Add missing 8.7 as a valid tcl/tk version
>
> Approved by: portmgr (mat)
> Differential Revision: https://reviews.freebsd.org/D10575
This is wrong, a port for tk87 hasn't been prepared yet, so USES=tk:87
fails. I would have preferred tcltk@ to be brought into the discussion
first.
>
> Modified:
> head/Mk/Uses/tcl.mk
>
> Modified: head/Mk/Uses/tcl.mk
> ==============================================================================
> --- head/Mk/Uses/tcl.mk Wed May 10 14:37:11 2017 (r440566)
> +++ head/Mk/Uses/tcl.mk Wed May 10 14:55:49 2017 (r440567)
> @@ -40,11 +40,11 @@
> # is installed, bring in the default version. See
> # ${_TCLTK_DEFAULT_VERSION} below.
> #
> -# - 84, 85, 86 - Depend on a specific version series of PORT. Multiple
> +# - 84, 85, 86, 87 - Depend on a specific version series of PORT. Multiple
> # values are OK. The highest version available is
> # picked.
> #
> -# - 84+, 85+, 86+ - Depend on any installed version greater or equal to
> +# - 84+, 85+, 86+, 87+ - Depend on any installed version greater or equal to
> # the specified version.
> #
> # If wrapper is specified, an additional dependency on tcl-wrapper or
> @@ -72,7 +72,7 @@ _INCLUDE_USES_TCL_MK= yes
> #
> # When adding a version, please keep the comment in
> # Mk/bsd.default-versions.mk in sync.
> -_TCLTK_VALID_VERSIONS= 84 85 86
> +_TCLTK_VALID_VERSIONS= 84 85 86 87
>
> #
> # Bring in the default and check that the specified version is in the list of
>
--
Pietro Cerutti
The FreeBSD Project
gahr at FreeBSD.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 1028 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170510/19f65709/attachment.sig>
More information about the svn-ports-all
mailing list