Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Dec 2014 08:30:25 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373995 - head/graphics
Message-ID:  <201412050830.sB58UPvR070194@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Fri Dec  5 08:30:24 2014
New Revision: 373995
URL: https://svnweb.freebsd.org/changeset/ports/373995
QAT: https://qat.redports.org/buildarchive/r373995/

Log:
  Sort existing entries prior to (re)adding new ones.

Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Fri Dec  5 05:09:15 2014	(r373994)
+++ head/graphics/Makefile	Fri Dec  5 08:30:24 2014	(r373995)
@@ -141,8 +141,8 @@
     SUBDIR += entangle
     SUBDIR += eog
     SUBDIR += eog-plugins
-    SUBDIR += eos-movrec
     SUBDIR += eom
+    SUBDIR += eos-movrec
     SUBDIR += epdfview
     SUBDIR += epeg
     SUBDIR += epix
@@ -150,13 +150,13 @@
     SUBDIR += epstool
     SUBDIR += etch
     SUBDIR += eterm-bg
+    SUBDIR += evas_generic_loaders
     SUBDIR += evas_generic_loaders-gst
     SUBDIR += evas_generic_loaders-pdf
     SUBDIR += evas_generic_loaders-ps
     SUBDIR += evas_generic_loaders-raw
     SUBDIR += evas_generic_loaders-svg
     SUBDIR += evas_generic_loaders-xcf
-    SUBDIR += evas_generic_loaders
     SUBDIR += evince
     SUBDIR += evolvotron
     SUBDIR += exact-image
@@ -537,17 +537,17 @@
     SUBDIR += linplasma
     SUBDIR += linux-XnViewMP
     SUBDIR += linux-adobesvg
-    SUBDIR += linux-c6-sdl_image
-    SUBDIR += linux-c6-sdl_ttf
+    SUBDIR += linux-c6-cairo
     SUBDIR += linux-c6-dri
     SUBDIR += linux-c6-dri-compat
     SUBDIR += linux-c6-gdk-pixbuf2
     SUBDIR += linux-c6-glx-utils
     SUBDIR += linux-c6-jpeg
     SUBDIR += linux-c6-libGLU
-    SUBDIR += linux-c6-tiff
-    SUBDIR += linux-c6-cairo
     SUBDIR += linux-c6-png
+    SUBDIR += linux-c6-sdl_image
+    SUBDIR += linux-c6-sdl_ttf
+    SUBDIR += linux-c6-tiff
     SUBDIR += linux-f10-cairo
     SUBDIR += linux-f10-dri
     SUBDIR += linux-f10-gdk-pixbuf



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