Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2018 01:16:56 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471438 - head/audio
Message-ID:  <201806030116.w531GuU6019732@repo.freebsd.org>

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



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