Date: Wed, 13 Nov 2019 08:44:02 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517364 - in head: devel graphics www x11 Message-ID: <201911130844.xAD8i2fN006136@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Wed Nov 13 08:44:02 2019 New Revision: 517364 URL: https://svnweb.freebsd.org/changeset/ports/517364 Log: Regular category sorting. Modified: head/devel/Makefile (contents, props changed) head/graphics/Makefile (contents, props changed) head/www/Makefile (contents, props changed) head/x11/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 13 06:45:01 2019 (r517363) +++ head/devel/Makefile Wed Nov 13 08:44:02 2019 (r517364) @@ -4868,8 +4868,8 @@ SUBDIR += py-pyicu SUBDIR += py-pyinotify SUBDIR += py-pyinstaller - SUBDIR += py-pyjsparser SUBDIR += py-pyjq + SUBDIR += py-pyjsparser SUBDIR += py-pyke SUBDIR += py-pylama SUBDIR += py-pylibsrtp @@ -6042,8 +6042,8 @@ SUBDIR += rubygem-nsa-rails5 SUBDIR += rubygem-numerizer SUBDIR += rubygem-numerizer01 - SUBDIR += rubygem-octopress-hooks SUBDIR += rubygem-oci + SUBDIR += rubygem-octopress-hooks SUBDIR += rubygem-oj SUBDIR += rubygem-omniauth_crowd SUBDIR += rubygem-omniauth_crowd22 Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Nov 13 06:45:01 2019 (r517363) +++ head/graphics/Makefile Wed Nov 13 08:44:02 2019 (r517364) @@ -867,6 +867,7 @@ SUBDIR += py-pyqrcode SUBDIR += py-pyqtgraph SUBDIR += py-python-poppler-qt5 + SUBDIR += py-pyvips SUBDIR += py-qt5-svg SUBDIR += py-rawkit SUBDIR += py-sane @@ -880,7 +881,6 @@ SUBDIR += py-termtosvg SUBDIR += py-toyplot SUBDIR += py-traitsui - SUBDIR += py-pyvips SUBDIR += py-wand SUBDIR += py-webcolors SUBDIR += py-willow Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Nov 13 06:45:01 2019 (r517363) +++ head/www/Makefile Wed Nov 13 08:44:02 2019 (r517364) @@ -1904,7 +1904,6 @@ SUBDIR += radicale2 SUBDIR += red5 SUBDIR += redmine - SUBDIR += redmine4 SUBDIR += redmine-a_common_libs SUBDIR += redmine-basecamp SUBDIR += redmine-default_assign @@ -1918,6 +1917,7 @@ SUBDIR += redmine-sidebar_hide SUBDIR += redmine-single_auth SUBDIR += redmine-wiki_notes + SUBDIR += redmine4 SUBDIR += rejik SUBDIR += reportmagic SUBDIR += repos-style Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Wed Nov 13 06:45:01 2019 (r517363) +++ head/x11/Makefile Wed Nov 13 08:44:02 2019 (r517364) @@ -218,9 +218,9 @@ SUBDIR += mate-terminal SUBDIR += menu-cache SUBDIR += menulibre - SUBDIR += metalock SUBDIR += mere-about SUBDIR += mere-utils + SUBDIR += metalock SUBDIR += metisse SUBDIR += mkcomposecache SUBDIR += mlterm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911130844.xAD8i2fN006136>