Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 12:29:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548969 - in head: databases graphics
Message-ID:  <202009191229.08JCTP2c060273@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009191229.08JCTP2c060273>