svn commit: r373995 - head/graphics

Alexey Dokuchaev danfe at FreeBSD.org
Fri Dec 5 08:30:25 UTC 2014


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


More information about the svn-ports-head mailing list