svn commit: r458347 - head/mail

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 7 15:35:03 UTC 2018


Author: sunpoet
Date: Sun Jan  7 15:35:02 2018
New Revision: 458347
URL: https://svnweb.freebsd.org/changeset/ports/458347

Log:
  Sort SUBDIRs

Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sun Jan  7 15:33:51 2018	(r458346)
+++ head/mail/Makefile	Sun Jan  7 15:35:02 2018	(r458347)
@@ -546,8 +546,8 @@
     SUBDIR += py-premailer
     SUBDIR += py-pymailq
     SUBDIR += py-pyspf
-    SUBDIR += py-spambayes
     SUBDIR += py-pyzmail
+    SUBDIR += py-spambayes
     SUBDIR += py-zope.sendmail
     SUBDIR += pymsgauth
     SUBDIR += pysieved


More information about the svn-ports-all mailing list