svn commit: r471438 - head/audio

Yuri Victorovich yuri at FreeBSD.org
Sun Jun 3 01:16:57 UTC 2018


Author: yuri
Date: Sun Jun  3 01:16:55 2018
New Revision: 471438
URL: https://svnweb.freebsd.org/changeset/ports/471438

Log:
  audio/Makefile: Fix of the inadvertently introduced unsortedness.

Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sun Jun  3 00:37:05 2018	(r471437)
+++ head/audio/Makefile	Sun Jun  3 01:16:55 2018	(r471438)
@@ -317,8 +317,8 @@
     SUBDIR += gtkpod
     SUBDIR += gtmixer
     SUBDIR += guidolib
-    SUBDIR += guspat
     SUBDIR += guitarix-lv2
+    SUBDIR += guspat
     SUBDIR += gvolwheel
     SUBDIR += gxmms2
     SUBDIR += gxplugins-lv2


More information about the svn-ports-all mailing list