svn commit: r548969 - in head: databases graphics

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 19 12:29:26 UTC 2020


Author: sunpoet
Date: Sat Sep 19 12:29:25 2020
New Revision: 548969
URL: https://svnweb.freebsd.org/changeset/ports/548969

Log:
  Sort SUBDIRs

Modified:
  head/databases/Makefile
  head/graphics/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Sat Sep 19 12:22:27 2020	(r548968)
+++ head/databases/Makefile	Sat Sep 19 12:29:25 2020	(r548969)
@@ -462,8 +462,8 @@
     SUBDIR += p5-Redis
     SUBDIR += p5-Redis-Fast
     SUBDIR += p5-Redis-JobQueue
-    SUBDIR += p5-Redis-hiredis
     SUBDIR += p5-Redis-RateLimit
+    SUBDIR += p5-Redis-hiredis
     SUBDIR += p5-RedisDB
     SUBDIR += p5-RedisDB-Parser
     SUBDIR += p5-Relations

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sat Sep 19 12:22:27 2020	(r548968)
+++ head/graphics/Makefile	Sat Sep 19 12:29:25 2020	(r548969)
@@ -790,7 +790,6 @@
     SUBDIR += proj
     SUBDIR += pstoedit
     SUBDIR += ptex
-    SUBDIR += py-openshadinglanguage
     SUBDIR += py-OWSLib
     SUBDIR += py-PyOpenGL
     SUBDIR += py-PyOpenGL-accelerate
@@ -842,6 +841,7 @@
     SUBDIR += py-opencolorio
     SUBDIR += py-opencv
     SUBDIR += py-openimageio
+    SUBDIR += py-openshadinglanguage
     SUBDIR += py-photocollage
     SUBDIR += py-piexif
     SUBDIR += py-pillow


More information about the svn-ports-head mailing list