svn commit: r442582 - head/textproc

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 4 20:04:36 UTC 2017


Author: sunpoet
Date: Sun Jun  4 20:04:35 2017
New Revision: 442582
URL: https://svnweb.freebsd.org/changeset/ports/442582

Log:
  Sort SUBDIRs

Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sun Jun  4 20:03:35 2017	(r442581)
+++ head/textproc/Makefile	Sun Jun  4 20:04:35 2017	(r442582)
@@ -224,8 +224,8 @@
     SUBDIR += google-translate-cli
     SUBDIR += gpp
     SUBDIR += grap
-    SUBDIR += greple
     SUBDIR += grc-aspell
+    SUBDIR += greple
     SUBDIR += groff
     SUBDIR += groonga
     SUBDIR += gsed
@@ -950,6 +950,7 @@
     SUBDIR += p5-Text-Truncate
     SUBDIR += p5-Text-Typography
     SUBDIR += p5-Text-Unaccent
+    SUBDIR += p5-Text-Unaccent-PurePerl
     SUBDIR += p5-Text-VimColor
     SUBDIR += p5-Text-VisualWidth
     SUBDIR += p5-Text-WikiCreole
@@ -959,7 +960,6 @@
     SUBDIR += p5-Text-Wrapper
     SUBDIR += p5-Text-Xslate
     SUBDIR += p5-Text-Xslate-Bridge-TT2Like
-    SUBDIR += p5-Text-Unaccent-PurePerl
     SUBDIR += p5-Text-vCard
     SUBDIR += p5-Tiffany
     SUBDIR += p5-Time-Human


More information about the svn-ports-head mailing list