svn commit: r526081 - head/www/unit

Sergey A. Osokin osa at FreeBSD.org
Fri Feb 14 02:25:04 UTC 2020


Author: osa
Date: Fri Feb 14 02:25:03 2020
New Revision: 526081
URL: https://svnweb.freebsd.org/changeset/ports/526081

Log:
  Sort plist.

Modified:
  head/www/unit/Makefile

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Fri Feb 14 01:41:46 2020	(r526080)
+++ head/www/unit/Makefile	Fri Feb 14 02:25:03 2020	(r526081)
@@ -64,12 +64,12 @@ CONFIGURE_ARGS+=--debug
 
 .if ${PORT_OPTIONS:MDEVKIT}
 PLIST_FILES+=	include/nxt_unit_field.h \
-		include/nxt_unit.h \
 		include/nxt_unit_request.h \
 		include/nxt_unit_response.h \
 		include/nxt_unit_sptr.h \
 		include/nxt_unit_typedefs.h \
 		include/nxt_unit_websocket.h \
+		include/nxt_unit.h \
 		include/nxt_version.h \
 		include/nxt_websocket_header.h \
 		lib/libunit.a


More information about the svn-ports-all mailing list