svn commit: r533809 - head/mail

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 3 20:45:46 UTC 2020


Author: sunpoet
Date: Sun May  3 20:45:45 2020
New Revision: 533809
URL: https://svnweb.freebsd.org/changeset/ports/533809

Log:
  Sort SUBDIRs

Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Sun May  3 20:37:26 2020	(r533808)
+++ head/mail/Makefile	Sun May  3 20:45:45 2020	(r533809)
@@ -503,8 +503,8 @@
     SUBDIR += py-authres
     SUBDIR += py-cyruslib
     SUBDIR += py-dkimpy
-    SUBDIR += py-email_reply_parser
     SUBDIR += py-email-validator
+    SUBDIR += py-email_reply_parser
     SUBDIR += py-flask-mail
     SUBDIR += py-flufl.bounce
     SUBDIR += py-fuglu


More information about the svn-ports-head mailing list