svn commit: r510359 - in head: devel emulators math net science www
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 31 08:30:33 UTC 2019
Author: sunpoet
Date: Sat Aug 31 08:30:30 2019
New Revision: 510359
URL: https://svnweb.freebsd.org/changeset/ports/510359
Log:
Sort SUBDIRs
Modified:
head/devel/Makefile
head/emulators/Makefile
head/math/Makefile
head/net/Makefile
head/science/Makefile
head/www/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Aug 31 07:58:03 2019 (r510358)
+++ head/devel/Makefile Sat Aug 31 08:30:30 2019 (r510359)
@@ -249,10 +249,10 @@
SUBDIR += bsdbuild
SUBDIR += bsdcflow
SUBDIR += bsdowl
- SUBDIR += buildstream
SUBDIR += bugzilla44
SUBDIR += bugzilla50
SUBDIR += build
+ SUBDIR += buildstream
SUBDIR += buildtool
SUBDIR += buildtool-doc
SUBDIR += bullet
@@ -4015,7 +4015,6 @@
SUBDIR += py-ExtensionClass
SUBDIR += py-Faker
SUBDIR += py-IBMQuantumExperience
- SUBDIR += py-inifile
SUBDIR += py-Jinja2
SUBDIR += py-Jinja2-doc
SUBDIR += py-Js2Py
@@ -4514,6 +4513,7 @@
SUBDIR += py-incremental
SUBDIR += py-inflect
SUBDIR += py-inflection
+ SUBDIR += py-inifile
SUBDIR += py-iniparse
SUBDIR += py-initgroups
SUBDIR += py-instant
@@ -5574,10 +5574,10 @@
SUBDIR += rubygem-fastri
SUBDIR += rubygem-fattr
SUBDIR += rubygem-ffi
- SUBDIR += rubygem-ffi110
SUBDIR += rubygem-ffi-compiler
SUBDIR += rubygem-ffi-win32-extensions
SUBDIR += rubygem-ffi-yajl
+ SUBDIR += rubygem-ffi110
SUBDIR += rubygem-file-tail
SUBDIR += rubygem-filesize
SUBDIR += rubygem-flexmock
Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile Sat Aug 31 07:58:03 2019 (r510358)
+++ head/emulators/Makefile Sat Aug 31 08:30:30 2019 (r510359)
@@ -173,9 +173,9 @@
SUBDIR += xen-kernel
SUBDIR += xhomer
SUBDIR += xsystem35
+ SUBDIR += xzx
SUBDIR += yuzu
SUBDIR += yuzu-qt5
- SUBDIR += xzx
SUBDIR += zsnes
.include <bsd.port.subdir.mk>
Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile Sat Aug 31 07:58:03 2019 (r510358)
+++ head/math/Makefile Sat Aug 31 08:30:30 2019 (r510359)
@@ -144,9 +144,9 @@
SUBDIR += bitwise
SUBDIR += blacs
SUBDIR += blas
+ SUBDIR += blasfeo
SUBDIR += blaze
SUBDIR += blazeiterative
- SUBDIR += blasfeo
SUBDIR += blis
SUBDIR += blitz++
SUBDIR += blocksolve95
Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile Sat Aug 31 07:58:03 2019 (r510358)
+++ head/net/Makefile Sat Aug 31 08:30:30 2019 (r510359)
@@ -1179,8 +1179,8 @@
SUBDIR += remmina-plugin-spice
SUBDIR += remmina-plugin-st
SUBDIR += remmina-plugin-vnc
- SUBDIR += remmina-plugin-xdmcp
SUBDIR += remmina-plugin-www
+ SUBDIR += remmina-plugin-xdmcp
SUBDIR += remmina-plugins
SUBDIR += remotebox
SUBDIR += remotedesk
@@ -1343,8 +1343,8 @@
SUBDIR += rude
SUBDIR += ryu
SUBDIR += s3ql
- SUBDIR += samba48
SUBDIR += samba410
+ SUBDIR += samba48
SUBDIR += samplicator
SUBDIR += savvycan
SUBDIR += sbd
Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile Sat Aug 31 07:58:03 2019 (r510358)
+++ head/science/Makefile Sat Aug 31 08:30:30 2019 (r510359)
@@ -331,8 +331,8 @@
SUBDIR += vmd
SUBDIR += voro++
SUBDIR += wannier90
- SUBDIR += wxmacmolplt
SUBDIR += wwplot
+ SUBDIR += wxmacmolplt
SUBDIR += xcrysden
SUBDIR += xdrawchem
SUBDIR += xfce4-equake-plugin
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sat Aug 31 07:58:03 2019 (r510358)
+++ head/www/Makefile Sat Aug 31 08:30:30 2019 (r510359)
@@ -1495,7 +1495,6 @@
SUBDIR += py-dj22-django-auth-ldap
SUBDIR += py-dj22-django-cacheops
SUBDIR += py-dj22-django-cors-headers
- SUBDIR += py-dj22-django_csp
SUBDIR += py-dj22-django-debug-toolbar
SUBDIR += py-dj22-django-filter
SUBDIR += py-dj22-django-formset-js-improved
@@ -1508,6 +1507,7 @@
SUBDIR += py-dj22-django-taggit-serializer
SUBDIR += py-dj22-django-timezone-field
SUBDIR += py-dj22-django-treebeard
+ SUBDIR += py-dj22-django_csp
SUBDIR += py-dj22-djangorestframework
SUBDIR += py-dj22-drf-yasg
SUBDIR += py-dj22-swapper
@@ -2051,8 +2051,8 @@
SUBDIR += rubygem-http
SUBDIR += rubygem-http-cookie
SUBDIR += rubygem-http-form_data
- SUBDIR += rubygem-http_router
SUBDIR += rubygem-http3
+ SUBDIR += rubygem-http_router
SUBDIR += rubygem-httparty
SUBDIR += rubygem-httpclient
SUBDIR += rubygem-httpi
More information about the svn-ports-all
mailing list