svn commit: r404184 - head/www
Sunpoet Po-Chuan Hsieh
sunpoet at freebsd.org
Tue Dec 22 00:10:05 UTC 2015
On Tue, Dec 22, 2015 at 6:43 AM, Mathieu Arnold <mat at freebsd.org> wrote:
>
>
> +--On 21 décembre 2015 19:12:29 +0000 Sunpoet Po-Chuan Hsieh
> <sunpoet at FreeBSD.org> wrote:
> | Author: sunpoet
> | Date: Mon Dec 21 19:12:29 2015
> | New Revision: 404184
> | URL: https://svnweb.freebsd.org/changeset/ports/404184
> |
> | Log:
> | - Sort SUBDIRs
>
> I'm not sure I agree with you there. It is supposed to be case sensitive,
>
Do you mean case insensitive?
But I think SUBDIRs are sorted in case-sensitive order.
MojoX were at the right place. (And if you are sorting in a case
> insensitive way, MojoMojo should be after Mojolicious.)
| Modified:
> | head/www/Makefile
> |
> | Modified: head/www/Makefile
> | =========================================================================
> | ===== --- head/www/Makefile Mon Dec 21 19:09:49 2015 (r404183)
> | +++ head/www/Makefile Mon Dec 21 19:12:29 2015 (r404184)
> | @@ -1080,6 +1080,8 @@
> | SUBDIR += p5-ModPerl-VersionUtil
> | SUBDIR += p5-Mojo-Server-FastCGI
> | SUBDIR += p5-MojoMojo
> | + SUBDIR += p5-MojoX-Log-Dispatch-Simple
> | + SUBDIR += p5-MojoX-Renderer-Xslate
> | SUBDIR += p5-Mojolicious
> | SUBDIR += p5-Mojolicious-Plugin-Authentication
> | SUBDIR += p5-Mojolicious-Plugin-Database
> | @@ -1087,8 +1089,6 @@
> | SUBDIR += p5-Mojolicious-Plugin-SetUserGroup
> | SUBDIR += p5-Mojolicious-Plugin-TtRenderer
> | SUBDIR += p5-Mojolicious-Plugin-YamlConfig
> | - SUBDIR += p5-MojoX-Log-Dispatch-Simple
> | - SUBDIR += p5-MojoX-Renderer-Xslate
> | SUBDIR += p5-Monoceros
> | SUBDIR += p5-Mozilla-CA
> | SUBDIR += p5-Net-Akismet
> |
> |
>
>
>
> --
> Mathieu Arnold
More information about the svn-ports-all
mailing list